lighthouse/beacon_node/network
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
..
src Code quality improvents to the network service (#2932) 2022-01-26 23:14:23 +00:00
Cargo.toml Bump crate versions (#2829) 2021-12-02 14:29:57 +11:00