lighthouse/beacon_node/lighthouse_network/src/rpc
Pawan Dhananjay db0beb5178 Poll shutdown timeout in rpc handler (#3153)
## Issue Addressed

N/A

## Proposed Changes

Previously, we were using `Sleep::is_elapsed()` to check if the shutdown timeout had triggered without polling the sleep. This PR polls the sleep timer.
2022-04-13 03:54:44 +00:00
..
codec Fix rpc limits version 2 (#3146) 2022-04-07 23:45:38 +00:00
handler.rs Poll shutdown timeout in rpc handler (#3153) 2022-04-13 03:54:44 +00:00
methods.rs log upgrades + prevent dialing of disconnecting peers (#3148) 2022-04-13 03:54:43 +00:00
mod.rs log upgrades + prevent dialing of disconnecting peers (#3148) 2022-04-13 03:54:43 +00:00
outbound.rs Restrict network limits based on merge fork epoch (#2839) 2021-12-02 14:32:31 +11:00
protocol.rs Fix rpc limits version 2 (#3146) 2022-04-07 23:45:38 +00:00
rate_limiter.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00