lighthouse-pulse/beacon_node/network/src
Age Manning 395d99ce03 Sync update (#1412)
## Issue Addressed

Recurring sync loop and invalid batch downloading

## Proposed Changes

Shifts the batches to include the first slot of each epoch. This ensures the finalized is always downloaded once a chain has completed syncing. 

Also add in logic to prevent re-dialing disconnected peers. Non-performant peers get disconnected during sync, this prevents re-connection to these during sync. 

## Additional Info

N/A
2020-07-29 05:25:10 +00:00
..
attestation_service Discover query grouping (#1364) 2020-07-29 02:43:50 +00:00
router Gossipsub update (#1400) 2020-07-29 03:40:22 +00:00
service Make key value storage abstractions more accurate (#1267) 2020-06-16 11:34:04 +10:00
sync Sync update (#1412) 2020-07-29 05:25:10 +00:00
error.rs Initial work towards v0.2.0 (#924) 2020-03-17 17:24:44 +11:00
lib.rs Stable futures (#879) 2020-05-17 11:16:48 +00:00
metrics.rs Fix attestation propagation (#1360) 2020-07-20 12:55:32 +10:00
persisted_dht.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
service.rs Gossipsub update (#1400) 2020-07-29 03:40:22 +00:00