lighthouse/beacon_node/network/src/sync
Divma 9964f5afe5 Document why we hash downloaded blocks for both sync algs (#2927)
## Proposed Changes
Initially the idea was to remove hashing of blocks in backfill sync. After considering it more, we conclude that we need to do it in both (forward and backfill) anyway. But since we forgot why we were doing it in the first place, this PR documents this logic. 

Future us should find it useful 


Co-authored-by: Divma <26765164+divagant-martian@users.noreply.github.com>
2022-01-26 23:14:22 +00:00
..
backfill_sync Document why we hash downloaded blocks for both sync algs (#2927) 2022-01-26 23:14:22 +00:00
range_sync Document why we hash downloaded blocks for both sync algs (#2927) 2022-01-26 23:14:22 +00:00
manager.rs Document why we hash downloaded blocks for both sync algs (#2927) 2022-01-26 23:14:22 +00:00
mod.rs Implement checkpoint sync (#2244) 2021-09-22 00:37:28 +00:00
network_context.rs Add peer score adjustment msgs (#2901) 2022-01-12 05:32:14 +00:00
peer_sync_info.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00