Skip to content

Commit dad68e7

Browse files
committed
chore: Bump revm
1 parent 6359984 commit dad68e7

File tree

4 files changed

+93
-94
lines changed

4 files changed

+93
-94
lines changed

Diff for: Cargo.lock

+71-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crates/fpvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ alloy-sol-types = "0.7.7"
2222
# misc
2323
once_cell = "1.19.0"
2424
elf = "0.7.4"
25-
revm = { version = "3.5.0", features = ["no_gas_measuring"] }
25+
revm = "12.1.0"
2626
tracing = { version = "0.1.40", optional = true }
2727

2828
# hashing

Diff for: crates/fpvm/src/page.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl CachedPage {
102102
///
103103
/// ### Returns
104104
/// - A [Result] containing the 32 byte merkle root hash of the subtree or an error if the
105-
/// generalized index is too deep.
105+
/// generalized index is too deep.
106106
#[inline(always)]
107107
pub fn merkleize_subtree(&mut self, g_index: Gindex) -> Result<[u8; 32]> {
108108
// Cast to usize to avoid `as usize` everywhere.

0 commit comments

Comments
 (0)