Skip to content

Commit

Permalink
small changes to allow raiko to use reth for proving
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed May 22, 2024
1 parent ccb9141 commit 7509ce5
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 55 deletions.
115 changes: 88 additions & 27 deletions Cargo.lock

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

14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ 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.1", features = ["std"], default-features = false }
revm = { version = "8.0.0", features = ["std", "secp256k1", "taiko"], default-features = false }
revm-primitives = { version = "3.1.1", features = ["std", "taiko"], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "848d568" }

# eth
Expand Down Expand Up @@ -411,9 +411,13 @@ alloy-rpc-types = { git = "https://github.com/brechtpd/alloy", branch = "175_4e2
alloy-rpc-types-trace = { git = "https://github.com/brechtpd/alloy", branch = "175_4e22b9e" }

[patch.crates-io]
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "feat/zk-op", default-features = false, features = [
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v35_taiko_v2", default-features = false, features = [
"std",
"serde",
"taiko",
#"taiko",
]}
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "feat/zk-op", default-features = false }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v35_taiko_v2", default-features = false, features = [
#"std",
#"serde",
#"taiko",
]}
Loading

0 comments on commit 7509ce5

Please sign in to comment.