From 9efd51471795e7db97945e89219879e8e0cc5cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:46:41 +0000 Subject: [PATCH] chore(deps): bump reth-rpc-eth-types from v1.11.3 to v2.0.0 Bumps [reth-rpc-eth-types](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-rpc-eth-types dependency-version: eb4c15e5e36d8776d46629beae4c0a69af7ab04f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2397 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 1697 insertions(+), 700 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af266ee..5af6e25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "alloy-chains" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9247f0a399ef71aeb68f497b2b8fb348014f742b50d3b83b1e00dfe1b7d64b3d" +checksum = "f4e9e31d834fe25fe991b8884e4b9f0e59db4a97d86e05d1464d6899c013cd62" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -317,10 +317,30 @@ 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-rpc-types-engine", + "alloy-rpc-types-eth", + "alloy-sol-types", + "auto_impl", + "derive_more", + "revm 36.0.0", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "alloy-genesis" version = "1.8.3" @@ -575,9 +595,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-admin" -version = "1.7.3" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42325c117af3a9e49013f881c1474168db57978e02085fc9853a1c89e0562740" +checksum = "b38080c2b01ad1bacbd3583cf7f6f800e5e0ffc11eaddaad7321225733a2d818" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -1858,7 +1878,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -2413,7 +2433,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 +2973,7 @@ dependencies = [ "alloy-consensus", "alloy-consensus-any", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -2972,21 +2992,21 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", - "reth-codecs", - "reth-consensus", + "reth-codecs 1.11.3", + "reth-consensus 1.11.3", "reth-db", "reth-engine-local", "reth-engine-primitives", - "reth-errors", + "reth-errors 1.11.3", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-execution-types 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -2995,21 +3015,21 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-revm", + "reth-revm 1.11.3", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", - "reth-rpc-convert", + "reth-rpc-convert 1.11.3", "reth-rpc-engine-api", "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-rpc-eth-types 2.0.0", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "reth-testing-utils", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "reth-trie-db", "serde", "serde_json", @@ -3025,14 +3045,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", + "reth-revm 1.11.3", + "revm 34.0.0", "tracing", ] @@ -3046,10 +3066,10 @@ dependencies = [ "alloy-rlp", "alloy-serde", "bytes", - "reth-codecs", + "reth-codecs 1.11.3", "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "serde", ] @@ -3058,7 +3078,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", @@ -3070,22 +3090,22 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", - "reth-consensus", + "reth-consensus 1.11.3", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.3", "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-revm 1.11.3", "reth-tracing-otlp", "reth-trie-db", "serde", @@ -3100,18 +3120,18 @@ dependencies = [ name = "ev-revm" version = "0.1.0" dependencies = [ - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-sol-types", "ev-precompiles", "ev-primitives", - "reth-evm", - "reth-evm-ethereum", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "reth-primitives", - "reth-revm", - "revm-context-interface", - "revm-inspector", - "revm-inspectors", + "reth-revm 1.11.3", + "revm-context-interface 14.0.0", + "revm-inspector 15.0.0", + "revm-inspectors 0.34.2", "thiserror 2.0.18", ] @@ -3143,31 +3163,31 @@ dependencies = [ "rand 0.10.0", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "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-revm 1.11.3", "reth-rpc-api", - "reth-tasks", + "reth-tasks 1.11.3", "reth-testing-utils", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "serde", "serde_json", "tempfile", @@ -3190,19 +3210,19 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "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-transaction-pool", + "reth-primitives-traits 1.11.3", + "reth-transaction-pool 1.11.3", "serde", "serde_json", "thiserror 2.0.18", @@ -3506,8 +3526,8 @@ dependencies = [ "libc", "log", "rustversion", - "windows-link", - "windows-result", + "windows-link 0.2.1", + "windows-result 0.4.1", ] [[package]] @@ -3993,7 +4013,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core", + "windows-core 0.62.2", ] [[package]] @@ -4663,7 +4683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -4956,7 +4976,7 @@ dependencies = [ "once_cell", "procfs", "rlimit", - "windows", + "windows 0.62.2", ] [[package]] @@ -5442,7 +5462,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79c92b75162c2ed1661849fa51683b11254a5b661798360a2c24be918edafd40" dependencies = [ "auto_impl", - "revm", + "revm 34.0.0", "serde", ] @@ -5616,7 +5636,7 @@ dependencies = [ "libc", "redox_syscall 0.5.18", "smallvec", - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -6432,7 +6452,7 @@ dependencies = [ "url", "wasm-bindgen", "wasm-bindgen-futures", - "wasm-streams", + "wasm-streams 0.4.2", "web-sys", "webpki-roots 1.0.6", ] @@ -6446,6 +6466,7 @@ dependencies = [ "base64 0.22.1", "bytes", "futures-core", + "futures-util", "http", "http-body", "http-body-util", @@ -6465,12 +6486,14 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-rustls", + "tokio-util", "tower", "tower-http", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", + "wasm-streams 0.5.0", "web-sys", ] @@ -6491,15 +6514,15 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", + "reth-chain-state 1.11.3", + "reth-metrics 1.11.3", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-primitives-traits 1.11.3", + "reth-revm 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "tokio", "tracing", ] @@ -6520,22 +6543,48 @@ dependencies = [ "pin-project", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-trie", - "revm-database", - "revm-state", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-trie 1.11.3", + "revm-database 10.0.0", + "revm-state 9.0.0", "serde", "tokio", "tokio-stream", "tracing", ] +[[package]] +name = "reth-chain-state" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "reth-chainspec 2.0.0", + "reth-errors 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-execution-types 2.0.0", + "reth-metrics 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-api 2.0.0", + "reth-trie 2.0.0", + "revm-database 12.0.0", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-chainspec" version = "1.11.3" @@ -6544,15 +6593,35 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 1.11.3", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm 0.30.0", "alloy-genesis", "alloy-primitives", "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 2.0.0", + "reth-network-peers 2.0.0", + "reth-primitives-traits 0.1.1", "serde_json", ] @@ -6598,13 +6667,13 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest 0.12.28", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.11.3", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-db-api", "reth-db-common", @@ -6616,33 +6685,33 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.3", "reth-etl", - "reth-evm", + "reth-evm 1.11.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-net-nat", "reth-network", - "reth-network-p2p", - "reth-network-peers", + "reth-network-p2p 1.11.3", + "reth-network-peers 1.11.3", "reth-node-api", "reth-node-builder", "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", - "reth-revm", + "reth-prune-types 1.11.3", + "reth-revm 1.11.3", "reth-stages", - "reth-stages-types", + "reth-stages-types 1.11.3", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", - "reth-tasks", - "reth-trie", - "reth-trie-common", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -6661,7 +6730,7 @@ name = "reth-cli-runner" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-tasks", + "reth-tasks 1.11.3", "tokio", "tracing", ] @@ -6677,7 +6746,7 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-tracing", "secp256k1 0.30.0", "serde", @@ -6686,6 +6755,25 @@ dependencies = [ "tracy-client", ] +[[package]] +name = "reth-codecs" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a96e584e01478c951911946a7864f18e967c1cd90965e136e2d1b51aa3da9126" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "parity-scale-codec", + "reth-codecs-derive 0.1.1", + "reth-zstd-compressors 0.1.1", + "serde", +] + [[package]] name = "reth-codecs" version = "1.11.3" @@ -6700,12 +6788,23 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.11.3", + "reth-zstd-compressors 1.11.3", "serde", "visibility", ] +[[package]] +name = "reth-codecs-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c342ae46f5a886b8bf506205b9501b1032b896defd0f4f156edb423007fef880" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "reth-codecs-derive" version = "1.11.3" @@ -6723,10 +6822,10 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "eyre", "humantime-serde", - "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-network-types 1.11.3", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", "serde", "toml", "url", @@ -6740,8 +6839,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", ] @@ -6752,9 +6864,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -6775,7 +6887,7 @@ dependencies = [ "futures", "reqwest 0.12.28", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-tracing", "ringbuffer", "serde", @@ -6795,12 +6907,12 @@ dependencies = [ "page_size", "parking_lot", "reth-db-api", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-libmdbx", - "reth-metrics", + "reth-metrics 1.11.3", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.11.3", + "reth-storage-errors 1.11.3", "reth-tracing", "rustc-hash", "strum", @@ -6827,14 +6939,14 @@ dependencies = [ "op-alloy-consensus", "parity-scale-codec", "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 1.11.3", + "reth-db-models 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", "roaring", "serde", ] @@ -6849,19 +6961,19 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors", - "reth-fs-util", + "reth-execution-errors 1.11.3", + "reth-fs-util 1.11.3", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-trie 1.11.3", "reth-trie-db", "serde", "serde_json", @@ -6879,11 +6991,21 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", "serde", ] +[[package]] +name = "reth-db-models" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits 0.1.1", +] + [[package]] name = "reth-discv4" version = "1.11.3" @@ -6896,10 +7018,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", - "reth-net-banlist", + "reth-ethereum-forks 1.11.3", + "reth-net-banlist 1.11.3", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 1.11.3", "schnellru", "secp256k1 0.30.0", "serde", @@ -6923,10 +7045,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-metrics 1.11.3", + "reth-network-peers 1.11.3", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6944,9 +7066,9 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", - "reth-tokio-util", + "reth-ethereum-forks 1.11.3", + "reth-network-peers 1.11.3", + "reth-tokio-util 1.11.3", "schnellru", "secp256k1 0.30.0", "serde", @@ -6974,15 +7096,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-consensus 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-metrics 1.11.3", + "reth-network-p2p 1.11.3", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", "reth-testing-utils", "tempfile", "thiserror 2.0.18", @@ -7011,18 +7133,18 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 1.11.3", "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-network-api", - "reth-network-p2p", - "reth-network-peers", + "reth-ethereum-primitives 1.11.3", + "reth-network-api 1.11.3", + "reth-network-p2p 1.11.3", + "reth-network-peers 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7031,17 +7153,17 @@ 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", "reth-rpc-eth-api", - "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", - "reth-tokio-util", + "reth-rpc-server-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-tasks 1.11.3", + "reth-tokio-util 1.11.3", "reth-tracing", - "revm", + "revm 34.0.0", "serde_json", "tempfile", "tokio", @@ -7068,7 +7190,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.11.3", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7088,14 +7210,14 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-transaction-pool 1.11.3", "tokio", "tokio-stream", "tracing", @@ -7112,15 +7234,15 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-chain-state 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "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", @@ -7133,18 +7255,18 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-engine-primitives", "reth-engine-tree", - "reth-evm", - "reth-network-p2p", + "reth-evm 1.11.3", + "reth-network-p2p 1.11.3", "reth-node-types", "reth-payload-builder", "reth-provider", "reth-prune", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.11.3", "reth-trie-db", ] @@ -7156,7 +7278,7 @@ dependencies = [ "alloy-consensus", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", @@ -7168,35 +7290,35 @@ dependencies = [ "moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-db", "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-network-p2p", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-network-p2p 1.11.3", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.11.3", + "reth-revm 1.11.3", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", + "reth-tasks 1.11.3", "reth-tracing", - "reth-trie", - "reth-trie-common", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", "reth-trie-db", "reth-trie-parallel", - "reth-trie-sparse", - "revm", + "reth-trie-sparse 1.11.3", + "revm 34.0.0", "revm-primitives", "schnellru", "smallvec", @@ -7216,16 +7338,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", + "reth-errors 1.11.3", + "reth-evm 1.11.3", + "reth-fs-util 1.11.3", "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-primitives-traits 1.11.3", + "reth-revm 1.11.3", + "reth-storage-api 1.11.3", "serde", "serde_json", "tokio", @@ -7259,7 +7381,7 @@ dependencies = [ "futures-util", "reqwest 0.12.28", "reth-era", - "reth-fs-util", + "reth-fs-util 1.11.3", "sha2", "tokio", ] @@ -7277,11 +7399,11 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", + "reth-fs-util 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 1.11.3", + "reth-storage-api 1.11.3", "tokio", "tracing", ] @@ -7291,9 +7413,20 @@ name = "reth-errors" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.11.3", + "reth-execution-errors 1.11.3", + "reth-storage-errors 1.11.3", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-errors" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "reth-consensus 2.0.0", + "reth-execution-errors 2.0.0", + "reth-storage-errors 2.0.0", "thiserror 2.0.18", ] @@ -7310,13 +7443,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.11.3", "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-metrics 1.11.3", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "snap", "thiserror 2.0.18", @@ -7342,10 +7475,31 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.11.3", + "reth-codecs-derive 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "serde", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-eth-wire-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec 2.0.0", + "reth-codecs-derive 0.1.1", + "reth-ethereum-primitives 2.0.0", + "reth-primitives-traits 0.1.1", "serde", "thiserror 2.0.18", ] @@ -7357,36 +7511,36 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", - "reth-codecs", - "reth-consensus", + "reth-codecs 1.11.3", + "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-evm", - "reth-evm-ethereum", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "reth-network", - "reth-network-api", + "reth-network-api 1.11.3", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-revm", + "reth-revm 1.11.3", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", - "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-rpc-eth-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie 1.11.3", "reth-trie-db", ] @@ -7397,7 +7551,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7407,8 +7561,8 @@ dependencies = [ "reth-node-core", "reth-node-ethereum", "reth-node-metrics", - "reth-rpc-server-types", - "reth-tasks", + "reth-rpc-server-types 1.11.3", + "reth-tasks 1.11.3", "reth-tracing", "tracing", ] @@ -7421,11 +7575,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "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 +7593,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", @@ -7461,6 +7615,19 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.11.3" @@ -7472,21 +7639,21 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", - "revm", + "reth-primitives-traits 1.11.3", + "reth-revm 1.11.3", + "reth-storage-api 1.11.3", + "reth-transaction-pool 1.11.3", + "revm 34.0.0", "tracing", ] @@ -7503,13 +7670,27 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-zstd-compressors 1.11.3", "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", + "alloy-rpc-types-eth", + "reth-codecs 0.1.1", + "reth-primitives-traits 0.1.1", + "serde", +] + [[package]] name = "reth-etl" version = "1.11.3" @@ -7527,21 +7708,42 @@ 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", "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", - "revm", + "reth-execution-errors 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", +] + +[[package]] +name = "reth-evm" +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", + "auto_impl", + "derive_more", + "futures-util", + "reth-execution-errors 2.0.0", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-api 2.0.0", + "reth-storage-errors 2.0.0", + "reth-trie-common 2.0.0", + "revm 36.0.0", ] [[package]] @@ -7551,19 +7753,39 @@ 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-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", - "revm", + "reth-chainspec 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-errors 1.11.3", + "revm 34.0.0", +] + +[[package]] +name = "reth-evm-ethereum" +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", + "alloy-rpc-types-engine", + "reth-chainspec 2.0.0", + "reth-ethereum-forks 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-evm 2.0.0", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-errors 2.0.0", + "revm 36.0.0", ] [[package]] @@ -7571,11 +7793,24 @@ 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", + "reth-storage-errors 1.11.3", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-execution-errors" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-evm 0.30.0", "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 2.0.0", "thiserror 2.0.18", ] @@ -7586,13 +7821,32 @@ 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 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", + "alloy-rlp", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", - "revm", + "reth-ethereum-primitives 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-trie-common 2.0.0", + "revm 36.0.0", "serde", "serde_with", ] @@ -7610,23 +7864,23 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", "reth-exex-types", - "reth-fs-util", - "reth-metrics", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", "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", + "reth-prune-types 1.11.3", + "reth-revm 1.11.3", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.11.3", "reth-tracing", "rmp-serde", "thiserror 2.0.18", @@ -7642,9 +7896,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "serde_with", ] @@ -7659,6 +7913,16 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-fs-util" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.18", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.11.3" @@ -7673,16 +7937,16 @@ dependencies = [ "jsonrpsee", "pretty_assertions", "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-evm 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-revm", + "reth-revm 1.11.3", "reth-rpc-api", "reth-tracing", - "reth-trie", - "revm", - "revm-bytecode", - "revm-database", + "reth-trie 1.11.3", + "revm 34.0.0", + "revm-bytecode 8.0.0", + "revm-database 10.0.0", "serde", "serde_json", ] @@ -7744,6 +8008,15 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "metrics", + "metrics-derive", +] + [[package]] name = "reth-net-banlist" version = "1.11.3" @@ -7753,6 +8026,15 @@ dependencies = [ "ipnet", ] +[[package]] +name = "reth-net-banlist" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "ipnet", +] + [[package]] name = "reth-net-nat" version = "1.11.3" @@ -7789,29 +8071,29 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-discv4", "reth-discv5", "reth-dns-discovery", "reth-ecies", "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm-ethereum", - "reth-fs-util", - "reth-metrics", - "reth-net-banlist", - "reth-network-api", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", + "reth-net-banlist 1.11.3", + "reth-network-api 1.11.3", + "reth-network-p2p 1.11.3", + "reth-network-peers 1.11.3", + "reth-network-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-tokio-util 1.11.3", + "reth-transaction-pool 1.11.3", "rustc-hash", "schnellru", "secp256k1 0.30.0", @@ -7837,18 +8119,42 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-network-p2p", - "reth-network-peers", - "reth-network-types", - "reth-tokio-util", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-forks 1.11.3", + "reth-network-p2p 1.11.3", + "reth-network-peers 1.11.3", + "reth-network-types 1.11.3", + "reth-tokio-util 1.11.3", "serde", "thiserror 2.0.18", "tokio", "tokio-stream", ] +[[package]] +name = "reth-network-api" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types-admin", + "alloy-rpc-types-eth", + "auto_impl", + "derive_more", + "enr", + "futures", + "reth-eth-wire-types 2.0.0", + "reth-ethereum-forks 2.0.0", + "reth-network-p2p 2.0.0", + "reth-network-peers 2.0.0", + "reth-network-types 2.0.0", + "reth-tokio-util 2.0.0", + "thiserror 2.0.18", + "tokio", + "tokio-stream", +] + [[package]] name = "reth-network-p2p" version = "1.11.3" @@ -7861,13 +8167,35 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", - "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-consensus 1.11.3", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-network-peers 1.11.3", + "reth-network-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-errors 1.11.3", + "tokio", + "tracing", +] + +[[package]] +name = "reth-network-p2p" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures", + "reth-consensus 2.0.0", + "reth-eth-wire-types 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-network-peers 2.0.0", + "reth-network-types 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-errors 2.0.0", "tokio", "tracing", ] @@ -7888,17 +8216,41 @@ dependencies = [ ] [[package]] -name = "reth-network-types" -version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +name = "reth-network-peers" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" dependencies = [ - "alloy-eip2124", - "humantime-serde", - "reth-net-banlist", - "reth-network-peers", - "serde", - "serde_json", - "tracing", + "alloy-primitives", + "alloy-rlp", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.18", + "url", +] + +[[package]] +name = "reth-network-types" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-eip2124", + "humantime-serde", + "reth-net-banlist 1.11.3", + "reth-network-peers 1.11.3", + "serde", + "serde_json", + "tracing", +] + +[[package]] +name = "reth-network-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eip2124", + "reth-net-banlist 2.0.0", + "reth-network-peers 2.0.0", + "tracing", ] [[package]] @@ -7911,7 +8263,7 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.11.3", "serde", "thiserror 2.0.18", "tracing", @@ -7926,20 +8278,20 @@ 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", - "reth-network-api", + "reth-evm 1.11.3", + "reth-network-api 1.11.3", "reth-node-core", "reth-node-types", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-provider", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-tasks 1.11.3", + "reth-tokio-util 1.11.3", + "reth-transaction-pool 1.11.3", ] [[package]] @@ -7961,10 +8313,10 @@ dependencies = [ "parking_lot", "rayon", "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-consensus-debug-client", "reth-db", "reth-db-api", @@ -7975,34 +8327,34 @@ dependencies = [ "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.11.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.11.3", "reth-invalid-block-hooks", "reth-network", - "reth-network-api", - "reth-network-p2p", + "reth-network-api 1.11.3", + "reth-network-p2p 1.11.3", "reth-node-api", "reth-node-core", "reth-node-ethstats", "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-engine-api", - "reth-rpc-eth-types", + "reth-rpc-eth-types 1.11.3", "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", - "reth-tokio-util", + "reth-tasks 1.11.3", + "reth-tokio-util 1.11.3", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "reth-trie-db", "secp256k1 0.30.0", "serde_json", @@ -8028,32 +8380,32 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.11.3", "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", - "reth-net-banlist", + "reth-ethereum-forks 1.11.3", + "reth-net-banlist 1.11.3", "reth-net-nat", "reth-network", - "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-network-p2p 1.11.3", + "reth-network-peers 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-rpc-convert 1.11.3", + "reth-rpc-eth-types 1.11.3", + "reth-rpc-server-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", "reth-tracing", "reth-tracing-otlp", - "reth-transaction-pool", + "reth-transaction-pool 1.11.3", "secp256k1 0.30.0", "serde", "shellexpand", @@ -8076,31 +8428,31 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-local", "reth-engine-primitives", "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", "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-revm 1.11.3", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", + "reth-rpc-eth-types 1.11.3", + "reth-rpc-server-types 1.11.3", "reth-tracing", - "reth-transaction-pool", - "revm", + "reth-transaction-pool 1.11.3", + "revm 34.0.0", "tokio", ] @@ -8113,11 +8465,11 @@ dependencies = [ "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", - "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-chain-state 1.11.3", + "reth-network-api 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-transaction-pool 1.11.3", "serde", "serde_json", "thiserror 2.0.18", @@ -8142,12 +8494,12 @@ dependencies = [ "humantime", "pin-project", "reth-engine-primitives", - "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-network-api 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", "tokio", "tracing", ] @@ -8168,8 +8520,8 @@ dependencies = [ "metrics-util", "procfs", "reqwest 0.12.28", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.11.3", + "reth-tasks 1.11.3", "tikv-jemalloc-ctl", "tokio", "tower", @@ -8181,11 +8533,11 @@ name = "reth-node-types" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8198,12 +8550,12 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", + "reth-chain-state 1.11.3", "reth-ethereum-engine-primitives", - "reth-metrics", + "reth-metrics 1.11.3", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "tokio", "tokio-stream", "tracing", @@ -8233,12 +8585,12 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "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 +8603,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]] @@ -8261,10 +8613,35 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "alloy-consensus", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-static-file-types 1.11.3", +] + +[[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-rpc-types-eth", + "alloy-trie", + "bytes", + "derive_more", + "once_cell", + "quanta", + "revm-bytecode 9.0.0", + "revm-primitives", + "revm-state 10.0.0", + "secp256k1 0.30.0", + "serde", + "thiserror 2.0.18", ] [[package]] @@ -8291,10 +8668,10 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", - "revm-bytecode", + "reth-codecs 1.11.3", + "revm-bytecode 8.0.0", "revm-primitives", - "revm-state", + "revm-state 9.0.0", "secp256k1 0.30.0", "serde", "serde_with", @@ -8316,30 +8693,30 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", "reth-db", "reth-db-api", - "reth-errors", + "reth-errors 1.11.3", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", "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-tasks", - "reth-trie", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-tasks 1.11.3", + "reth-trie 1.11.3", "reth-trie-db", - "revm-database", - "revm-state", + "revm-database 10.0.0", + "revm-state 9.0.0", "strum", "tokio", "tracing", @@ -8358,16 +8735,16 @@ dependencies = [ "rayon", "reth-config", "reth-db-api", - "reth-errors", + "reth-errors 1.11.3", "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-tokio-util", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tokio-util 1.11.3", "rustc-hash", "thiserror 2.0.18", "tokio", @@ -8383,7 +8760,21 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 1.11.3", + "serde", + "strum", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-prune-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "derive_more", + "reth-codecs 0.1.1", "serde", "strum", "thiserror 2.0.18", @@ -8396,11 +8787,23 @@ version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "revm", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie 1.11.3", + "revm 34.0.0", +] + +[[package]] +name = "reth-revm" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits 0.1.1", + "reth-storage-api 2.0.0", + "reth-storage-errors 2.0.0", + "revm 36.0.0", ] [[package]] @@ -8412,7 +8815,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-eip7928", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-genesis", "alloy-network", "alloy-primitives", @@ -8439,36 +8842,36 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-consensus-common", "reth-engine-primitives", - "reth-errors", + "reth-errors 1.11.3", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", - "reth-network-api", - "reth-network-peers", - "reth-network-types", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-network-api 1.11.3", + "reth-network-peers 1.11.3", + "reth-network-types 1.11.3", "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 1.11.3", + "reth-revm 1.11.3", "reth-rpc-api", - "reth-rpc-convert", + "reth-rpc-convert 1.11.3", "reth-rpc-engine-api", "reth-rpc-eth-api", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", - "revm", - "revm-inspectors", + "reth-rpc-eth-types 1.11.3", + "reth-rpc-server-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", + "revm-inspectors 0.34.2", "revm-primitives", "serde", "serde_json", @@ -8502,11 +8905,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-chain-state", + "reth-chain-state 1.11.3", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 1.11.3", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.11.3", "serde_json", ] @@ -8522,26 +8925,26 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-consensus 1.11.3", "reth-engine-primitives", - "reth-evm", + "reth-evm 1.11.3", "reth-ipc", - "reth-metrics", - "reth-network-api", + "reth-metrics 1.11.3", + "reth-network-api 1.11.3", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", - "reth-rpc-eth-types", + "reth-rpc-eth-types 1.11.3", "reth-rpc-layer", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-tokio-util", - "reth-transaction-pool", + "reth-rpc-server-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-tokio-util 1.11.3", + "reth-transaction-pool 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -8557,7 +8960,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 +8969,29 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-ethereum-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-primitives-traits 1.11.3", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-rpc-convert" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-evm 0.30.0", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "auto_impl", + "dyn-clone", + "jsonrpsee-types", + "reth-evm 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-rpc-traits", "thiserror 2.0.18", ] @@ -8584,18 +9007,18 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 1.11.3", "reth-engine-primitives", - "reth-metrics", - "reth-network-api", + "reth-metrics 1.11.3", + "reth-network-api 1.11.3", "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", - "reth-transaction-pool", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -8610,7 +9033,7 @@ dependencies = [ "alloy-consensus", "alloy-dyn-abi", "alloy-eips", - "alloy-evm", + "alloy-evm 0.27.3", "alloy-json-rpc", "alloy-network", "alloy-primitives", @@ -8625,23 +9048,23 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", - "reth-network-api", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "reth-evm 1.11.3", + "reth-network-api 1.11.3", "reth-node-api", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-eth-types", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", - "revm", - "revm-inspectors", + "reth-primitives-traits 1.11.3", + "reth-revm 1.11.3", + "reth-rpc-convert 1.11.3", + "reth-rpc-eth-types 1.11.3", + "reth-rpc-server-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie-common 1.11.3", + "revm 34.0.0", + "revm-inspectors 0.34.2", "tokio", "tracing", ] @@ -8653,7 +9076,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", @@ -8668,23 +9091,71 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest 0.12.28", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-revm", - "reth-rpc-convert", - "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", - "revm", - "revm-inspectors", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-execution-types 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-revm 1.11.3", + "reth-rpc-convert 1.11.3", + "reth-rpc-server-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "reth-transaction-pool 1.11.3", + "reth-trie 1.11.3", + "revm 34.0.0", + "revm-inspectors 0.34.2", + "schnellru", + "serde", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", + "url", +] + +[[package]] +name = "reth-rpc-eth-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-network", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-sol-types", + "alloy-transport", + "derive_more", + "futures", + "itertools 0.14.0", + "jsonrpsee-core", + "jsonrpsee-types", + "metrics", + "rand 0.9.2", + "reqwest 0.13.2", + "reth-chain-state 2.0.0", + "reth-chainspec 2.0.0", + "reth-errors 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-evm 2.0.0", + "reth-execution-types 2.0.0", + "reth-metrics 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-revm 2.0.0", + "reth-rpc-convert 2.0.0", + "reth-rpc-server-types 2.0.0", + "reth-storage-api 2.0.0", + "reth-tasks 2.0.0", + "reth-transaction-pool 2.0.0", + "reth-trie 2.0.0", + "revm 36.0.0", + "revm-inspectors 0.36.1", "schnellru", "serde", "thiserror 2.0.18", @@ -8718,12 +9189,43 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", - "reth-network-api", + "reth-errors 1.11.3", + "reth-network-api 1.11.3", "serde", "strum", ] +[[package]] +name = "reth-rpc-server-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "jsonrpsee-core", + "jsonrpsee-types", + "reth-errors 2.0.0", + "reth-network-api 2.0.0", + "serde", + "strum", +] + +[[package]] +name = "reth-rpc-traits" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66ebbc3cc6f1808c2838bf8da9928f3ef9b8a6f969c6522174c1598ddb34bc0f" +dependencies = [ + "alloy-consensus", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-signer", + "reth-primitives-traits 0.1.1", + "thiserror 2.0.18", +] + [[package]] name = "reth-stages" version = "1.11.3" @@ -8739,34 +9241,34 @@ dependencies = [ "num-traits", "rayon", "reqwest 0.12.28", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", "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-evm 1.11.3", + "reth-execution-types 1.11.3", "reth-exex", - "reth-fs-util", - "reth-network-p2p", - "reth-primitives-traits", + "reth-fs-util 1.11.3", + "reth-network-p2p 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.11.3", + "reth-revm 1.11.3", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tasks", + "reth-static-file-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-tasks 1.11.3", "reth-testing-utils", - "reth-trie", + "reth-trie 1.11.3", "reth-trie-db", "tempfile", "thiserror 2.0.18", @@ -8785,17 +9287,17 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", - "reth-network-p2p", - "reth-primitives-traits", + "reth-consensus 1.11.3", + "reth-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-network-p2p 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 1.11.3", "reth-static-file", - "reth-static-file-types", - "reth-tokio-util", + "reth-static-file-types 1.11.3", + "reth-tokio-util 1.11.3", "thiserror 2.0.18", "tokio", "tracing", @@ -8810,8 +9312,20 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.11.3", + "reth-trie-common 1.11.3", + "serde", +] + +[[package]] +name = "reth-stages-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "bytes", + "reth-codecs 0.1.1", + "reth-trie-common 2.0.0", "serde", ] @@ -8823,15 +9337,15 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", + "reth-codecs 1.11.3", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", - "reth-tokio-util", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-tokio-util 1.11.3", "tracing", ] @@ -8844,7 +9358,21 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 1.11.3", + "serde", + "strum", + "tracing", +] + +[[package]] +name = "reth-static-file-types" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.0.0", "serde", "strum", "tracing", @@ -8860,20 +9388,42 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 1.11.3", "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 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", + "revm-database 10.0.0", "serde_json", ] +[[package]] +name = "reth-storage-api" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.0.0", + "reth-db-models 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-execution-types 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-prune-types 2.0.0", + "reth-stages-types 2.0.0", + "reth-storage-errors 2.0.0", + "reth-trie-common 2.0.0", + "revm-database 12.0.0", +] + [[package]] name = "reth-storage-errors" version = "1.11.3" @@ -8883,11 +9433,29 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", - "revm-database-interface", - "revm-state", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-static-file-types 1.11.3", + "revm-database-interface 9.0.0", + "revm-state 9.0.0", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs 0.1.1", + "reth-primitives-traits 0.1.1", + "reth-prune-types 2.0.0", + "reth-static-file-types 2.0.0", + "revm-database-interface 10.0.0", + "revm-state 10.0.0", "thiserror 2.0.18", ] @@ -8902,13 +9470,30 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.11.3", "thiserror 2.0.18", "tokio", "tracing", "tracing-futures", ] +[[package]] +name = "reth-tasks" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "dashmap", + "futures-util", + "libc", + "metrics", + "reth-metrics 2.0.0", + "thiserror 2.0.18", + "thread-priority", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "reth-testing-utils" version = "1.11.3" @@ -8920,8 +9505,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", ] @@ -8935,6 +9520,16 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-tokio-util" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-tracing" version = "1.11.3" @@ -8989,20 +9584,62 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-evm", - "reth-evm-ethereum", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", - "revm", - "revm-interpreter", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-eth-wire-types 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-evm-ethereum 1.11.3", + "reth-execution-types 1.11.3", + "reth-fs-util 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-storage-api 1.11.3", + "reth-tasks 1.11.3", + "revm 34.0.0", + "revm-interpreter 32.0.0", + "revm-primitives", + "rustc-hash", + "schnellru", + "serde", + "serde_json", + "smallvec", + "thiserror 2.0.18", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-transaction-pool" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.11.0", + "futures-util", + "metrics", + "parking_lot", + "pin-project", + "reth-chain-state 2.0.0", + "reth-chainspec 2.0.0", + "reth-eth-wire-types 2.0.0", + "reth-ethereum-primitives 2.0.0", + "reth-evm 2.0.0", + "reth-evm-ethereum 2.0.0", + "reth-execution-types 2.0.0", + "reth-fs-util 2.0.0", + "reth-metrics 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-storage-api 2.0.0", + "reth-tasks 2.0.0", + "revm 36.0.0", + "revm-interpreter 34.0.0", "revm-primitives", "rustc-hash", "schnellru", @@ -9029,18 +9666,40 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-sparse", - "revm-database", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie-common 1.11.3", + "reth-trie-sparse 1.11.3", + "revm-database 10.0.0", "tracing", "triehash", ] +[[package]] +name = "reth-trie" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "reth-execution-errors 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-stages-types 2.0.0", + "reth-storage-errors 2.0.0", + "reth-trie-common 2.0.0", + "reth-trie-sparse 2.0.0", + "revm-database 12.0.0", + "tracing", +] + [[package]] name = "reth-trie-common" version = "1.11.3" @@ -9061,9 +9720,33 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", - "revm-database", + "reth-codecs 1.11.3", + "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-rpc-types-eth", + "alloy-serde", + "alloy-trie", + "arrayvec", + "bytes", + "derive_more", + "itertools 0.14.0", + "nybbles", + "rayon", + "reth-codecs 0.1.1", + "reth-primitives-traits 0.1.1", + "revm-database 12.0.0", "serde", "serde_with", ] @@ -9077,14 +9760,14 @@ dependencies = [ "metrics", "parking_lot", "reth-db-api", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-stages-types 1.11.3", + "reth-storage-api 1.11.3", + "reth-storage-errors 1.11.3", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", "tracing", ] @@ -9100,15 +9783,15 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", "reth-provider", - "reth-storage-errors", - "reth-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-sparse", + "reth-storage-errors 1.11.3", + "reth-tasks 1.11.3", + "reth-trie 1.11.3", + "reth-trie-common 1.11.3", + "reth-trie-sparse 1.11.3", "thiserror 2.0.18", "tracing", ] @@ -9124,14 +9807,39 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.11.3", + "reth-metrics 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "2.0.0" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.0.0#eb4c15e5e36d8776d46629beae4c0a69af7ab04f" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "reth-execution-errors 2.0.0", + "reth-primitives-traits 0.1.1", + "reth-trie-common 2.0.0", "smallvec", "tracing", ] +[[package]] +name = "reth-zstd-compressors" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a621aef55fe4da8935abede9d1d105f227bcb673f212b3575a748a6a2f8f688e" +dependencies = [ + "zstd", +] + [[package]] name = "reth-zstd-compressors" version = "1.11.3" @@ -9146,17 +9854,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 +9898,18 @@ dependencies = [ "serde", ] +[[package]] +name = "revm-bytecode" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e86e468df3cf5cf59fa7ef71a3e9ccabb76bb336401ea2c0674f563104cf3c5e" +dependencies = [ + "bitvec", + "phf", + "revm-primitives", + "serde", +] + [[package]] name = "revm-context" version = "13.0.0" @@ -9180,11 +9919,28 @@ 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 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", + "revm-state 10.0.0", "serde", ] @@ -9198,9 +9954,25 @@ 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", "serde", ] @@ -9211,10 +9983,24 @@ 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 = [ + "alloy-eips", + "revm-bytecode 9.0.0", + "revm-database-interface 10.0.0", + "revm-primitives", + "revm-state 10.0.0", "serde", ] @@ -9227,7 +10013,21 @@ 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", "serde", "thiserror 2.0.18", ] @@ -9240,14 +10040,33 @@ 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 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", + "revm-state 10.0.0", "serde", ] @@ -9259,12 +10078,30 @@ 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", "serde", "serde_json", ] @@ -9281,7 +10118,25 @@ dependencies = [ "alloy-sol-types", "anstyle", "colorchoice", - "revm", + "revm 34.0.0", + "serde", + "serde_json", + "thiserror 2.0.18", +] + +[[package]] +name = "revm-inspectors" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9487362b728f80dd2033ef5f4d0688453435bbe7caa721fa7e3b8fa25d89242b" +dependencies = [ + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-rpc-types-trace", + "alloy-sol-types", + "anstyle", + "colorchoice", + "revm 36.0.0", "serde", "serde_json", "thiserror 2.0.18", @@ -9293,10 +10148,23 @@ 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", "serde", ] @@ -9344,7 +10212,20 @@ 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", "serde", ] @@ -10259,7 +11140,7 @@ dependencies = [ "ntapi", "objc2-core-foundation", "objc2-io-kit", - "windows", + "windows 0.62.2", ] [[package]] @@ -10338,6 +11219,20 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "thread-priority" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2210811179577da3d54eb69ab0b50490ee40491a25d95b8c6011ba40771cb721" +dependencies = [ + "bitflags 2.11.0", + "cfg-if", + "libc", + "log", + "rustversion", + "windows 0.61.3", +] + [[package]] name = "thread_local" version = "1.1.9" @@ -11297,6 +12192,19 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wasm-streams" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" +dependencies = [ + "futures-util", + "js-sys", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + [[package]] name = "wasmparser" version = "0.244.0" @@ -11416,16 +12324,38 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "windows" +version = "0.61.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" +dependencies = [ + "windows-collections 0.2.0", + "windows-core 0.61.2", + "windows-future 0.2.1", + "windows-link 0.1.3", + "windows-numerics 0.2.0", +] + [[package]] name = "windows" version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" dependencies = [ - "windows-collections", - "windows-core", - "windows-future", - "windows-numerics", + "windows-collections 0.3.2", + "windows-core 0.62.2", + "windows-future 0.3.2", + "windows-numerics 0.3.1", +] + +[[package]] +name = "windows-collections" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" +dependencies = [ + "windows-core 0.61.2", ] [[package]] @@ -11434,7 +12364,20 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "windows-core", + "windows-core 0.62.2", +] + +[[package]] +name = "windows-core" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" +dependencies = [ + "windows-implement", + "windows-interface", + "windows-link 0.1.3", + "windows-result 0.3.4", + "windows-strings 0.4.2", ] [[package]] @@ -11445,9 +12388,20 @@ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ "windows-implement", "windows-interface", - "windows-link", - "windows-result", - "windows-strings", + "windows-link 0.2.1", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + +[[package]] +name = "windows-future" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", + "windows-threading 0.1.0", ] [[package]] @@ -11456,9 +12410,9 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" dependencies = [ - "windows-core", - "windows-link", - "windows-threading", + "windows-core 0.62.2", + "windows-link 0.2.1", + "windows-threading 0.2.1", ] [[package]] @@ -11483,20 +12437,45 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + [[package]] name = "windows-link" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" +[[package]] +name = "windows-numerics" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" +dependencies = [ + "windows-core 0.61.2", + "windows-link 0.1.3", +] + [[package]] name = "windows-numerics" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" dependencies = [ - "windows-core", - "windows-link", + "windows-core 0.62.2", + "windows-link 0.2.1", +] + +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link 0.1.3", ] [[package]] @@ -11505,7 +12484,16 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ - "windows-link", + "windows-link 0.2.1", +] + +[[package]] +name = "windows-strings" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" +dependencies = [ + "windows-link 0.1.3", ] [[package]] @@ -11514,7 +12502,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -11568,7 +12556,7 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]] @@ -11623,7 +12611,7 @@ version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ - "windows-link", + "windows-link 0.2.1", "windows_aarch64_gnullvm 0.53.1", "windows_aarch64_msvc 0.53.1", "windows_i686_gnu 0.53.1", @@ -11634,13 +12622,22 @@ dependencies = [ "windows_x86_64_msvc 0.53.1", ] +[[package]] +name = "windows-threading" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" +dependencies = [ + "windows-link 0.1.3", +] + [[package]] name = "windows-threading" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" dependencies = [ - "windows-link", + "windows-link 0.2.1", ] [[package]]