mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm outdated executor types (#8157)
This commit is contained in:
@ -440,8 +440,8 @@ mod tests {
|
||||
Header, PruneModes, SealedHeader, MAINNET,
|
||||
};
|
||||
use reth_provider::{
|
||||
test_utils::{create_test_provider_factory_with_chain_spec, TestExecutorFactory},
|
||||
BundleStateWithReceipts, StaticFileProviderFactory,
|
||||
test_utils::create_test_provider_factory_with_chain_spec, BundleStateWithReceipts,
|
||||
StaticFileProviderFactory,
|
||||
};
|
||||
use reth_stages::{test_utils::TestStages, ExecOutput, StageError};
|
||||
use reth_static_file::StaticFileProducer;
|
||||
@ -492,9 +492,6 @@ mod tests {
|
||||
fn build(self, chain_spec: Arc<ChainSpec>) -> Pipeline<Arc<TempDatabase<DatabaseEnv>>> {
|
||||
reth_tracing::init_test_tracing();
|
||||
|
||||
let executor_factory = TestExecutorFactory::default();
|
||||
executor_factory.extend(self.executor_results);
|
||||
|
||||
// Setup pipeline
|
||||
let (tip_tx, _tip_rx) = watch::channel(B256::default());
|
||||
let mut pipeline = Pipeline::builder()
|
||||
|
||||
Reference in New Issue
Block a user