nimbus-eth2/beacon_chain/fork_choice
Jacek Sieka 6202ede3d9 implement clock disparity for attestation validation (#1568)
This implements disparity, resolving a part of
https://github.com/status-im/nim-beacon-chain/issues/1367

* make BeaconTime a duration for fractional seconds
* factor out attestation/aggregate validation
* simplify recording of queued attestations
* simplify attestation signature check
* fix blocks_received metric
* add some trivial validation tests
* remove unresolved attestation table - attestations for unknown blocks
are dropped instead (cannot verify their signature)
2020-09-16 19:21:59 +02:00
..
README.md bump a couple more eth2 phase0 spec refs to v0.11.1 2020-04-17 16:37:52 +03:00
fork_choice.nim implement clock disparity for attestation validation (#1568) 2020-09-16 19:21:59 +02:00
fork_choice_types.nim implement clock disparity for attestation validation (#1568) 2020-09-16 19:21:59 +02:00
proto_array.nim Fork choice - almost free pruning - fix #1534 (#1535) 2020-09-16 19:21:59 +02:00