nimbus-eth2/research
Dustin Brody 9f55b4646c
More 0.5.1 spec updates (#195)
* rm gone-in-0.5.0 Proposal, verifyBlockSignature, and slot check which moved to spec function processBlockHeader

* mark get_attestation_participants and get_epoch_committee_count as 0.5.1; finish updating processAttestations to 0.5.1; add kludgy workaround for bug relating to get_winning_roots_etc using crosslink_data_root as index when we have that as ZERO_HASH for all leading to it confusing attesters on different shards; rm BeaconState.latest_attestations, which splits into previous_epoch_attestations and current_epoch_attestations

* Fix CI due to removed latest_attestations field
2019-03-22 18:33:12 +00:00
..
fork_choice_rule begin 0.5.0 spec update (#179) 2019-03-16 13:52:37 -06:00
.gitignore spec updates (#45) 2018-12-21 16:37:46 -06:00
sereth.nim assert() -> doAssert() 2019-03-14 00:04:43 +01:00
serialized_sizes.nim More 0.5.1 spec updates (#195) 2019-03-22 18:33:12 +00:00
serialized_sizes.nim.cfg ssz: finish implementation (#42) 2018-12-17 19:03:53 +01:00
state_sim.nim implement distinct Epoch type and continue 0.4.0 spec update (#173) 2019-03-12 19:46:44 -06:00