chore(ress-provider): replace reth-primitives (#15020)

This commit is contained in:
Léa Narzis
2025-03-13 16:57:26 +01:00
committed by GitHub
parent cd55468cb6
commit 526073cb09
5 changed files with 7 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
use reth_ethereum_primitives::EthPrimitives;
use reth_evm::execute::BlockExecutorProvider;
use reth_network::{protocol::IntoRlpxSubProtocol, NetworkProtocols};
use reth_network_api::FullNetwork;
use reth_node_api::BeaconConsensusEngineEvent;
use reth_node_core::args::RessArgs;
use reth_primitives::EthPrimitives;
use reth_provider::providers::{BlockchainProvider, ProviderNodeTypes};
use reth_ress_protocol::{NodeType, ProtocolState, RessProtocolHandler};
use reth_ress_provider::{maintain_pending_state, PendingState, RethRessProtocolProvider};