lighthouse/beacon_chain/utils
Alex Stokes 6c2c42e6b7
Adds custom std::cmp::PartialEq impl
Two bitfields now match if they contain the same information.

There were some discrepancies before when comparing fields with the same
bits set but came from different sources, e.g. off the wire vs created
in memory, due to the existence of unset bits in the high byte.
2018-12-10 20:34:35 -08:00
..
active-validators Run rustfmt globally. 2018-11-04 15:35:55 +01:00
bls Run rustfmt globally. 2018-11-04 15:35:55 +01:00
boolean-bitfield Adds custom std::cmp::PartialEq impl 2018-12-10 20:34:35 -08:00
hashing Add proof-of-possession hash fn 2018-10-20 03:09:42 +11:00
honey-badger-split Run rustfmt globally. 2018-11-04 15:35:55 +01:00
slot-clock Run rustfmt globally. 2018-11-04 15:35:55 +01:00
ssz Run rustfmt globally. 2018-11-04 15:35:55 +01:00
ssz_helpers Begin updating tests to reflect changes to bitfield 2018-11-20 12:40:13 -08:00
vec_shuffle removed unnecessary call to saturated_sub() in vec_shuffle 2018-11-23 19:29:03 -08:00