lighthouse/beacon_node/lighthouse_network/src
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
..
behaviour log upgrades + prevent dialing of disconnecting peers (#3148) 2022-04-13 03:54:43 +00:00
discovery Update libp2p (#3039) 2022-03-02 05:09:52 +00:00
peer_manager log upgrades + prevent dialing of disconnecting peers (#3148) 2022-04-13 03:54:43 +00:00
rpc Poll shutdown timeout in rpc handler (#3153) 2022-04-13 03:54:44 +00:00
types Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
config.rs Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
lib.rs libp2p upgrade + gossipsub interval fix (#3012) 2022-02-10 04:12:03 +00:00
metrics.rs Retry gossipsub messages when insufficient peers (#2964) 2022-02-03 01:12:30 +00:00
service.rs Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00