lighthouse/beacon_node/eth2_libp2p
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
..
src Sync update (#1412) 2020-07-29 05:25:10 +00:00
tests Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
Cargo.toml Gossipsub update (#1400) 2020-07-29 03:40:22 +00:00