Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into BundleBuilder
  • Loading branch information
tcoratger authored Jun 27, 2024
commit c4ecebd74cb3ed53fafaed025b7a51394daa7470
1 change: 1 addition & 0 deletions crates/storage/db-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ reth-etl.workspace = true
reth-codecs.workspace = true
reth-stages-types.workspace = true
revm.workspace = true
reth-fs-util.workspace = true

# eth
alloy-genesis.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/provider/src/providers/database/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use reth_trie::{
};
use revm::{
db::states::BundleBuilder,
primitives::{BlockEnv, CfgEnvWithHandlerCfg, SpecId},
primitives::{BlockEnv, CfgEnvWithHandlerCfg},
};
use std::{
cmp::Ordering,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.