nimbus-eth2/beacon_chain/spec
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
..
beaconstate.nim initial state replay implementation 2019-02-20 22:42:17 -06:00
crypto.nim More spec v0.3.0 notations and updates (#129) 2019-02-20 14:35:27 -06:00
datatypes.nim More spec v0.3.0 notations and updates (#129) 2019-02-20 14:35:27 -06:00
digest.nim Use nim-eth (#82) 2019-02-05 20:21:18 +01:00
helpers.nim More spec v0.3.0 notations and updates (#129) 2019-02-20 14:35:27 -06:00
validator.nim More spec v0.3.0 notations and updates (#129) 2019-02-20 14:35:27 -06:00