lighthouse/beacon_node/http_api/tests
Divma fbafe416d1 Move the peer manager to be a behaviour (#2773)
This simply moves some functions that were "swarm notifications" to a network behaviour implementation.

Notes
------
- We could disconnect from the peer manager but we would lose the rpc shutdown message
- We still notify from the swarm since this is the most reliable way to get some events. Ugly but best for now
- Events need to be pushed with "add event" to wake the waker

Co-authored-by: Divma <26765164+divagant-martian@users.noreply.github.com>
2021-11-08 00:01:10 +00:00
..
common.rs Move the peer manager to be a behaviour (#2773) 2021-11-08 00:01:10 +00:00
fork_tests.rs Refactor Peerdb and PeerManager (#2660) 2021-10-11 02:45:06 +00:00
interactive_tests.rs Refactor Peerdb and PeerManager (#2660) 2021-10-11 02:45:06 +00:00
main.rs Fix chain_id value in config/deposit_contract RPC method (#2659) 2021-10-01 06:32:38 +00:00
tests.rs Add API version headers and map_fork_name! (#2745) 2021-10-28 01:18:04 +00:00