nimbus-eth2/beacon_chain/fork_choice
Jacek Sieka 7dba1b37dd
remove attestation/aggregate queue (#2519)
With the introduction of batching and lazy attestation aggregation, it
no longer makes sense to enqueue attestations between the signature
check and adding them to the attestation pool - this only takes up
valuable CPU without any real benefit.

* add successfully validated attestations to attestion pool directly
* avoid copying participant list around for single-vote attestations,
pass single validator index instead
* release decompressed gossip memory earlier, specially during async
message validation
* use cooked signatures in a few more places to avoid reloads and errors
* remove some Defect-raising versions of signature-loading
* release decompressed data memory before validating message
2021-04-26 22:39:44 +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 remove attestation/aggregate queue (#2519) 2021-04-26 22:39:44 +02:00
fork_choice_types.nim remove attestation/aggregate queue (#2519) 2021-04-26 22:39:44 +02:00
proto_array.nim Fork choice update for HF1 2021-02-19 15:57:20 +02:00