nimbus-eth2/beacon_chain/block_pools
Jacek Sieka c5fecd472f
more fork-choice fixes (#1388)
* more fork-choice fixes

* use target block/epoch to validate attestations
* make addLocalValidators sync
* add current and previous epoch to cache before doing state transition
* update head state using clearance state as a shortcut, when possible
* use blockslot for fork choice balances
* send attestations using epochref cache

* fix invalid finalized parent being used

also simplify epoch block traversal

* single error handling style in fork choice

* import fix, remove unused async
2020-07-30 17:48:25 +02:00
..
block_pools_types.nim more fork-choice fixes (#1388) 2020-07-30 17:48:25 +02:00
candidate_chains.nim more fork-choice fixes (#1388) 2020-07-30 17:48:25 +02:00
clearance.nim more fork-choice fixes (#1388) 2020-07-30 17:48:25 +02:00
quarantine.nim cache block hash (#1329) 2020-07-16 15:16:51 +02:00