nimbus-eth2/beacon_chain
Jacek Sieka 6bcefc0e42
verify blocks before storing in block pool / database (#158)
* fix state db lookup typo
* fix randao reveal slot when proposing blocks
* only store blocks that can be applied to a state
* store state at every epoch boundary (yes, needs pruning!)
* split out state advancement function when there's no block
* default state sim to 0.9 attestation ratio
2019-03-08 10:40:17 -06:00
..
spec processEpoch 5x faster, total 2x faster, with 16k validators (#157) 2019-03-07 16:53:44 +00:00
attestation_pool.nim add initial block pool (#139) 2019-02-28 15:21:29 -06:00
beacon_chain_db.nim verify blocks before storing in block pool / database (#158) 2019-03-08 10:40:17 -06:00
beacon_node.nim verify blocks before storing in block pool / database (#158) 2019-03-08 10:40:17 -06:00
beacon_node.nim.cfg Add --logLevel command-line flag; Fix running the start.sh script from the beacon-chain repo 2019-01-17 14:38:27 +02:00
block_pool.nim verify blocks before storing in block pool / database (#158) 2019-03-08 10:40:17 -06:00
conf.nim beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00
extras.nim spec updates 2018-12-28 02:32:41 +02:00
fork_choice.nim updates 2019-02-21 15:38:26 -06:00
gossipsub_protocol.nim Asyncdispatch2 rebranding to chronos (#84) 2019-02-06 18:56:04 +01:00
mainchain_monitor.nim Asyncdispatch2 rebranding to chronos (#84) 2019-02-06 18:56:04 +01:00
ssz.nim Switch hash functions, prevent underflow & verify that shuffling works (#149) 2019-03-01 17:50:01 -06:00
state_transition.nim verify blocks before storing in block pool / database (#158) 2019-03-08 10:40:17 -06:00
sync_protocol.nim Comments on #117 addressed (#154) 2019-03-05 07:55:09 -06:00
time.nim spec 0.3.0 updates: EPOCH_LENGTH -> SLOTS_PER_EPOCH, SlotNumber -> Slot, EpochNumber -> Epoch (#127) 2019-02-19 19:33:58 -06:00
trusted_state_snapshots.nim beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00
validator_keygen.nim beacon node sim: various improvements (fixes #111) (#156) 2019-03-07 13:59:28 +00:00
validator_pool.nim spec 0.3.0 updates: EPOCH_LENGTH -> SLOTS_PER_EPOCH, SlotNumber -> Slot, EpochNumber -> Epoch (#127) 2019-02-19 19:33:58 -06:00