From 1911529ff0ee3cb0bfbc0e9d670ed2c07bd79fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:43:22 +0000 Subject: [PATCH] chore(deps): bump reth-consensus from v1.11.3 to v2.0.0 Bumps [reth-consensus](https://github.com/paradigmxyz/reth) from v1.11.3 to v2.0.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/d6324d63e27ef6b7c49cdc9b1977c1b808234c7b...eb4c15e5e36d8776d46629beae4c0a69af7ab04f) --- updated-dependencies: - dependency-name: reth-consensus dependency-version: eb4c15e5e36d8776d46629beae4c0a69af7ab04f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 712 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 475 insertions(+), 237 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af266ee..35081e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,10 +317,28 @@ dependencies = [ "derive_more", "op-alloy", "op-revm", - "revm", + "revm 34.0.0", "thiserror 2.0.18", ] +[[package]] +name = "alloy-evm" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13146597a586a4166ac31b192883e08c044272d6b8c43de231ee1f43dd9a115" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 36.0.0", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "alloy-genesis" version = "1.8.3" @@ -2413,7 +2431,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]] @@ -2953,7 +2971,7 @@ dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -2975,7 +2993,7 @@ dependencies = [ "reth-chainspec", "reth-cli", "reth-codecs", - "reth-consensus", + "reth-consensus 2.0.0", "reth-db", "reth-engine-local", "reth-engine-primitives", @@ -2983,10 +3001,10 @@ dependencies = [ "reth-ethereum", "reth-ethereum-forks", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -2995,7 +3013,7 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -3025,14 +3043,14 @@ name = "ev-precompiles" version = "0.1.0" dependencies = [ "alloy", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "bytes", "eyre", "reth-ethereum", "reth-primitives", "reth-revm", - "revm", + "revm 34.0.0", "tracing", ] @@ -3048,8 +3066,8 @@ dependencies = [ "bytes", "reth-codecs", "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "serde", ] @@ -3058,7 +3076,7 @@ name = "ev-reth" version = "0.1.0" dependencies = [ "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-network", "alloy-primitives", "alloy-rpc-types", @@ -3072,18 +3090,18 @@ dependencies = [ "reth-basic-payload-builder", "reth-chainspec", "reth-cli-util", - "reth-consensus", + "reth-consensus 2.0.0", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", "reth-ethereum-forks", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-node-api", "reth-node-builder", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-tracing-otlp", @@ -3100,7 +3118,7 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-sol-types", "ev-precompiles", @@ -3109,8 +3127,8 @@ dependencies = [ "reth-evm-ethereum", "reth-primitives", "reth-revm", - "revm-context-interface", - "revm-inspector", + "revm-context-interface 14.0.0", + "revm-inspector 15.0.0", "revm-inspectors", "thiserror 2.0.18", ] @@ -3144,23 +3162,23 @@ dependencies = [ "reqwest 0.12.28", "reth-basic-payload-builder", "reth-chainspec", - "reth-consensus", + "reth-consensus 2.0.0", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-node-api", "reth-node-types", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc-api", @@ -3191,17 +3209,17 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-proc-macros", "reth-chainspec", - "reth-consensus", + "reth-consensus 2.0.0", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", "reth-node-api", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-transaction-pool", "serde", "serde_json", @@ -5442,7 +5460,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79c92b75162c2ed1661849fa51683b11254a5b661798360a2c24be918edafd40" dependencies = [ "auto_impl", - "revm", + "revm 34.0.0", "serde", ] @@ -6496,7 +6514,7 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-storage-api", "reth-tasks", @@ -6522,14 +6540,14 @@ dependencies = [ "rayon", "reth-chainspec", "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-trie", - "revm-database", - "revm-state", + "revm-database 10.0.0", + "revm-state 9.0.0", "serde", "tokio", "tokio-stream", @@ -6544,7 +6562,7 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-primitives", "alloy-trie", @@ -6552,7 +6570,7 @@ dependencies = [ "derive_more", "reth-ethereum-forks", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde_json", ] @@ -6604,7 +6622,7 @@ dependencies = [ "reth-cli-util", "reth-codecs", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-db-api", "reth-db-common", @@ -6616,7 +6634,7 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-etl", "reth-evm", "reth-exex", @@ -6630,7 +6648,7 @@ dependencies = [ "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-prune-types", @@ -6642,7 +6660,7 @@ dependencies = [ "reth-storage-api", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.3", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -6740,8 +6758,21 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-consensus" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", "thiserror 2.0.18", ] @@ -6753,8 +6784,8 @@ dependencies = [ "alloy-consensus", "alloy-eips", "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-consensus 1.11.3", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -6775,7 +6806,7 @@ dependencies = [ "futures", "reqwest 0.12.28", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-tracing", "ringbuffer", "serde", @@ -6829,12 +6860,12 @@ dependencies = [ "proptest", "reth-codecs", "reth-db-models", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages-types", "reth-storage-errors", - "reth-trie-common", + "reth-trie-common 1.11.3", "roaring", "serde", ] @@ -6857,7 +6888,7 @@ dependencies = [ "reth-execution-errors", "reth-fs-util", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-stages-types", "reth-static-file-types", @@ -6880,7 +6911,7 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", ] @@ -6974,12 +7005,12 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", + "reth-consensus 1.11.3", + "reth-ethereum-primitives 1.11.3", "reth-metrics", "reth-network-p2p", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-storage-api", "reth-tasks", @@ -7014,12 +7045,12 @@ dependencies = [ "reth-chainspec", "reth-cli-commands", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-network-api", "reth-network-p2p", "reth-network-peers", @@ -7031,7 +7062,7 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-rpc-api", "reth-rpc-builder", @@ -7041,7 +7072,7 @@ dependencies = [ "reth-tasks", "reth-tokio-util", "reth-tracing", - "revm", + "revm 34.0.0", "serde_json", "tempfile", "tokio", @@ -7093,7 +7124,7 @@ dependencies = [ "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-transaction-pool", "tokio", @@ -7114,13 +7145,13 @@ dependencies = [ "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -7134,7 +7165,7 @@ dependencies = [ "futures", "pin-project", "reth-chainspec", - "reth-consensus", + "reth-consensus 1.11.3", "reth-engine-primitives", "reth-engine-tree", "reth-evm", @@ -7156,7 +7187,7 @@ dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7170,18 +7201,18 @@ dependencies = [ "rayon", "reth-chain-state", "reth-chainspec", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-metrics", "reth-network-p2p", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-prune-types", @@ -7192,11 +7223,11 @@ dependencies = [ "reth-tasks", "reth-tracing", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.3", "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", - "revm", + "revm 34.0.0", "revm-primitives", "schnellru", "smallvec", @@ -7223,7 +7254,7 @@ dependencies = [ "reth-evm", "reth-fs-util", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-storage-api", "serde", @@ -7278,7 +7309,7 @@ dependencies = [ "reth-era-downloader", "reth-etl", "reth-fs-util", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-stages-types", "reth-storage-api", @@ -7291,7 +7322,7 @@ name = "reth-errors" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-consensus", + "reth-consensus 1.11.3", "reth-execution-errors", "reth-storage-errors", "thiserror 2.0.18", @@ -7316,7 +7347,7 @@ dependencies = [ "reth-ethereum-forks", "reth-metrics", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", "snap", "thiserror 2.0.18", @@ -7344,8 +7375,8 @@ dependencies = [ "proptest-arbitrary-interop", "reth-chainspec", "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "thiserror 2.0.18", ] @@ -7360,14 +7391,14 @@ dependencies = [ "reth-chainspec", "reth-cli-util", "reth-codecs", - "reth-consensus", + "reth-consensus 1.11.3", "reth-consensus-common", "reth-db", "reth-engine-local", "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-evm-ethereum", "reth-network", @@ -7376,7 +7407,7 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -7422,10 +7453,10 @@ dependencies = [ "alloy-eips", "alloy-primitives", "reth-chainspec", - "reth-consensus", + "reth-consensus 1.11.3", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "tracing", ] @@ -7439,9 +7470,9 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "serde", "sha2", "thiserror 2.0.18", @@ -7475,18 +7506,18 @@ dependencies = [ "reth-chainspec", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-evm-ethereum", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-storage-api", "reth-transaction-pool", - "revm", + "revm 34.0.0", "tracing", ] @@ -7504,12 +7535,23 @@ dependencies = [ "arbitrary", "modular-bitfield", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-zstd-compressors", "serde", "serde_with", ] +[[package]] +name = "reth-ethereum-primitives" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits 0.1.1", +] + [[package]] name = "reth-etl" version = "1.11.3" @@ -7527,7 +7569,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "auto_impl", "derive_more", @@ -7535,13 +7577,13 @@ dependencies = [ "metrics", "rayon", "reth-execution-errors", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-trie-common 1.11.3", + "revm 34.0.0", ] [[package]] @@ -7551,19 +7593,19 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rpc-types-engine", "derive_more", "parking_lot", "reth-chainspec", "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "reth-storage-errors", - "revm", + "revm 34.0.0", ] [[package]] @@ -7571,7 +7613,7 @@ name = "reth-execution-errors" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rlp", "nybbles", @@ -7586,17 +7628,33 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", - "revm", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.30.0", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-trie-common 2.0.0", + "revm 36.0.0", +] + [[package]] name = "reth-exex" version = "1.11.3" @@ -7613,7 +7671,7 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-config", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-exex-types", "reth-fs-util", @@ -7621,7 +7679,7 @@ dependencies = [ "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune-types", "reth-revm", @@ -7643,8 +7701,8 @@ dependencies = [ "alloy-eips", "alloy-primitives", "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "serde_with", ] @@ -7674,15 +7732,15 @@ dependencies = [ "pretty_assertions", "reth-engine-primitives", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc-api", "reth-tracing", "reth-trie", - "revm", - "revm-bytecode", - "revm-database", + "revm 34.0.0", + "revm-bytecode 8.0.0", + "revm-database 10.0.0", "serde", "serde_json", ] @@ -7790,7 +7848,7 @@ dependencies = [ "rand 0.9.2", "rayon", "reth-chainspec", - "reth-consensus", + "reth-consensus 1.11.3", "reth-discv4", "reth-discv5", "reth-dns-discovery", @@ -7798,7 +7856,7 @@ dependencies = [ "reth-eth-wire", "reth-eth-wire-types", "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm-ethereum", "reth-fs-util", "reth-metrics", @@ -7807,7 +7865,7 @@ dependencies = [ "reth-network-p2p", "reth-network-peers", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-tasks", "reth-tokio-util", @@ -7861,12 +7919,12 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", + "reth-consensus 1.11.3", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-network-peers", "reth-network-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-errors", "tokio", "tracing", @@ -7926,7 +7984,7 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "reth-basic-payload-builder", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db-api", "reth-engine-primitives", "reth-evm", @@ -7964,7 +8022,7 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-consensus-debug-client", "reth-db", "reth-db-api", @@ -7988,7 +8046,7 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-rpc", @@ -8031,7 +8089,7 @@ dependencies = [ "reth-chainspec", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-discv4", "reth-discv5", @@ -8043,7 +8101,7 @@ dependencies = [ "reth-network", "reth-network-p2p", "reth-network-peers", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-rpc-convert", "reth-rpc-eth-types", @@ -8082,14 +8140,14 @@ dependencies = [ "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-revm", "reth-rpc", @@ -8100,7 +8158,7 @@ dependencies = [ "reth-rpc-server-types", "reth-tracing", "reth-transaction-pool", - "revm", + "revm 34.0.0", "tokio", ] @@ -8115,7 +8173,7 @@ dependencies = [ "futures-util", "reth-chain-state", "reth-network-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-transaction-pool", "serde", @@ -8143,7 +8201,7 @@ dependencies = [ "pin-project", "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages", "reth-static-file-types", @@ -8185,7 +8243,7 @@ dependencies = [ "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8203,7 +8261,7 @@ dependencies = [ "reth-metrics", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "tokio", "tokio-stream", "tracing", @@ -8236,9 +8294,9 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -8251,7 +8309,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8262,11 +8320,32 @@ dependencies = [ "alloy-consensus", "once_cell", "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "reth-static-file-types", ] +[[package]] +name = "reth-primitives-traits" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ca36e245593498020c31e707154fc13391164eb90444da76d67361f646e7669" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "bytes", + "derive_more", + "once_cell", + "revm-bytecode 9.0.0", + "revm-primitives", + "revm-state 10.0.0", + "thiserror 2.0.18", +] + [[package]] name = "reth-primitives-traits" version = "1.11.3" @@ -8292,9 +8371,9 @@ dependencies = [ "proptest-arbitrary-interop", "rayon", "reth-codecs", - "revm-bytecode", + "revm-bytecode 8.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "secp256k1 0.30.0", "serde", "serde_with", @@ -8323,13 +8402,13 @@ dependencies = [ "reth-db-api", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", "reth-fs-util", "reth-metrics", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages-types", "reth-static-file-types", @@ -8338,8 +8417,8 @@ dependencies = [ "reth-tasks", "reth-trie", "reth-trie-db", - "revm-database", - "revm-state", + "revm-database 10.0.0", + "revm-state 9.0.0", "strum", "tokio", "tracing", @@ -8361,7 +8440,7 @@ dependencies = [ "reth-errors", "reth-exex-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune-types", "reth-stages-types", @@ -8396,11 +8475,11 @@ version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-storage-errors", "reth-trie", - "revm", + "revm 34.0.0", ] [[package]] @@ -8412,7 +8491,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8441,21 +8520,21 @@ dependencies = [ "pin-project", "reth-chain-state", "reth-chainspec", - "reth-consensus", + "reth-consensus 1.11.3", "reth-consensus-common", "reth-engine-primitives", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-metrics", "reth-network-api", "reth-network-peers", "reth-network-types", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-api", "reth-rpc-convert", @@ -8466,8 +8545,8 @@ dependencies = [ "reth-storage-api", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 1.11.3", + "revm 34.0.0", "revm-inspectors", "revm-primitives", "serde", @@ -8506,7 +8585,7 @@ dependencies = [ "reth-engine-primitives", "reth-network-peers", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.11.3", "serde_json", ] @@ -8524,14 +8603,14 @@ dependencies = [ "pin-project", "reth-chain-state", "reth-chainspec", - "reth-consensus", + "reth-consensus 1.11.3", "reth-engine-primitives", "reth-evm", "reth-ipc", "reth-metrics", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", @@ -8557,7 +8636,7 @@ version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8566,9 +8645,9 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "thiserror 2.0.18", ] @@ -8591,7 +8670,7 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-rpc-api", "reth-storage-api", "reth-tasks", @@ -8610,7 +8689,7 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8631,7 +8710,7 @@ dependencies = [ "reth-evm", "reth-network-api", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", @@ -8639,8 +8718,8 @@ dependencies = [ "reth-storage-api", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", - "revm", + "reth-trie-common 1.11.3", + "revm 34.0.0", "revm-inspectors", "tokio", "tracing", @@ -8653,7 +8732,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-network", "alloy-primitives", "alloy-rpc-client", @@ -8671,11 +8750,11 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-errors", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", @@ -8683,7 +8762,7 @@ dependencies = [ "reth-tasks", "reth-transaction-pool", "reth-trie", - "revm", + "revm 34.0.0", "revm-inspectors", "schnellru", "serde", @@ -8742,20 +8821,20 @@ dependencies = [ "reth-chainspec", "reth-codecs", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-etl", "reth-evm", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-exex", "reth-fs-util", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-prune-types", @@ -8785,11 +8864,11 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", + "reth-consensus 1.11.3", "reth-errors", "reth-metrics", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-stages-types", @@ -8811,7 +8890,7 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-trie-common", + "reth-trie-common 1.11.3", "serde", ] @@ -8825,7 +8904,7 @@ dependencies = [ "rayon", "reth-codecs", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune-types", "reth-stages-types", @@ -8863,14 +8942,14 @@ dependencies = [ "reth-chainspec", "reth-db-api", "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-stages-types", "reth-storage-errors", - "reth-trie-common", - "revm-database", + "reth-trie-common 1.11.3", + "revm-database 10.0.0", "serde_json", ] @@ -8883,11 +8962,11 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-prune-types", "reth-static-file-types", - "revm-database-interface", - "revm-state", + "revm-database-interface 9.0.0", + "revm-state 9.0.0", "thiserror 2.0.18", ] @@ -8920,8 +8999,8 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "secp256k1 0.30.0", ] @@ -8992,17 +9071,17 @@ dependencies = [ "reth-chain-state", "reth-chainspec", "reth-eth-wire-types", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-evm", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.3", "reth-fs-util", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-storage-api", "reth-tasks", - "revm", - "revm-interpreter", + "revm 34.0.0", + "revm-interpreter 32.0.0", "revm-primitives", "rustc-hash", "schnellru", @@ -9031,12 +9110,12 @@ dependencies = [ "parking_lot", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-stages-types", "reth-storage-errors", - "reth-trie-common", + "reth-trie-common 1.11.3", "reth-trie-sparse", - "revm-database", + "revm-database 10.0.0", "tracing", "triehash", ] @@ -9062,12 +9141,28 @@ dependencies = [ "plain_hasher", "rayon", "reth-codecs", - "reth-primitives-traits", - "revm-database", + "reth-primitives-traits 1.11.3", + "revm-database 10.0.0", "serde", "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "reth-primitives-traits 0.1.1", + "revm-database 12.0.0", +] + [[package]] name = "reth-trie-db" version = "1.11.3" @@ -9079,12 +9174,12 @@ dependencies = [ "reth-db-api", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-stages-types", "reth-storage-api", "reth-storage-errors", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.3", "tracing", ] @@ -9102,12 +9197,12 @@ dependencies = [ "rayon", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-storage-errors", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.3", "reth-trie-sparse", "thiserror 2.0.18", "tracing", @@ -9126,8 +9221,8 @@ dependencies = [ "rayon", "reth-execution-errors", "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "smallvec", "tracing", ] @@ -9146,17 +9241,36 @@ version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2aabdebaa535b3575231a88d72b642897ae8106cf6b0d12eafc6bfdf50abfc7" dependencies = [ - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database", - "revm-database-interface", - "revm-handler", - "revm-inspector", - "revm-interpreter", + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database 10.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-inspector 15.0.0", + "revm-interpreter 32.0.0", + "revm-precompile", + "revm-primitives", + "revm-state 9.0.0", +] + +[[package]] +name = "revm" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0abc15d09cd211e9e73410ada10134069c794d4bcdb787dfc16a1bf0939849c" +dependencies = [ + "revm-bytecode 9.0.0", + "revm-context 15.0.0", + "revm-context-interface 16.0.0", + "revm-database 12.0.0", + "revm-database-interface 10.0.0", + "revm-handler 17.0.0", + "revm-inspector 17.0.0", + "revm-interpreter 34.0.0", "revm-precompile", "revm-primitives", - "revm-state", + "revm-state 10.0.0", ] [[package]] @@ -9171,6 +9285,16 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-bytecode" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e86e468df3cf5cf59fa7ef71a3e9ccabb76bb336401ea2c0674f563104cf3c5e" +dependencies = [ + "bitvec", + "revm-primitives", +] + [[package]] name = "revm-context" version = "13.0.0" @@ -9180,14 +9304,30 @@ dependencies = [ "bitvec", "cfg-if", "derive-where", - "revm-bytecode", - "revm-context-interface", - "revm-database-interface", + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "serde", ] +[[package]] +name = "revm-context" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eb1f0a76b14d684a444fc52f7bf6b7564bf882599d91ee62e76d602e7a187c7" +dependencies = [ + "bitvec", + "cfg-if", + "derive-where", + "revm-bytecode 9.0.0", + "revm-context-interface 16.0.0", + "revm-database-interface 10.0.0", + "revm-primitives", + "revm-state 10.0.0", +] + [[package]] name = "revm-context-interface" version = "14.0.0" @@ -9198,12 +9338,27 @@ dependencies = [ "alloy-eip7702", "auto_impl", "either", - "revm-database-interface", + "revm-database-interface 9.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "serde", ] +[[package]] +name = "revm-context-interface" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc256b27743e2912ca16899568e6652a372eb5d1d573e6edb16c7836b16cf487" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface 10.0.0", + "revm-primitives", + "revm-state 10.0.0", +] + [[package]] name = "revm-database" version = "10.0.0" @@ -9211,13 +9366,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "529528d0b05fe646be86223032c3e77aa8b05caa2a35447d538c55965956a511" dependencies = [ "alloy-eips", - "revm-bytecode", - "revm-database-interface", + "revm-bytecode 8.0.0", + "revm-database-interface 9.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "serde", ] +[[package]] +name = "revm-database" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c0a7d6da41061f2c50f99a2632571026b23684b5449ff319914151f4449b6c8" +dependencies = [ + "revm-bytecode 9.0.0", + "revm-database-interface 10.0.0", + "revm-primitives", + "revm-state 10.0.0", +] + [[package]] name = "revm-database-interface" version = "9.0.0" @@ -9227,11 +9394,24 @@ dependencies = [ "auto_impl", "either", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "serde", "thiserror 2.0.18", ] +[[package]] +name = "revm-database-interface" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd497a38a79057b94a049552cb1f925ad15078bc1a479c132aeeebd1d2ccc768" +dependencies = [ + "auto_impl", + "either", + "revm-primitives", + "revm-state 10.0.0", + "thiserror 2.0.18", +] + [[package]] name = "revm-handler" version = "15.0.0" @@ -9240,17 +9420,35 @@ checksum = "0cd0e43e815a85eded249df886c4badec869195e70cdd808a13cfca2794622d2" dependencies = [ "auto_impl", "derive-where", - "revm-bytecode", - "revm-context", - "revm-context-interface", - "revm-database-interface", - "revm-interpreter", + "revm-bytecode 8.0.0", + "revm-context 13.0.0", + "revm-context-interface 14.0.0", + "revm-database-interface 9.0.0", + "revm-interpreter 32.0.0", "revm-precompile", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "serde", ] +[[package]] +name = "revm-handler" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f1eed729ca9b228ae98688f352235871e9b8be3d568d488e4070f64c56e9d3d" +dependencies = [ + "auto_impl", + "derive-where", + "revm-bytecode 9.0.0", + "revm-context 15.0.0", + "revm-context-interface 16.0.0", + "revm-database-interface 10.0.0", + "revm-interpreter 34.0.0", + "revm-precompile", + "revm-primitives", + "revm-state 10.0.0", +] + [[package]] name = "revm-inspector" version = "15.0.0" @@ -9259,16 +9457,32 @@ checksum = "4f3ccad59db91ef93696536a0dbaf2f6f17cfe20d4d8843ae118edb7e97947ef" dependencies = [ "auto_impl", "either", - "revm-context", - "revm-database-interface", - "revm-handler", - "revm-interpreter", + "revm-context 13.0.0", + "revm-database-interface 9.0.0", + "revm-handler 15.0.0", + "revm-interpreter 32.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "serde", "serde_json", ] +[[package]] +name = "revm-inspector" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf5102391706513689f91cb3cb3d97b5f13a02e8647e6e9cb7620877ef84847" +dependencies = [ + "auto_impl", + "either", + "revm-context 15.0.0", + "revm-database-interface 10.0.0", + "revm-handler 17.0.0", + "revm-interpreter 34.0.0", + "revm-primitives", + "revm-state 10.0.0", +] + [[package]] name = "revm-inspectors" version = "0.34.2" @@ -9281,7 +9495,7 @@ dependencies = [ "alloy-sol-types", "anstyle", "colorchoice", - "revm", + "revm 34.0.0", "serde", "serde_json", "thiserror 2.0.18", @@ -9293,13 +9507,25 @@ version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11406408597bc249392d39295831c4b641b3a6f5c471a7c41104a7a1e3564c07" dependencies = [ - "revm-bytecode", - "revm-context-interface", + "revm-bytecode 8.0.0", + "revm-context-interface 14.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "serde", ] +[[package]] +name = "revm-interpreter" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf22f80612bb8f58fd1f578750281f2afadb6c93835b14ae6a4d6b75ca26f445" +dependencies = [ + "revm-bytecode 9.0.0", + "revm-context-interface 16.0.0", + "revm-primitives", + "revm-state 10.0.0", +] + [[package]] name = "revm-precompile" version = "32.1.0" @@ -9344,11 +9570,23 @@ checksum = "311720d4f0f239b041375e7ddafdbd20032a33b7bae718562ea188e188ed9fd3" dependencies = [ "alloy-eip7928", "bitflags 2.11.0", - "revm-bytecode", + "revm-bytecode 8.0.0", "revm-primitives", "serde", ] +[[package]] +name = "revm-state" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d29404707763da607e5d6e4771cb203998c28159279c2f64cc32de08d2814651" +dependencies = [ + "alloy-eip7928", + "bitflags 2.11.0", + "revm-bytecode 9.0.0", + "revm-primitives", +] + [[package]] name = "rfc6979" version = "0.4.0"