lighthouse/beacon_chain
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
..
chain Run rustfmt globally. 2018-11-04 15:35:55 +01:00
naive_fork_choice Add untested minimum viable block processing 2018-10-30 15:49:32 +01:00
state-transition Add untested minimum viable block processing 2018-10-30 15:49:32 +01:00
types Update BeaconState object 2018-12-03 14:29:05 +11:00
utils Adds custom std::cmp::PartialEq impl 2018-12-10 20:34:35 -08:00
validation Fixes bug with attestation validation that arose from change to API 2018-12-10 20:33:43 -08:00
validator_change Run rustfmt globally. 2018-11-04 15:35:55 +01:00
validator_induction Run rustfmt globally. 2018-11-04 15:35:55 +01:00
validator_shuffling Run rustfmt globally. 2018-11-04 15:35:55 +01:00