chore(bump): revm v7.2, c-kzg v1.0 (#7240)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
rakita
2024-03-21 12:22:37 +01:00
committed by GitHub
parent c868c52063
commit ffbe8be2aa
3 changed files with 18 additions and 19 deletions

View File

@ -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,
};