mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
fmt
This commit is contained in:
@@ -15,6 +15,7 @@ use crate::tree::{
|
||||
};
|
||||
use alloy_evm::{block::StateChangeSource, ToTxEnv};
|
||||
use alloy_primitives::B256;
|
||||
use crossbeam_channel::Sender as CrossbeamSender;
|
||||
use executor::WorkloadExecutor;
|
||||
use multiproof::{SparseTrieUpdate, *};
|
||||
use parking_lot::RwLock;
|
||||
@@ -45,7 +46,6 @@ use std::sync::{
|
||||
mpsc::{self, channel},
|
||||
Arc,
|
||||
};
|
||||
use crossbeam_channel::Sender as CrossbeamSender;
|
||||
use tracing::{debug, instrument, warn};
|
||||
|
||||
mod configured_sparse_trie;
|
||||
|
||||
@@ -24,6 +24,7 @@ use alloy_consensus::transaction::TxHashRef;
|
||||
use alloy_eips::Typed2718;
|
||||
use alloy_evm::Database;
|
||||
use alloy_primitives::{keccak256, map::B256Set, B256};
|
||||
use crossbeam_channel::Sender as CrossbeamSender;
|
||||
use metrics::{Counter, Gauge, Histogram};
|
||||
use reth_evm::{execute::ExecutableTxFor, ConfigureEvm, Evm, EvmFor, SpecFor};
|
||||
use reth_metrics::Metrics;
|
||||
@@ -39,7 +40,6 @@ use std::{
|
||||
},
|
||||
time::Instant,
|
||||
};
|
||||
use crossbeam_channel::Sender as CrossbeamSender;
|
||||
use tracing::{debug, trace, warn};
|
||||
|
||||
/// A wrapper for transactions that includes their index in the block.
|
||||
|
||||
Reference in New Issue
Block a user