nimbus-eth2/research
Dustin Brody f36c2d86dc begin 0.5.0 spec update (#179)
* begin 0.5.0 spec update: parent_root -> previous_block_root, BeaconState.justified_epoch -> BeaconState.current_justified_epoch, DOMAIN_PROPOSAL -> DOMAIN_BEACON_BLOCK, temporarily rename BeaconBlockHeader to BeaconBlockHeaderRLP to allow for gradual re-merging without disrupting RLP; mark a few unchanged functions and data types, implement get_temporary_block_header/get_empty_block/should_update_validator_registry/processBlockHeader/cacheState; update a few others

* a dozen or so more trivial mostly comment changes, finding more unchanged parts of 0.5.0

* several more trivial changes; goal is to reduce noise around the upcoming substantial changes (epoch processing, etc)
2019-03-16 13:52:37 -06: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 Mostly convert to using distinct Slot type (#172) 2019-03-12 16:21:32 -06: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