Module test_utils
Available on crate feature
network
only.Expand description
API for integration testing network components.
Modules§
- peers_
manager - Interaction with
reth_network::PeersManager
, for integration testing. Otherwisereth_network::NetworkManager
managesreth_network::PeersManager
.
Structs§
- Peers
Handle - A communication channel to the
PeersManager
to apply manual changes to the peer set.
Enums§
- Peer
Command - Commands the
PeersManager
listens for.
Traits§
- Peers
Handle Provider - Provides an API for managing the peers of the network.