lighthouse/beacon_node/network/src
Pawan Dhananjay bbed42f30c Refactor attestation service (#1415)
## Issue Addressed

N/A

## Proposed Changes

Refactor attestation service to send out requests to find peers for subnets as soon as we get attestation duties. 
Earlier, we had much more involved logic to send the discovery requests to the discovery service only 6 slots before the attestation slot. Now that discovery is much smarter with grouped queries, the complexity in attestation service can be reduced considerably.



Co-authored-by: Age Manning <Age@AgeManning.com>
2020-08-19 08:46:25 +00:00
..
attestation_service Refactor attestation service (#1415) 2020-08-19 08:46:25 +00:00
beacon_processor Add remaining network ops to queuing system (#1546) 2020-08-19 05:09:53 +00:00
router Add remaining network ops to queuing system (#1546) 2020-08-19 05:09:53 +00:00
service Shutdown like a Sir (#1545) 2020-08-19 05:51:14 +00:00
sync Shutdown like a Sir (#1545) 2020-08-19 05:51:14 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Process gossip blocks on the GossipProcessor (#1523) 2020-08-17 09:20:27 +00:00
metrics.rs Add remaining network ops to queuing system (#1546) 2020-08-19 05:09:53 +00:00
persisted_dht.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
service.rs Refactor attestation service (#1415) 2020-08-19 08:46:25 +00:00