Skip to content

Commit

Permalink
Matt/bump revm19 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 30, 2024
1 parent 471b42c commit b8f54f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ clippy.lint_groups_priority = "allow"

[dependencies]
# eth
alloy-rpc-types-eth = "0.8"
alloy-rpc-types-trace = "0.8"
alloy-rpc-types-eth = "0.9"
alloy-rpc-types-trace = "0.9"
alloy-sol-types = "0.8"
alloy-primitives = { version = "0.8", features = ["map"] }
revm = { version = "18.0.0", default-features = false, features = ["std"] }
revm = { version = "19.0.0", default-features = false, features = ["std"] }

anstyle = "1.0"
colorchoice = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/it/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ fn test_parity_statediff_blob_commit() {
cfg.clone(),
BlockEnv {
basefee: U256::from(100),
blob_excess_gas_and_price: Some(BlobExcessGasAndPrice::new(100)),
blob_excess_gas_and_price: Some(BlobExcessGasAndPrice::new(100, false)),
..Default::default()
},
TxEnv {
Expand Down

0 comments on commit b8f54f4

Please sign in to comment.