Skip to content

Commit 73ffe36

Browse files
committed
20.0.0-alpha.4
1 parent 24b79d3 commit 73ffe36

File tree

3 files changed

+57
-56
lines changed

3 files changed

+57
-56
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -430,24 +430,24 @@ reth-trie-sparse = { path = "crates/trie/sparse" }
430430
reth-zstd-compressors = { path = "crates/storage/zstd-compressors", default-features = false }
431431

432432
# revm
433-
revm = { version = "20.0.0-alpha.3", default-features = false }
434-
revm-bytecode = { version = "1.0.0-alpha.2", default-features = false }
435-
revm-database = { version = "1.0.0-alpha.2", default-features = false }
436-
revm-state = { version = "1.0.0-alpha.2", default-features = false }
437-
revm-primitives = { version = "16.0.0-alpha.2", default-features = false }
438-
revm-interpreter = { version = "16.0.0-alpha.3", default-features = false }
439-
revm-inspector = { version = "1.0.0-alpha.3", default-features = false }
440-
revm-context = { version = "1.0.0-alpha.2", default-features = false }
441-
revm-context-interface = { version = "1.0.0-alpha.2", default-features = false }
442-
revm-database-interface = { version = "1.0.0-alpha.2", default-features = false }
443-
op-revm = { version = "1.0.0-alpha.2", default-features = false }
433+
revm = { version = "20.0.0-alpha.4", default-features = false }
434+
revm-bytecode = { version = "1.0.0-alpha.3", default-features = false }
435+
revm-database = { version = "1.0.0-alpha.3", default-features = false }
436+
revm-state = { version = "1.0.0-alpha.3", default-features = false }
437+
revm-primitives = { version = "16.0.0-alpha.3", default-features = false }
438+
revm-interpreter = { version = "16.0.0-alpha.4", default-features = false }
439+
revm-inspector = { version = "1.0.0-alpha.4", default-features = false }
440+
revm-context = { version = "1.0.0-alpha.3", default-features = false }
441+
revm-context-interface = { version = "1.0.0-alpha.3", default-features = false }
442+
revm-database-interface = { version = "1.0.0-alpha.3", default-features = false }
443+
op-revm = { version = "1.0.0-alpha.3", default-features = false }
444444
revm-inspectors = "0.16"
445445

446446
# eth
447447
alloy-chains = { version = "0.1.64", default-features = false }
448448
alloy-dyn-abi = "0.8.20"
449449
alloy-eip2124 = { version = "0.1.0", default-features = false }
450-
alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "03a3480", default-features = false }
450+
alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "a5722ee", default-features = false }
451451
alloy-primitives = { version = "0.8.20", default-features = false, features = ["map-foldhash"] }
452452
alloy-rlp = { version = "0.3.10", default-features = false, features = ["core-net"] }
453453
alloy-sol-types = { version = "0.8.20", default-features = false }
@@ -485,7 +485,7 @@ alloy-transport-ipc = { version = "0.12.4", default-features = false }
485485
alloy-transport-ws = { version = "0.12.4", default-features = false }
486486

487487
# op
488-
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "03a3480", default-features = false }
488+
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "a5722ee", default-features = false }
489489
alloy-op-hardforks = { git = "https://github.com/alloy-rs/hardforks", rev = "ae4176c" }
490490
op-alloy-rpc-types = { version = "0.11.0", default-features = false }
491491
op-alloy-rpc-types-engine = { version = "0.11.0", default-features = false }
@@ -677,19 +677,7 @@ visibility = "0.1.1"
677677
walkdir = "2.3.3"
678678

679679
[patch.crates-io]
680-
revm = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
681-
revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
682-
revm-database = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
683-
revm-state = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
684-
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
685-
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
686-
revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
687-
revm-context = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
688-
revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
689-
revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
690-
op-revm = { git = "https://github.com/bluealloy/revm", rev = "f11bbab" }
691-
692-
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "3c6cca4" }
680+
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "667180b" }
693681

694682
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
695683
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }

book/sources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ reth-tracing = { path = "../../crates/tracing" }
1313
reth-node-api = { path = "../../crates/node/api" }
1414

1515
[patch.crates-io]
16-
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "3c6cca4" }
16+
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "667180b" }

0 commit comments

Comments
 (0)