nimbus-eth2/beacon_chain/block_pools
Jacek Sieka 89e4819ce9
collect signature production and verificaiton in one place (#1179)
* collect signature production and verificaiton in one place

Signatures are made over data and domain - here we collect all such
activities in one place.

Also:
* security: fix cast-before-range-check
* log block/attestation verification consistently
* run block verification based on `getProposer` in its own history
* clean up some unused stuff

* import

* missing raises
2020-06-16 07:45:04 +02:00
..
block_pools_types.nim switch state transition caching to match EpochRef (#1089) 2020-06-01 09:44:50 +02:00
candidate_chains.nim avoid genericAssign for beacon node types (#1166) 2020-06-12 21:10:22 +02:00
clearance.nim collect signature production and verificaiton in one place (#1179) 2020-06-16 07:45:04 +02:00
quarantine.nim Split quarantine (#1038) 2020-05-19 16:18:07 +02:00