mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: alloy-evm and new revm integration (#14021)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: rakita <rakita@users.noreply.github.com>
This commit is contained in:
@ -81,7 +81,7 @@ std = [
|
||||
]
|
||||
optimism = [
|
||||
"reth-optimism-primitives/optimism",
|
||||
"revm/optimism",
|
||||
"reth-execution-types/optimism",
|
||||
"reth-optimism-node/optimism",
|
||||
"reth-provider/optimism",
|
||||
]
|
||||
|
||||
@ -6,7 +6,7 @@ use core::fmt;
|
||||
use reth_optimism_primitives::predeploys::ADDRESS_L2_TO_L1_MESSAGE_PASSER;
|
||||
use reth_storage_api::StorageRootProvider;
|
||||
use reth_trie_common::HashedStorage;
|
||||
use revm::db::BundleAccount;
|
||||
use revm::database::BundleAccount;
|
||||
|
||||
/// Verifies that `withdrawals_root` (i.e. `l2tol1-msg-passer` storage root since Isthmus) field is
|
||||
/// set in block header.
|
||||
|
||||
Reference in New Issue
Block a user