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 10, 2024
1 parent a44e085 commit aff06f3
Show file tree
Hide file tree
Showing 11 changed files with 147 additions and 100 deletions.
81 changes: 48 additions & 33 deletions Cargo.lock

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

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ 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 = "7168ac5" }
# revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "7168ac5" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", branch = "bumprevm" }

# eth
alloy-chains = "0.1.15"
Expand Down Expand Up @@ -399,3 +400,9 @@ proptest-derive = "0.4"
serial_test = "3"
similar-asserts = "1.5.0"
test-fuzz = "5"

[patch.crates-io]
revm = { git = "https://github.com/danipopes/revm", rev = "1914696de833600f28d895be6c2621714402419c" }
revm-interpreter = { git = "https://github.com/danipopes/revm", rev = "1914696de833600f28d895be6c2621714402419c" }
revm-precompile = { git = "https://github.com/danipopes/revm", rev = "1914696de833600f28d895be6c2621714402419c" }
revm-primitives = { git = "https://github.com/danipopes/revm", rev = "1914696de833600f28d895be6c2621714402419c" }
Loading

0 comments on commit aff06f3

Please sign in to comment.