Skip to content

Commit

Permalink
chore: Bump revm
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jul 20, 2024
1 parent 6359984 commit dad68e7
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 94 deletions.
140 changes: 71 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fpvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ alloy-sol-types = "0.7.7"
# misc
once_cell = "1.19.0"
elf = "0.7.4"
revm = { version = "3.5.0", features = ["no_gas_measuring"] }
revm = "12.1.0"
tracing = { version = "0.1.40", optional = true }

# hashing
Expand Down
2 changes: 1 addition & 1 deletion crates/fpvm/src/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl CachedPage {
///
/// ### Returns
/// - A [Result] containing the 32 byte merkle root hash of the subtree or an error if the
/// generalized index is too deep.
/// generalized index is too deep.
#[inline(always)]
pub fn merkleize_subtree(&mut self, g_index: Gindex) -> Result<[u8; 32]> {
// Cast to usize to avoid `as usize` everywhere.
Expand Down
Loading

0 comments on commit dad68e7

Please sign in to comment.