lighthouse/beacon_node/network/src
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
..
beacon_processor Remove penalty for attesting to unknown head (#2903) 2022-01-13 03:08:38 +00:00
router Revert peer DB changes from #2724 (#2828) 2021-11-25 03:45:52 +00:00
service Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
subnet_service v1.1.1 spec updates (#2684) 2021-12-02 14:26:54 +11:00
sync Document why we hash downloaded blocks for both sync algs (#2927) 2022-01-26 23:14:22 +00:00
error.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
lib.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
metrics.rs Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
nat.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
persisted_dht.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
service.rs Add peer score adjustment msgs (#2901) 2022-01-12 05:32:14 +00:00
status.rs Correctly update range status when outdated chains are removed (#2827) 2021-11-26 01:13:49 +00:00