mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(bump): revm v7.2, c-kzg v1.0 (#7240)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -12,14 +12,13 @@ use reth_primitives::{
|
||||
StorageEntry, B256, U256,
|
||||
};
|
||||
use reth_trie::HashedPostState;
|
||||
pub use revm::db::states::OriginalValuesKnown;
|
||||
use revm::{
|
||||
db::{states::BundleState, BundleAccount},
|
||||
primitives::AccountInfo,
|
||||
};
|
||||
use std::collections::HashMap;
|
||||
|
||||
pub use revm::db::states::OriginalValuesKnown;
|
||||
|
||||
/// Bundle state of post execution changes and reverts
|
||||
#[derive(Default, Debug, Clone, PartialEq, Eq)]
|
||||
pub struct BundleStateWithReceipts {
|
||||
@ -366,8 +365,7 @@ mod tests {
|
||||
EmptyDB,
|
||||
},
|
||||
primitives::{
|
||||
Account as RevmAccount, AccountInfo as RevmAccountInfo, AccountStatus, HashMap,
|
||||
StorageSlot,
|
||||
Account as RevmAccount, AccountInfo as RevmAccountInfo, AccountStatus, StorageSlot,
|
||||
},
|
||||
DatabaseCommit, State,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user