mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Refactor of state_change functionality (#11878)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -16,6 +16,7 @@ use reth_evm::{
|
||||
BatchExecutor, BlockExecutionError, BlockExecutionInput, BlockExecutionOutput,
|
||||
BlockExecutorProvider, BlockValidationError, Executor, ProviderError,
|
||||
},
|
||||
state_change::post_block_balance_increments,
|
||||
system_calls::{NoopHook, OnStateHook, SystemCaller},
|
||||
ConfigureEvm,
|
||||
};
|
||||
@ -25,7 +26,6 @@ use reth_prune_types::PruneModes;
|
||||
use reth_revm::{
|
||||
batch::BlockBatchRecord,
|
||||
db::{states::bundle_state::BundleRetention, State},
|
||||
state_change::post_block_balance_increments,
|
||||
Evm,
|
||||
};
|
||||
use revm_primitives::{
|
||||
|
||||
Reference in New Issue
Block a user