lighthouse/beacon_node/network/src/sync
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
..
range_sync Process gossip blocks on the GossipProcessor (#1523) 2020-08-17 09:20:27 +00:00
manager.rs Process gossip blocks on the GossipProcessor (#1523) 2020-08-17 09:20:27 +00:00
mod.rs Process gossip blocks on the GossipProcessor (#1523) 2020-08-17 09:20:27 +00:00
network_context.rs Activate peer scoring (#1284) 2020-07-07 10:13:16 +10:00
peer_sync_info.rs Correct logic for peer sync identification (#1525) 2020-08-17 03:00:10 +00:00