Skip to content

Commit

Permalink
chore: bump revm to latest with placeholders for EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed May 12, 2024
1 parent 3efab64 commit 3cb5064
Show file tree
Hide file tree
Showing 11 changed files with 143 additions and 99 deletions.
79 changes: 49 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ reth-node-events = { path = "crates/node/events" }
reth-testing-utils = { path = "testing/testing-utils" }

# revm
revm = { version = "8.0.0", features = ["std", "secp256k1"], default-features = false }
revm-primitives = { version = "3.1.0", features = ["std"], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "a5df8a0" }
revm = { version = "9.0.0", features = ["std", "secp256k1"], default-features = false }
revm-primitives = { version = "4.0.0", features = ["std"], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "ff0eca1" }

# eth
alloy-chains = "0.1.15"
Expand Down
Loading

0 comments on commit 3cb5064

Please sign in to comment.