lighthouse/beacon_node/network/src/sync
divma 99f7a7db58 remove double backfill sync state (#2733)
## Issue Addressed
In the backfill sync the state was maintained twice, once locally and also in the globals. This makes it so that it's maintained only once.

The only behavioral change is that when backfill sync in paused, the global backfill state is updated. I asked @AgeManning about this and he deemed it a bug, so this solves it.
2021-10-19 22:32:25 +00:00
..
backfill_sync remove double backfill sync state (#2733) 2021-10-19 22:32:25 +00:00
range_sync Tiny fix: wrong log level (#2720) 2021-10-19 00:30:41 +00:00
manager.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
mod.rs Implement checkpoint sync (#2244) 2021-09-22 00:37:28 +00:00
network_context.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
peer_sync_info.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00