From 6ee0a65a29b8fbe2c45603c52dd0d8cac73dda5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:40:01 +0000 Subject: [PATCH] chore(deps): bump reth-revm from v2.2.0 to v2.3.0 Bumps [reth-revm](https://github.com/paradigmxyz/reth) from v2.2.0 to v2.3.0. - [Release notes](https://github.com/paradigmxyz/reth/releases) - [Changelog](https://github.com/paradigmxyz/reth/blob/main/docs/release.md) - [Commits](https://github.com/paradigmxyz/reth/compare/88505c7fcbfdebfd3b56d88c86b62e950043c6c4...9384bc53d8c0c77e59cac83fdaaf3b372c6d2216) --- updated-dependencies: - dependency-name: reth-revm dependency-version: 9384bc53d8c0c77e59cac83fdaaf3b372c6d2216 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1314 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 878 insertions(+), 436 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dab449..bac3a28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,6 +275,18 @@ dependencies = [ "serde", ] +[[package]] +name = "alloy-eip7928" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55c4584eaf235a861172e30d0d8adfa95957186f59b93f997851df90b32da7ba" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "once_cell", + "thiserror 2.0.18", +] + [[package]] name = "alloy-eips" version = "1.8.3" @@ -284,7 +296,7 @@ dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-primitives", "alloy-rlp", "alloy-serde 1.8.3", @@ -307,7 +319,7 @@ dependencies = [ "alloy-eip2124", "alloy-eip2930", "alloy-eip7702", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-primitives", "alloy-rlp", "alloy-serde 2.0.5", @@ -339,16 +351,34 @@ dependencies = [ "alloy-sol-types", "auto_impl", "derive_more", - "revm", + "revm 38.0.0", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "alloy-evm" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6e494529570a4d25eb4d1a7456d8f969c3202aceaf703e4006cec5f730aee96" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.5", + "alloy-hardforks", + "alloy-primitives", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 40.0.3", "thiserror 2.0.18", "tracing", ] [[package]] name = "alloy-genesis" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a71ff8b55d2b8aa05259f474cae7dea0e4991724dc18936b81cb23ec492a0c2a" +checksum = "ab0e0fe9e6d1120ad7bb9254c3fc2b9bc80a8df42a033fb626be6559c13d5153" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -671,9 +701,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73b12366c96f4013e1aeebc96c6b56e5f33f07853c42ea2f485045c0c157a4a1" +checksum = "7eba59e1c069f168a01982f42a57797736923b76aa854194df4930be17867e1c" dependencies = [ "alloy-consensus", "alloy-eips 2.0.5", @@ -1038,7 +1068,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1049,7 +1079,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2593,7 +2623,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.117", ] [[package]] @@ -3009,7 +3039,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3140,7 +3170,7 @@ dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -3159,21 +3189,21 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli", - "reth-codecs", + "reth-codecs 0.3.1", "reth-consensus", "reth-db", "reth-engine-local", "reth-engine-primitives", "reth-errors", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -3181,9 +3211,9 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-revm", + "reth-revm 2.3.0", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -3191,7 +3221,7 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-testing-utils", "reth-tracing", @@ -3211,13 +3241,13 @@ name = "ev-precompiles" version = "0.1.0" dependencies = [ "alloy", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "bytes", "eyre", "reth-ethereum", - "reth-revm", - "revm", + "reth-revm 2.3.0", + "revm 38.0.0", "tracing", ] @@ -3231,10 +3261,10 @@ dependencies = [ "alloy-rlp", "alloy-serde 2.0.5", "bytes", - "reth-codecs", + "reth-codecs 0.3.1", "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", "serde", ] @@ -3243,7 +3273,7 @@ name = "ev-reth" version = "0.1.0" dependencies = [ "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-network", "alloy-primitives", "alloy-rpc-types", @@ -3255,22 +3285,22 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-util", "reth-consensus", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-node-api", "reth-node-builder", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-revm", + "reth-revm 2.3.0", "reth-tracing-otlp", "reth-trie-db", "serde", @@ -3285,14 +3315,14 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-sol-types", "ev-precompiles", "ev-primitives", "reth-evm", "reth-evm-ethereum", - "reth-revm", + "reth-revm 2.3.0", "revm-inspectors", "thiserror 2.0.18", ] @@ -3325,25 +3355,25 @@ dependencies = [ "rand 0.10.1", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-node-api", "reth-node-types", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-revm", + "reth-revm 2.3.0", "reth-rpc-api", "reth-tasks", "reth-testing-utils", @@ -3371,17 +3401,17 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", "reth-node-api", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-transaction-pool", "serde", "serde_json", @@ -3734,7 +3764,7 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link 0.1.3", + "windows-link 0.2.1", "windows-result 0.4.1", ] @@ -5513,6 +5543,12 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nonmax" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" + [[package]] name = "notify" version = "8.2.0" @@ -5555,7 +5591,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6992,9 +7028,9 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-revm 2.2.0", + "reth-storage-api 2.2.0", "reth-tasks", "reth-trie-parallel", "serde", @@ -7018,16 +7054,16 @@ dependencies = [ "pin-project", "rand 0.9.3", "rayon", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-trie", - "revm-database", - "revm-state", + "revm-database 13.0.1", + "revm-state 11.0.1", "serde", "tokio", "tokio-stream", @@ -7042,15 +7078,35 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-genesis", "alloy-primitives", "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 2.2.0", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips 2.0.5", + "alloy-evm 0.36.0", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 2.3.0", + "reth-network-peers 2.3.0", + "reth-primitives-traits 0.4.2", "serde_json", ] @@ -7097,11 +7153,11 @@ dependencies = [ "ratatui", "rayon", "reqwest 0.13.2", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 0.3.1", "reth-config", "reth-consensus", "reth-db", @@ -7115,7 +7171,7 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-etl", "reth-evm", "reth-exex", @@ -7123,25 +7179,25 @@ dependencies = [ "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.2.0", + "reth-revm 2.2.0", "reth-stages", - "reth-stages-types", + "reth-stages-types 2.2.0", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.2.0", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -7201,12 +7257,25 @@ dependencies = [ "bytes", "modular-bitfield", "parity-scale-codec", - "reth-codecs-derive", + "reth-codecs-derive 0.3.1", "reth-zstd-compressors", "serde", "visibility", ] +[[package]] +name = "reth-codecs" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9c37bb4d1bac98661bf9128e1141b969034640d68697b22f70377e492fd332c" +dependencies = [ + "alloy-primitives", + "bytes", + "modular-bitfield", + "reth-codecs-derive 0.4.2", + "serde", +] + [[package]] name = "reth-codecs-derive" version = "0.3.1" @@ -7218,6 +7287,17 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "reth-codecs-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ceeb8dab90194305d3f7e3f043a22d2db1fb54b6dcf5d8e75c5a4fa8540e1f57" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "reth-config" version = "2.2.0" @@ -7226,9 +7306,9 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", "serde", "toml 0.9.12+spec-1.1.0", "url", @@ -7242,8 +7322,8 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", "thiserror 2.0.18", ] @@ -7255,9 +7335,9 @@ dependencies = [ "alloy-consensus", "alloy-eips 2.0.5", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", ] [[package]] @@ -7278,7 +7358,7 @@ dependencies = [ "futures", "reqwest 0.13.2", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-tracing", "ringbuffer", "serde", @@ -7304,8 +7384,8 @@ dependencies = [ "reth-libmdbx", "reth-metrics", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 2.2.0", + "reth-storage-errors 2.2.0", "reth-tracing", "rustc-hash", "strum", @@ -7329,14 +7409,14 @@ dependencies = [ "metrics", "modular-bitfield", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 0.3.1", + "reth-db-models 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", "roaring", "serde", ] @@ -7351,18 +7431,18 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 2.2.0", + "reth-codecs 0.3.1", "reth-config", "reth-db-api", "reth-etl", "reth-execution-errors", "reth-fs-util", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-stages-types", - "reth-static-file-types", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", "reth-trie", "reth-trie-db", "serde", @@ -7381,11 +7461,21 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", "serde", ] +[[package]] +name = "reth-db-models" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-eips 2.0.5", + "alloy-primitives", + "reth-primitives-traits 0.4.2", +] + [[package]] name = "reth-discv4" version = "2.2.0" @@ -7398,10 +7488,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 2.2.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -7425,10 +7515,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.3", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 2.2.0", + "reth-ethereum-forks 2.2.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.2.0", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -7446,8 +7536,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.2.0", + "reth-network-peers 2.2.0", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7477,13 +7567,13 @@ dependencies = [ "rayon", "reth-config", "reth-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-metrics", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-testing-utils", "tempfile", @@ -7513,7 +7603,7 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-commands", "reth-config", "reth-consensus", @@ -7521,10 +7611,10 @@ dependencies = [ "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7532,17 +7622,17 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", + "reth-stages-types 2.2.0", "reth-tasks", "reth-tokio-util", "reth-tracing", - "revm", + "revm 38.0.0", "serde_json", "tempfile", "tokio", @@ -7569,7 +7659,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 2.2.0", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7589,13 +7679,13 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7615,13 +7705,13 @@ dependencies = [ "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", "serde", "thiserror 2.0.18", "tokio", @@ -7633,9 +7723,9 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7648,36 +7738,36 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-execution-cache", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-metrics", "reth-network-p2p", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.2.0", + "reth-revm 2.2.0", "reth-stages", "reth-stages-api", "reth-static-file", "reth-tasks", "reth-tracing", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.2.0", "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", - "revm", - "revm-primitives", + "revm 38.0.0", + "revm-primitives 23.0.0", "schnellru", "thiserror 2.0.18", "tokio", @@ -7695,16 +7785,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-engine-primitives", "reth-engine-tree", "reth-errors", "reth-evm", "reth-fs-util", "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-revm 2.2.0", + "reth-storage-api 2.2.0", "serde", "serde_json", "tokio", @@ -7758,10 +7848,10 @@ dependencies = [ "reth-era-downloader", "reth-etl", "reth-fs-util", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 2.2.0", + "reth-storage-api 2.2.0", "tokio", "tracing", ] @@ -7773,7 +7863,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "reth-consensus", "reth-execution-errors", - "reth-storage-errors", + "reth-storage-errors 2.2.0", "thiserror 2.0.18", ] @@ -7790,13 +7880,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 0.3.1", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", "serde", "snap", "thiserror 2.0.18", @@ -7813,7 +7903,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-chains", "alloy-consensus", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-eips 2.0.5", "alloy-hardforks", "alloy-primitives", @@ -7823,10 +7913,10 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 2.2.0", + "reth-codecs-derive 0.3.1", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", "serde", "thiserror 2.0.18", ] @@ -7838,9 +7928,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-util", - "reth-codecs", + "reth-codecs 0.3.1", "reth-consensus", "reth-consensus-common", "reth-db", @@ -7848,7 +7938,7 @@ dependencies = [ "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -7857,14 +7947,14 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-revm", + "reth-revm 2.2.0", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -7878,7 +7968,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7902,11 +7992,11 @@ dependencies = [ "alloy-consensus", "alloy-eips 2.0.5", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", "tracing", ] @@ -7919,9 +8009,9 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "serde", "thiserror 2.0.18", ] @@ -7940,6 +8030,18 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", +] + [[package]] name = "reth-ethereum-payload-builder" version = "2.2.0" @@ -7951,10 +8053,10 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", "reth-execution-cache", @@ -7962,11 +8064,11 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-revm 2.2.0", + "reth-storage-api 2.2.0", "reth-transaction-pool", - "revm", + "revm 38.0.0", "tracing", ] @@ -7979,11 +8081,22 @@ dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", "alloy-rpc-types-eth", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", "serde", ] +[[package]] +name = "reth-ethereum-primitives" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.5", + "alloy-primitives", + "reth-primitives-traits 0.4.2", +] + [[package]] name = "reth-etl" version = "2.2.0" @@ -8001,7 +8114,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "auto_impl", "derive_more", @@ -8009,13 +8122,13 @@ dependencies = [ "metrics", "rayon", "reth-execution-errors", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", + "revm 38.0.0", ] [[package]] @@ -8025,17 +8138,17 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-chainspec 2.2.0", + "reth-ethereum-forks 2.2.0", + "reth-ethereum-primitives 2.2.0", "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", - "revm", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-storage-errors 2.2.0", + "revm 38.0.0", ] [[package]] @@ -8049,9 +8162,9 @@ dependencies = [ "parking_lot", "reth-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-revm", + "reth-revm 2.2.0", "reth-trie", "tracing", ] @@ -8061,11 +8174,11 @@ name = "reth-execution-errors" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 2.2.0", "thiserror 2.0.18", ] @@ -8076,18 +8189,34 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", - "revm", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", + "revm 38.0.0", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.5", + "alloy-evm 0.36.0", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 2.3.0", + "reth-primitives-traits 0.4.2", + "reth-trie-common 2.3.0", + "revm 40.0.3", +] + [[package]] name = "reth-exex" version = "2.2.0" @@ -8102,9 +8231,9 @@ dependencies = [ "metrics", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-config", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-exex-types", "reth-fs-util", @@ -8112,10 +8241,10 @@ dependencies = [ "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.2.0", + "reth-revm 2.2.0", "reth-stages-api", "reth-tasks", "reth-tracing", @@ -8134,8 +8263,8 @@ dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", "serde", "serde_with", ] @@ -8165,15 +8294,15 @@ dependencies = [ "pretty_assertions", "reth-engine-primitives", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-revm", + "reth-revm 2.2.0", "reth-rpc-api", "reth-tracing", "reth-trie", - "revm", - "revm-bytecode", - "revm-database", + "revm 38.0.0", + "revm-bytecode 10.0.0", + "revm-database 13.0.1", "serde", "serde_json", ] @@ -8232,7 +8361,7 @@ dependencies = [ "futures", "metrics", "metrics-derive", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "tokio", "tokio-util", ] @@ -8282,7 +8411,7 @@ dependencies = [ "rand 0.8.5", "rand 0.9.3", "rayon", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-discv4", "reth-discv5", @@ -8290,18 +8419,18 @@ dependencies = [ "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-forks 2.2.0", + "reth-ethereum-primitives 2.2.0", "reth-evm-ethereum", "reth-fs-util", "reth-metrics", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -8332,9 +8461,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-network-types", "reth-tokio-util", "serde", @@ -8357,11 +8486,11 @@ dependencies = [ "parking_lot", "reth-consensus", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-ethereum-primitives 2.2.0", + "reth-network-peers 2.2.0", "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-primitives-traits 0.3.1", + "reth-storage-errors 2.2.0", "tokio", "tracing", ] @@ -8381,6 +8510,18 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "2.2.0" @@ -8389,7 +8530,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 2.2.0", "serde", "serde_json", "tracing", @@ -8456,7 +8597,7 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -8481,7 +8622,7 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", "reth-rpc", @@ -8521,7 +8662,7 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.3", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-cli-util", "reth-config", "reth-consensus", @@ -8530,20 +8671,20 @@ dependencies = [ "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 2.2.0", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", + "reth-network-peers 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-tasks", "reth-tracing", "reth-tracing-otlp", @@ -8569,22 +8710,22 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-engine-local", "reth-engine-primitives", "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-revm", + "reth-revm 2.2.0", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -8593,7 +8734,7 @@ dependencies = [ "reth-rpc-server-types", "reth-tracing", "reth-transaction-pool", - "revm", + "revm 38.0.0", "tokio", ] @@ -8608,8 +8749,8 @@ dependencies = [ "futures-util", "reth-chain-state", "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-transaction-pool", "serde", "serde_json", @@ -8636,11 +8777,11 @@ dependencies = [ "pin-project", "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", "tokio", "tracing", ] @@ -8674,11 +8815,11 @@ name = "reth-node-types" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", ] [[package]] @@ -8698,7 +8839,7 @@ dependencies = [ "reth-metrics", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-trie-parallel", "tokio", "tokio-stream", @@ -8730,11 +8871,11 @@ dependencies = [ "auto_impl", "either", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", "serde", "sha2", "thiserror 2.0.18", @@ -8748,7 +8889,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", ] [[package]] @@ -8775,15 +8916,36 @@ dependencies = [ "proptest-arbitrary-interop", "quanta", "rayon", - "reth-codecs", - "revm-bytecode", - "revm-primitives", - "revm-state", + "reth-codecs 0.3.1", + "revm-bytecode 10.0.0", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "secp256k1 0.30.0", "serde", "thiserror 2.0.18", ] +[[package]] +name = "reth-primitives-traits" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9102518f0bbf99bc8f0e656a56fb2a7513248630275b608d3706076a82fde42b" +dependencies = [ + "alloy-consensus", + "alloy-eips 2.0.5", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "bytes", + "derive_more", + "once_cell", + "revm-bytecode 11.0.1", + "revm-primitives 24.0.1", + "revm-state 12.0.1", + "thiserror 2.0.18", +] + [[package]] name = "reth-provider" version = "2.2.0" @@ -8801,29 +8963,29 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 2.2.0", + "reth-codecs 0.3.1", "reth-db", "reth-db-api", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", "reth-fs-util", "reth-metrics", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-tasks", "reth-trie", "reth-trie-db", - "revm-database", - "revm-state", + "revm-database 13.0.1", + "revm-state 11.0.1", "rocksdb", "strum", "tokio", @@ -8846,12 +9008,12 @@ dependencies = [ "reth-errors", "reth-exex-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", "reth-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8868,13 +9030,25 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 0.3.1", "serde", "strum", "thiserror 2.0.18", "tracing", ] +[[package]] +name = "reth-prune-types" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-primitives", + "derive_more", + "strum", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-revm" version = "2.2.0" @@ -8883,11 +9057,23 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-debug", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-trie", - "revm", + "revm 38.0.0", +] + +[[package]] +name = "reth-revm" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits 0.4.2", + "reth-storage-api 2.3.0", + "reth-storage-errors 2.3.0", + "revm 40.0.3", ] [[package]] @@ -8898,7 +9084,7 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8926,37 +9112,37 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-metrics", "reth-network-api", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-network-types", "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 0.3.1", + "reth-revm 2.2.0", "reth-rpc-api", "reth-rpc-convert", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-tracing", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 2.2.0", + "revm 38.0.0", "revm-inspectors", - "revm-primitives", + "revm-primitives 23.0.0", "serde", "serde_json", "sha2", @@ -8990,9 +9176,9 @@ dependencies = [ "jsonrpsee", "reth-chain-state", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 2.2.0", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 2.2.0", "serde", "serde_json", ] @@ -9010,7 +9196,7 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-consensus", "reth-engine-primitives", "reth-evm", @@ -9019,7 +9205,7 @@ dependencies = [ "reth-network-api", "reth-node-core", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", @@ -9027,7 +9213,7 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -9046,7 +9232,7 @@ version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ "alloy-consensus", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -9055,7 +9241,7 @@ dependencies = [ "dyn-clone", "jsonrpsee-types", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-rpc-traits", "thiserror 2.0.18", ] @@ -9073,16 +9259,16 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-engine-primitives", "reth-metrics", "reth-network-api", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-rpc-api", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", "serde", @@ -9098,9 +9284,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-dyn-abi", - "alloy-eip7928", + "alloy-eip7928 0.3.5", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -9116,21 +9302,21 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", "reth-evm", "reth-network-api", "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 0.3.1", + "reth-revm 2.2.0", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 2.2.0", + "revm 38.0.0", "revm-inspectors", "serde_json", "tokio", @@ -9144,7 +9330,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebf dependencies = [ "alloy-consensus", "alloy-eips 2.0.5", - "alloy-evm", + "alloy-evm 0.34.0", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -9160,21 +9346,21 @@ dependencies = [ "rand 0.9.3", "reqwest 0.13.2", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-metrics", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 0.3.1", + "reth-revm 2.2.0", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.2.0", "reth-tasks", "reth-transaction-pool", "reth-trie", - "revm", + "revm 38.0.0", "revm-inspectors", "schnellru", "serde", @@ -9226,7 +9412,7 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", "alloy-signer", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "thiserror 2.0.18", ] @@ -9246,8 +9432,8 @@ dependencies = [ "page_size", "rayon", "reqwest 0.13.2", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 2.2.0", + "reth-codecs 0.3.1", "reth-config", "reth-consensus", "reth-db", @@ -9255,23 +9441,23 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-etl", "reth-evm", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-exex", "reth-fs-util", "reth-libmdbx", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 2.2.0", + "reth-revm 2.2.0", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-static-file-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-tasks", "reth-testing-utils", "reth-trie", @@ -9293,17 +9479,17 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-codecs", + "reth-codecs 0.3.1", "reth-consensus", "reth-errors", "reth-metrics", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 2.2.0", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 2.2.0", "reth-tokio-util", "thiserror 2.0.18", "tokio", @@ -9319,11 +9505,20 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 0.3.1", + "reth-trie-common 2.2.0", "serde", ] +[[package]] +name = "reth-stages-types" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-primitives", + "reth-trie-common 2.3.0", +] + [[package]] name = "reth-static-file" version = "2.2.0" @@ -9332,14 +9527,14 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", + "reth-codecs 0.3.1", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-static-file-types 2.2.0", + "reth-storage-errors 2.2.0", "reth-tokio-util", "tracing", ] @@ -9353,12 +9548,25 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 2.2.0", "serde", "strum", "tracing", ] +[[package]] +name = "reth-static-file-types" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.3.0", + "serde", + "strum", +] + [[package]] name = "reth-storage-api" version = "2.2.0" @@ -9369,20 +9577,43 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "revm-database", + "reth-db-models 2.2.0", + "reth-ethereum-primitives 2.2.0", + "reth-execution-types 2.2.0", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", + "revm-database 13.0.1", "serde_json", ] +[[package]] +name = "reth-storage-api" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-consensus", + "alloy-eip7928 0.4.3", + "alloy-eips 2.0.5", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.3.0", + "reth-db-models 2.3.0", + "reth-ethereum-primitives 2.3.0", + "reth-execution-types 2.3.0", + "reth-primitives-traits 0.4.2", + "reth-prune-types 2.3.0", + "reth-stages-types 2.3.0", + "reth-storage-errors 2.3.0", + "reth-trie-common 2.3.0", + "revm-database 15.0.2", +] + [[package]] name = "reth-storage-errors" version = "2.2.0" @@ -9392,12 +9623,30 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-codecs", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", - "revm-database-interface", - "revm-state", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", + "reth-prune-types 2.2.0", + "reth-static-file-types 2.2.0", + "revm-database-interface 11.0.1", + "revm-state 11.0.1", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-eips 2.0.5", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs 0.4.2", + "reth-primitives-traits 0.4.2", + "reth-prune-types 2.3.0", + "reth-static-file-types 2.3.0", + "revm-database-interface 12.1.1", + "revm-state 12.0.1", "thiserror 2.0.18", ] @@ -9433,8 +9682,8 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.3", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 2.2.0", + "reth-primitives-traits 0.3.1", "secp256k1 0.30.0", ] @@ -9504,20 +9753,20 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.3", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.2.0", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.2.0", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.2.0", "reth-fs-util", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 0.3.1", + "reth-storage-api 2.2.0", "reth-tasks", - "revm", - "revm-interpreter", - "revm-primitives", + "revm 38.0.0", + "revm-interpreter 35.0.1", + "revm-primitives 23.0.0", "rustc-hash", "schnellru", "serde", @@ -9545,12 +9794,12 @@ dependencies = [ "parking_lot", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-primitives-traits 0.3.1", + "reth-stages-types 2.2.0", + "reth-storage-errors 2.2.0", + "reth-trie-common 2.2.0", "reth-trie-sparse", - "revm-database", + "revm-database 13.0.1", "tracing", "triehash", ] @@ -9575,13 +9824,29 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", - "revm-database", + "reth-codecs 0.3.1", + "reth-primitives-traits 0.3.1", + "revm-database 13.0.1", "serde", "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "2.3.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.3.0#9384bc53d8c0c77e59cac83fdaaf3b372c6d2216" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "reth-primitives-traits 0.4.2", + "revm-database 15.0.2", +] + [[package]] name = "reth-trie-db" version = "2.2.0" @@ -9593,12 +9858,12 @@ dependencies = [ "reth-db-api", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-primitives-traits 0.3.1", + "reth-stages-types 2.2.0", + "reth-storage-api 2.2.0", + "reth-storage-errors 2.2.0", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.2.0", "tracing", ] @@ -9607,8 +9872,8 @@ name = "reth-trie-parallel" version = "2.2.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.2.0#88505c7fcbfdebfd3b56d88c86b62e950043c6c4" dependencies = [ - "alloy-eip7928", - "alloy-evm", + "alloy-eip7928 0.3.5", + "alloy-evm 0.34.0", "alloy-primitives", "alloy-rlp", "crossbeam-channel", @@ -9619,13 +9884,13 @@ dependencies = [ "rayon", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 0.3.1", "reth-provider", - "reth-storage-errors", + "reth-storage-errors 2.2.0", "reth-tasks", "reth-trie", "reth-trie-sparse", - "revm-state", + "revm-state 11.0.1", "thiserror 2.0.18", "tracing", ] @@ -9642,8 +9907,8 @@ dependencies = [ "rayon", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 0.3.1", + "reth-trie-common 2.2.0", "serde", "serde_json", "slotmap", @@ -9666,17 +9931,36 @@ version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91202d39dbe8e8d10e9e8f2b76c30da68ecd1d25be69ba6d853ad0d03a3a398a" dependencies = [ - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", - "revm-precompile", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-context 16.0.1", + "revm-context-interface 17.0.1", + "revm-database 13.0.1", + "revm-database-interface 11.0.1", + "revm-handler 18.1.0", + "revm-inspector 19.0.0", + "revm-interpreter 35.0.1", + "revm-precompile 34.0.0", + "revm-primitives 23.0.0", + "revm-state 11.0.1", +] + +[[package]] +name = "revm" +version = "40.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "823da6e5509bb8e5dcd91295870e494917a030ad506fc83301f3f08ad8b15b17" +dependencies = [ + "revm-bytecode 11.0.1", + "revm-context 18.0.3", + "revm-context-interface 19.0.3", + "revm-database 15.0.2", + "revm-database-interface 12.1.1", + "revm-handler 20.0.3", + "revm-inspector 21.0.3", + "revm-interpreter 37.0.3", + "revm-precompile 36.0.3", + "revm-primitives 24.0.1", + "revm-state 12.0.1", ] [[package]] @@ -9687,10 +9971,20 @@ checksum = "bdbb3a3d735efa94c91f2ef6bf20a35f99a77bc78f3e25bd758336901bdf9661" dependencies = [ "bitvec", "phf 0.13.1", - "revm-primitives", + "revm-primitives 23.0.0", "serde", ] +[[package]] +name = "revm-bytecode" +version = "11.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b378c2653331fe60969d9745e802cd773d82a20d8aaced914dfcf26ab8f0d9" +dependencies = [ + "bitvec", + "revm-primitives 24.0.1", +] + [[package]] name = "revm-context" version = "16.0.1" @@ -9700,14 +9994,30 @@ dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode", - "revm-context-interface", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-context-interface 17.0.1", + "revm-database-interface 11.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "serde", ] +[[package]] +name = "revm-context" +version = "18.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bafa298114f3cab706945de14c04e73e6e6d7896302e4183dae273f968e52f80" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode 11.0.1", + "revm-context-interface 19.0.3", + "revm-database-interface 12.1.1", + "revm-primitives 24.0.1", + "revm-state 12.0.1", +] + [[package]] name = "revm-context-interface" version = "17.0.1" @@ -9718,12 +10028,27 @@ dependencies = [ "alloy-eip7702", "auto_impl", "either", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-database-interface 11.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "serde", ] +[[package]] +name = "revm-context-interface" +version = "19.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db9c13f1dfc79425931fd184b6bd373dfac7baba50859b01107d5c0e20549cbb" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface 12.1.1", + "revm-primitives 24.0.1", + "revm-state 12.0.1", +] + [[package]] name = "revm-database" version = "13.0.1" @@ -9731,13 +10056,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c281a1f11d3bcb8c0bba1199ed6bcb001d1aeb3d4fb366819e14f88723989a4e" dependencies = [ "alloy-eips 1.8.3", - "revm-bytecode", - "revm-database-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-database-interface 11.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "serde", ] +[[package]] +name = "revm-database" +version = "15.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a69c3ce73454a09ef89a66177239d7c4f5f697227ae27254c99451866603b19d" +dependencies = [ + "derive_more", + "revm-bytecode 11.0.1", + "revm-database-interface 12.1.1", + "revm-primitives 24.0.1", + "revm-state 12.0.1", +] + [[package]] name = "revm-database-interface" version = "11.0.1" @@ -9746,12 +10084,25 @@ checksum = "d89efb9832a4e3742bb4ded5f7fe5bf905e8860e69427d4dfec153484fc6d304" dependencies = [ "auto_impl", "either", - "revm-primitives", - "revm-state", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "serde", "thiserror 2.0.18", ] +[[package]] +name = "revm-database-interface" +version = "12.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a2656187f9f9c22ef9dd9300ed71aeaeca3506a6a0a229a07f264649b960d68" +dependencies = [ + "auto_impl", + "either", + "revm-primitives 24.0.1", + "revm-state 12.0.1", + "thiserror 2.0.18", +] + [[package]] name = "revm-handler" version = "18.1.0" @@ -9760,17 +10111,35 @@ checksum = "783e903d6922b7f5f9a940d1bb229530502d2924b1aed9d5ca5a94ebf065d460" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database-interface", - "revm-interpreter", - "revm-precompile", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-context 16.0.1", + "revm-context-interface 17.0.1", + "revm-database-interface 11.0.1", + "revm-interpreter 35.0.1", + "revm-precompile 34.0.0", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "serde", ] +[[package]] +name = "revm-handler" +version = "20.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ce1d66037ca1394128313bb995fa9f50d834927a389386bb34f8f0ef914648f" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode 11.0.1", + "revm-context 18.0.3", + "revm-context-interface 19.0.3", + "revm-database-interface 12.1.1", + "revm-interpreter 37.0.3", + "revm-precompile 36.0.3", + "revm-primitives 24.0.1", + "revm-state 12.0.1", +] + [[package]] name = "revm-inspector" version = "19.0.0" @@ -9779,16 +10148,32 @@ checksum = "8216ad58422090d0daa9eb430e0a081f7ad07e7fd30681dee71f8420c99624e0" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", - "revm-interpreter", - "revm-primitives", - "revm-state", + "revm-context 16.0.1", + "revm-database-interface 11.0.1", + "revm-handler 18.1.0", + "revm-interpreter 35.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "serde", "serde_json", ] +[[package]] +name = "revm-inspector" +version = "21.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fe3635d3411e8318849546570ca0220e783443319e28f5397c9f80b05bf4344" +dependencies = [ + "auto_impl", + "either", + "revm-context 18.0.3", + "revm-database-interface 12.1.1", + "revm-handler 20.0.3", + "revm-interpreter 37.0.3", + "revm-primitives 24.0.1", + "revm-state 12.0.1", +] + [[package]] name = "revm-inspectors" version = "0.39.0" @@ -9801,7 +10186,7 @@ dependencies = [ "alloy-sol-types", "anstyle", "colorchoice", - "revm", + "revm 38.0.0", "serde", "serde_json", "thiserror 2.0.18", @@ -9813,13 +10198,25 @@ version = "35.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ece9f41b69658c15d748288a4dbdfc06a63f3ce93d983af440de3f1631dce6a" dependencies = [ - "revm-bytecode", - "revm-context-interface", - "revm-primitives", - "revm-state", + "revm-bytecode 10.0.0", + "revm-context-interface 17.0.1", + "revm-primitives 23.0.0", + "revm-state 11.0.1", "serde", ] +[[package]] +name = "revm-interpreter" +version = "37.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bae56c57ddca1f5c4abd443f826f1b3e49a86a528e7e1ea0fc207cdc4671a37e" +dependencies = [ + "revm-bytecode 11.0.1", + "revm-context-interface 19.0.3", + "revm-primitives 24.0.1", + "revm-state 12.0.1", +] + [[package]] name = "revm-precompile" version = "34.0.0" @@ -9839,13 +10236,35 @@ dependencies = [ "cfg-if", "k256", "p256", - "revm-context-interface", - "revm-primitives", + "revm-context-interface 17.0.1", + "revm-primitives 23.0.0", "ripemd", "secp256k1 0.31.1", "sha2", ] +[[package]] +name = "revm-precompile" +version = "36.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "191db865091e07ecb80b12ce3048192c76071ca3d2b0a315b111b271cd4ced37" +dependencies = [ + "ark-bls12-381", + "ark-bn254", + "ark-ec", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "arrayref", + "aurora-engine-modexp", + "cfg-if", + "k256", + "p256", + "revm-context-interface 19.0.3", + "revm-primitives 24.0.1", + "ripemd", + "sha2", +] + [[package]] name = "revm-primitives" version = "23.0.0" @@ -9858,19 +10277,42 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-primitives" +version = "24.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe5102d804892908d4ebf68da29b8562895922dffa26c230ff2c4dadcf93916f" +dependencies = [ + "alloy-primitives", + "once_cell", +] + [[package]] name = "revm-state" version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c32490ed687dba31c3c882beb8c20408bdd30ef96690d8f145b0ee9a87040bfe" dependencies = [ - "alloy-eip7928", + "alloy-eip7928 0.3.5", "bitflags 2.11.0", - "revm-bytecode", - "revm-primitives", + "revm-bytecode 10.0.0", + "revm-primitives 23.0.0", "serde", ] +[[package]] +name = "revm-state" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40eff6067185cf80932e06f6a9c8045b012ecb6f99a8d6edc618ec2792373e14" +dependencies = [ + "alloy-eip7928 0.4.3", + "bitflags 2.11.0", + "nonmax", + "revm-bytecode 11.0.1", + "revm-primitives 24.0.1", +] + [[package]] name = "rfc6979" version = "0.4.0" @@ -10067,7 +10509,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10147,7 +10589,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs 1.0.6", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10667,7 +11109,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -10842,7 +11284,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -12162,7 +12604,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]]