Skip to content

Commit 63af3be

Browse files
committed
wip: pevm integration for historical sync till Cancun
1 parent d72e438 commit 63af3be

12 files changed

Lines changed: 319 additions & 83 deletions

File tree

Cargo.lock

Lines changed: 177 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,18 +406,18 @@ reth-trie-db = { path = "crates/trie/db" }
406406
reth-trie-parallel = { path = "crates/trie/parallel" }
407407

408408
# revm
409-
revm = { version = "14.0.3", features = [
409+
revm = { git = "https://github.com/risechain/revm", rev = "cf599db31b5c64547ce91998f18ca97522876d7c", features = [
410410
"std",
411411
"secp256k1",
412412
"blst",
413413
], default-features = false }
414-
revm-inspectors = "0.8.1"
415-
revm-primitives = { version = "10.0.0", features = [
414+
revm-primitives = { git = "https://github.com/risechain/revm", rev = "cf599db31b5c64547ce91998f18ca97522876d7c", features = [
416415
"std",
417416
], default-features = false }
417+
revm-inspectors = { git = "https://github.com/risechain/revm-inspectors", rev = "348e7996ed4fa88f58d81bd136a60ea537174252" }
418418

419419
# eth
420-
alloy-chains = "0.1.32"
420+
alloy-chains = "0.1.35"
421421
alloy-dyn-abi = "0.8.0"
422422
alloy-primitives = { version = "0.8.4", default-features = false }
423423
alloy-rlp = "0.3.4"

crates/ethereum/evm/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ alloy-primitives.workspace = true
2929
alloy-eips.workspace = true
3030
alloy-sol-types.workspace = true
3131

32+
pevm = { git = "https://github.com/risechain/pevm", rev = "de7de2683201c53b8adaba19c01b3033fb37b5d8" }
33+
3234
[dev-dependencies]
3335
reth-testing-utils.workspace = true
3436
reth-revm = { workspace = true, features = ["test-utils"] }

0 commit comments

Comments
 (0)