lighthouse/beacon_node/network/src
Divma f2b1e096b2 Code quality improvents to the network service (#2932)
Checking how to priorize the polling of the network I moved most of the service code to functions. This change I think it's worth on it's own for code quality since inside the `tokio::select` many tools don't work (cargo fmt, sometimes clippy, and sometimes even the compiler's errors get wack). This is functionally equivalent to the previous code, just better organized
2022-01-26 23:14:23 +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 Code quality improvents to the network service (#2932) 2022-01-26 23:14:23 +00:00
status.rs Correctly update range status when outdated chains are removed (#2827) 2021-11-26 01:13:49 +00:00