nimbus-eth2/research
Jacek Sieka 125231d321
add initial block pool (#139)
* implement in-memory block graph
* store tail block in database
* resolve unknown parents by syncing them from peers
* introduce concept of resolved blocks and attestations - those that
follow minimal protocol rules
* update state head lazily
* log more stuff
* shortHash -> shortLog
* start 9/10 beacon nodes by default, last can be started manually
* see also #134
* fix start.sh epoch length
2019-02-28 15:21:29 -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 add initial block pool (#139) 2019-02-28 15:21:29 -06:00
serialized_sizes.nim.cfg ssz: finish implementation (#42) 2018-12-17 19:03:53 +01:00
state_sim.nim Merge pull request #131 from status-im/state-replay 2019-02-22 18:04:48 +02:00