Skip to content

Commit

Permalink
wip: pevm integration for historical sync till Cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-rise committed Oct 7, 2024
1 parent d72e438 commit 63af3be
Show file tree
Hide file tree
Showing 12 changed files with 319 additions and 83 deletions.
189 changes: 177 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -406,18 +406,18 @@ reth-trie-db = { path = "crates/trie/db" }
reth-trie-parallel = { path = "crates/trie/parallel" }

# revm
revm = { version = "14.0.3", features = [
revm = { git = "https://github.com/risechain/revm", rev = "cf599db31b5c64547ce91998f18ca97522876d7c", features = [
"std",
"secp256k1",
"blst",
], default-features = false }
revm-inspectors = "0.8.1"
revm-primitives = { version = "10.0.0", features = [
revm-primitives = { git = "https://github.com/risechain/revm", rev = "cf599db31b5c64547ce91998f18ca97522876d7c", features = [
"std",
], default-features = false }
revm-inspectors = { git = "https://github.com/risechain/revm-inspectors", rev = "348e7996ed4fa88f58d81bd136a60ea537174252" }

# eth
alloy-chains = "0.1.32"
alloy-chains = "0.1.35"
alloy-dyn-abi = "0.8.0"
alloy-primitives = { version = "0.8.4", default-features = false }
alloy-rlp = "0.3.4"
Expand Down
2 changes: 2 additions & 0 deletions crates/ethereum/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ alloy-primitives.workspace = true
alloy-eips.workspace = true
alloy-sol-types.workspace = true

pevm = { git = "https://github.com/risechain/pevm", rev = "de7de2683201c53b8adaba19c01b3033fb37b5d8" }

[dev-dependencies]
reth-testing-utils.workspace = true
reth-revm = { workspace = true, features = ["test-utils"] }
Expand Down
Loading

0 comments on commit 63af3be

Please sign in to comment.