Module test_utils

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. Otherwise reth_network::NetworkManager manages reth_network::PeersManager.

Structs§

PeersHandle
A communication channel to the PeersManager to apply manual changes to the peer set.

Enums§

PeerCommand
Commands the PeersManager listens for.

Traits§

PeersHandleProvider
Provides an API for managing the peers of the network.