feat(providers): add AtomicBlockchainProvider (#11705)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
joshieDo
2024-10-23 22:40:14 +09:00
committed by GitHub
parent ab407e7444
commit 8a40d5c6aa
7 changed files with 2219 additions and 1214 deletions

View File

@ -151,7 +151,9 @@ mod tests {
use reth_exex_types::FinishedExExHeight;
use reth_network_p2p::test_utils::TestFullBlockClient;
use reth_primitives::SealedHeader;
use reth_provider::test_utils::create_test_provider_factory_with_chain_spec;
use reth_provider::{
providers::BlockchainProvider2, test_utils::create_test_provider_factory_with_chain_spec,
};
use reth_prune::Pruner;
use reth_tasks::TokioTaskExecutor;
use std::sync::Arc;