lighthouse/beacon_node/network
Paul Hauner b0a3731fff Introduce a queue for attestations from the network (#1511)
## Issue Addressed

N/A

## Proposed Changes

Introduces the `GossipProcessor`, a multi-threaded (multi-tasked?), non-blocking processor for some messages from the network which require verification and import into the `BeaconChain`.

Initial testing indicates that this massively improves system stability by (a) moving block tasks from the normal executor (b) spreading out attestation load.

## Additional Info

TBC
2020-08-14 04:38:45 +00:00
..
src Introduce a queue for attestations from the network (#1511) 2020-08-14 04:38:45 +00:00
Cargo.toml Introduce a queue for attestations from the network (#1511) 2020-08-14 04:38:45 +00:00