chore(net): Move reth_network::NetworkEvents into reth-network-api (#10062)

This commit is contained in:
Emilia Hane
2024-08-05 22:27:59 +02:00
committed by GitHub
parent f8e6e2e3d4
commit 33f612a41a
34 changed files with 353 additions and 320 deletions

View File

@ -10,7 +10,9 @@ use reth_engine_tree::tree::TreeConfig;
use reth_ethereum_engine::service::{ChainEvent, EthService};
use reth_ethereum_engine_primitives::EthEngineTypes;
use reth_exex::ExExManagerHandle;
use reth_network::{BlockDownloaderProvider, NetworkEvents, NetworkSyncUpdater, SyncState};
use reth_network::{
BlockDownloaderProvider, NetworkEventListenerProvider, NetworkSyncUpdater, SyncState,
};
use reth_node_api::{FullNodeTypes, NodeAddOns};
use reth_node_builder::{
hooks::NodeHooks,