lighthouse/beacon_node/network
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
..
src Refactor attestation service (#1415) 2020-08-19 08:46:25 +00:00
Cargo.toml Keep track of failed head chains and prevent re-lookups (#1534) 2020-08-18 03:54:09 +00:00