mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
refactor: add BlockWriter and BlockExecutionWriter (#3384)
This commit is contained in:
@@ -26,7 +26,7 @@ use reth_interfaces::{
|
||||
use reth_network::NetworkHandle;
|
||||
use reth_network_api::NetworkInfo;
|
||||
use reth_primitives::{stage::StageId, BlockHashOrNumber, BlockNumber, ChainSpec, H256};
|
||||
use reth_provider::{ProviderFactory, StageCheckpointReader};
|
||||
use reth_provider::{BlockExecutionWriter, ProviderFactory, StageCheckpointReader};
|
||||
use reth_staged_sync::utils::init::{init_db, init_genesis};
|
||||
use reth_stages::{
|
||||
sets::DefaultStages,
|
||||
|
||||
@@ -13,7 +13,7 @@ use reth_db::{
|
||||
transaction::DbTx,
|
||||
};
|
||||
use reth_primitives::{BlockHashOrNumber, ChainSpec};
|
||||
use reth_provider::ProviderFactory;
|
||||
use reth_provider::{BlockExecutionWriter, ProviderFactory};
|
||||
use std::{ops::RangeInclusive, sync::Arc};
|
||||
|
||||
/// `reth stage unwind` command
|
||||
|
||||
Reference in New Issue
Block a user