nimbus-eth2/research
Jacek Sieka 2d307e2257
initial state replay implementation
* fix initial attestation pool on reordered attestations
* simplify db layer api
* load head block from database on startup, then load state
  * significantly changes database format
* move subscriptions to separate proc's
* implement block replay from historical state
* avoid rescheduling epoch actions on block receipt (why?)
* make sure genesis block is created and used
* relax initial state sim parameters a bit
2019-02-20 22:42:17 -06:00
..
fork_choice_rule spec 0.3.0 updates: EPOCH_LENGTH -> SLOTS_PER_EPOCH, SlotNumber -> Slot, EpochNumber -> Epoch (#127) 2019-02-19 19:33:58 -06:00
.gitignore spec updates (#45) 2018-12-21 16:37:46 -06:00
sereth.nim Use nim-eth (#82) 2019-02-05 20:21:18 +01:00
serialized_sizes.nim spec 0.3.0 updates: EPOCH_LENGTH -> SLOTS_PER_EPOCH, SlotNumber -> Slot, EpochNumber -> Epoch (#127) 2019-02-19 19:33:58 -06:00
serialized_sizes.nim.cfg ssz: finish implementation (#42) 2018-12-17 19:03:53 +01:00
state_sim.nim initial state replay implementation 2019-02-20 22:42:17 -06:00