lighthouse/beacon_node/network
Paul Hauner f85485884f Process gossip blocks on the GossipProcessor (#1523)
## Issue Addressed

NA

## Proposed Changes

Moves beacon block processing over to the newly-added `GossipProcessor`. This moves the task off the core executor onto the blocking one.

## Additional Info

- With this PR, gossip blocks are being ignored during sync.
2020-08-17 09:20:27 +00:00
..
src Process gossip blocks on the GossipProcessor (#1523) 2020-08-17 09:20:27 +00:00
Cargo.toml Introduce a queue for attestations from the network (#1511) 2020-08-14 04:38:45 +00:00