mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove revm-primitives re-export (#12599)
This commit is contained in:
@ -17,11 +17,7 @@ use reth_optimism_consensus::calculate_receipt_root_no_memo_optimism;
|
||||
use reth_optimism_forks::OpHardforks;
|
||||
use reth_payload_primitives::{PayloadBuilderAttributes, PayloadBuilderError};
|
||||
use reth_payload_util::PayloadTransactions;
|
||||
use reth_primitives::{
|
||||
proofs,
|
||||
revm_primitives::{BlockEnv, CfgEnvWithHandlerCfg},
|
||||
Block, BlockBody, Receipt, SealedHeader, TransactionSigned, TxType,
|
||||
};
|
||||
use reth_primitives::{proofs, Block, BlockBody, Receipt, SealedHeader, TransactionSigned, TxType};
|
||||
use reth_provider::{ProviderError, StateProofProvider, StateProviderFactory, StateRootProvider};
|
||||
use reth_revm::database::StateProviderDatabase;
|
||||
use reth_transaction_pool::{
|
||||
@ -30,7 +26,10 @@ use reth_transaction_pool::{
|
||||
use reth_trie::HashedPostState;
|
||||
use revm::{
|
||||
db::{states::bundle_state::BundleRetention, State},
|
||||
primitives::{EVMError, EnvWithHandlerCfg, InvalidTransaction, ResultAndState, TxEnv},
|
||||
primitives::{
|
||||
BlockEnv, CfgEnvWithHandlerCfg, EVMError, EnvWithHandlerCfg, InvalidTransaction,
|
||||
ResultAndState, TxEnv,
|
||||
},
|
||||
Database, DatabaseCommit,
|
||||
};
|
||||
use tracing::{debug, trace, warn};
|
||||
|
||||
Reference in New Issue
Block a user