From a0fbaf06da9aaa0f8a334a41a4c84245b7485e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:39:12 +0000 Subject: [PATCH] chore(deps): bump reth-rpc-convert from v1.11.2 to v1.11.3 Bumps [reth-rpc-convert](https://github.com/paradigmxyz/reth) from v1.11.2 to v1.11.3. - [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/793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3...d6324d63e27ef6b7c49cdc9b1977c1b808234c7b) --- updated-dependencies: - dependency-name: reth-rpc-convert dependency-version: d6324d63e27ef6b7c49cdc9b1977c1b808234c7b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 883 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 565 insertions(+), 318 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8053002..b9a9f11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2415,7 +2415,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]] @@ -2961,7 +2961,7 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli", "reth-codecs", "reth-consensus", @@ -2970,12 +2970,12 @@ dependencies = [ "reth-engine-primitives", "reth-errors", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.2", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.2", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -2984,17 +2984,17 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-revm", "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-storage-api 1.11.2", "reth-tasks", "reth-testing-utils", "reth-tracing", @@ -3037,8 +3037,8 @@ dependencies = [ "bytes", "reth-codecs", "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "serde", ] @@ -3059,20 +3059,20 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-util", "reth-consensus", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.2", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.2", "reth-node-api", "reth-node-builder", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-revm", "reth-tracing-otlp", @@ -3094,7 +3094,7 @@ dependencies = [ "alloy-sol-types", "ev-precompiles", "ev-primitives", - "reth-evm", + "reth-evm 1.11.2", "reth-evm-ethereum", "reth-primitives", "reth-revm", @@ -3132,24 +3132,24 @@ dependencies = [ "rand 0.10.0", "reqwest", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.2", "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.2", "reth-provider", "reth-revm", "reth-rpc-api", @@ -3179,18 +3179,18 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", "reth-node-api", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-transaction-pool", "serde", "serde_json", @@ -6435,9 +6435,9 @@ dependencies = [ "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "tokio", "tracing", @@ -6459,13 +6459,13 @@ dependencies = [ "pin-project", "rand 0.9.2", "rayon", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", "reth-trie", "revm-database", "revm-state", @@ -6489,9 +6489,29 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.11.2", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "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", ] @@ -6537,7 +6557,7 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli", "reth-cli-runner", "reth-cli-util", @@ -6555,33 +6575,33 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.2", "reth-etl", - "reth-evm", + "reth-evm 1.11.2", "reth-exex", "reth-fs-util", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.2", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages", - "reth-stages-types", + "reth-stages-types 1.11.2", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.2", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -6663,9 +6683,9 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-prune-types 1.11.2", + "reth-stages-types 1.11.2", + "reth-static-file-types 1.11.2", "serde", "toml", "url", @@ -6679,8 +6699,8 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", "thiserror 2.0.18", ] @@ -6691,9 +6711,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", ] [[package]] @@ -6714,7 +6734,7 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-tracing", "ringbuffer", "serde", @@ -6738,8 +6758,8 @@ dependencies = [ "reth-libmdbx", "reth-metrics", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.11.2", + "reth-storage-errors 1.11.2", "reth-tracing", "rustc-hash", "strum", @@ -6767,13 +6787,13 @@ dependencies = [ "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-db-models 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", + "reth-stages-types 1.11.2", + "reth-storage-errors 1.11.2", + "reth-trie-common 1.11.2", "roaring", "serde", ] @@ -6788,18 +6808,18 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-codecs", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors", + "reth-execution-errors 1.11.2", "reth-fs-util", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", - "reth-stages-types", - "reth-static-file-types", + "reth-stages-types 1.11.2", + "reth-static-file-types 1.11.2", "reth-trie", "reth-trie-db", "serde", @@ -6819,10 +6839,20 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "serde", ] +[[package]] +name = "reth-db-models" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits 1.11.3", +] + [[package]] name = "reth-discv4" version = "1.11.2" @@ -6835,10 +6865,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.2", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 1.11.2", "schnellru", "secp256k1 0.30.0", "serde", @@ -6862,10 +6892,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 1.11.2", + "reth-ethereum-forks 1.11.2", "reth-metrics", - "reth-network-peers", + "reth-network-peers 1.11.2", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6883,8 +6913,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 1.11.2", + "reth-network-peers 1.11.2", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -6914,13 +6944,13 @@ dependencies = [ "rayon", "reth-config", "reth-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.2", "reth-metrics", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", "reth-provider", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "reth-testing-utils", "tempfile", @@ -6950,7 +6980,7 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-commands", "reth-config", "reth-consensus", @@ -6958,10 +6988,10 @@ dependencies = [ "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.2", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.2", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -6970,13 +7000,13 @@ dependencies = [ "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", + "reth-stages-types 1.11.2", "reth-tasks", "reth-tokio-util", "reth-tracing", @@ -7007,7 +7037,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.11.2", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7027,13 +7057,13 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7053,13 +7083,13 @@ dependencies = [ "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", "serde", "thiserror 2.0.18", "tokio", @@ -7072,11 +7102,11 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "futures", "pin-project", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-engine-primitives", "reth-engine-tree", - "reth-evm", + "reth-evm 1.11.2", "reth-network-p2p", "reth-node-types", "reth-payload-builder", @@ -7108,22 +7138,22 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", "reth-metrics", "reth-network-p2p", "reth-payload-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages", "reth-stages-api", @@ -7131,7 +7161,7 @@ dependencies = [ "reth-tasks", "reth-tracing", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.2", "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", @@ -7155,16 +7185,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-engine-primitives", "reth-engine-tree", "reth-errors", - "reth-evm", + "reth-evm 1.11.2", "reth-fs-util", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.11.2", "serde", "serde_json", "tokio", @@ -7217,10 +7247,10 @@ dependencies = [ "reth-era-downloader", "reth-etl", "reth-fs-util", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 1.11.2", + "reth-storage-api 1.11.2", "tokio", "tracing", ] @@ -7231,8 +7261,8 @@ version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-execution-errors 1.11.2", + "reth-storage-errors 1.11.2", "thiserror 2.0.18", ] @@ -7252,10 +7282,10 @@ dependencies = [ "reth-codecs", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.2", "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "snap", "thiserror 2.0.18", @@ -7281,10 +7311,10 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "thiserror 2.0.18", ] @@ -7296,7 +7326,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-util", "reth-codecs", "reth-consensus", @@ -7306,8 +7336,8 @@ dependencies = [ "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", "reth-network", "reth-network-api", @@ -7315,14 +7345,14 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -7336,7 +7366,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7360,11 +7390,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", "tracing", ] @@ -7378,9 +7408,9 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.2", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "serde", "sha2", "thiserror 2.0.18", @@ -7400,6 +7430,18 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.11.2" @@ -7411,19 +7453,19 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-transaction-pool", "revm", "tracing", @@ -7443,12 +7485,24 @@ dependencies = [ "arbitrary", "modular-bitfield", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-zstd-compressors", "serde", "serde_with", ] +[[package]] +name = "reth-ethereum-primitives" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "reth-primitives-traits 1.11.3", +] + [[package]] name = "reth-etl" version = "1.11.2" @@ -7473,13 +7527,34 @@ dependencies = [ "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", + "reth-execution-errors 1.11.2", + "reth-execution-types 1.11.2", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", + "reth-trie-common 1.11.2", + "revm", +] + +[[package]] +name = "reth-evm" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "reth-execution-errors 1.11.3", + "reth-execution-types 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", ] @@ -7495,13 +7570,13 @@ dependencies = [ "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", + "reth-chainspec 1.11.2", + "reth-ethereum-forks 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-storage-errors 1.11.2", "revm", ] @@ -7514,7 +7589,20 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 1.11.2", + "thiserror 2.0.18", +] + +[[package]] +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-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.11.3", "thiserror 2.0.18", ] @@ -7528,14 +7616,30 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", "revm", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", + "revm", +] + [[package]] name = "reth-exex" version = "1.11.2" @@ -7550,19 +7654,19 @@ dependencies = [ "metrics", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-exex-types", "reth-fs-util", "reth-metrics", "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", - "reth-prune-types", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages-api", "reth-tasks", @@ -7582,8 +7686,8 @@ dependencies = [ "alloy-eips", "alloy-primitives", "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "serde_with", ] @@ -7612,8 +7716,8 @@ dependencies = [ "jsonrpsee", "pretty_assertions", "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-evm 1.11.2", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-revm", "reth-rpc-api", @@ -7728,7 +7832,7 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-discv4", "reth-discv5", @@ -7736,18 +7840,18 @@ dependencies = [ "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-forks 1.11.2", + "reth-ethereum-primitives 1.11.2", "reth-evm-ethereum", "reth-fs-util", "reth-metrics", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.2", "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -7777,9 +7881,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.2", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.11.2", "reth-network-types", "reth-tokio-util", "serde", @@ -7802,11 +7906,11 @@ dependencies = [ "parking_lot", "reth-consensus", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-ethereum-primitives 1.11.2", + "reth-network-peers 1.11.2", "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-primitives-traits 1.11.2", + "reth-storage-errors 1.11.2", "tokio", "tracing", ] @@ -7826,6 +7930,18 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "1.11.2" @@ -7834,7 +7950,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.11.2", "serde", "serde_json", "tracing", @@ -7868,7 +7984,7 @@ dependencies = [ "reth-consensus", "reth-db-api", "reth-engine-primitives", - "reth-evm", + "reth-evm 1.11.2", "reth-network-api", "reth-node-core", "reth-node-types", @@ -7901,7 +8017,7 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -7914,7 +8030,7 @@ dependencies = [ "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.11.2", "reth-exex", "reth-fs-util", "reth-invalid-block-hooks", @@ -7927,7 +8043,7 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-prune", "reth-rpc", @@ -7967,7 +8083,7 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-util", "reth-config", "reth-consensus", @@ -7976,20 +8092,20 @@ dependencies = [ "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 1.11.2", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", - "reth-rpc-convert", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", + "reth-rpc-convert 1.11.2", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", "reth-tracing", "reth-tracing-otlp", "reth-transaction-pool", @@ -8015,20 +8131,20 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-engine-local", "reth-engine-primitives", "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-revm", "reth-rpc", @@ -8054,8 +8170,8 @@ dependencies = [ "futures-util", "reth-chain-state", "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", "reth-transaction-pool", "serde", "serde_json", @@ -8082,11 +8198,11 @@ dependencies = [ "pin-project", "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", "tokio", "tracing", ] @@ -8120,11 +8236,11 @@ name = "reth-node-types" version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", ] [[package]] @@ -8142,7 +8258,7 @@ dependencies = [ "reth-metrics", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "tokio", "tokio-stream", "tracing", @@ -8173,11 +8289,11 @@ dependencies = [ "either", "op-alloy-rpc-types-engine", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-errors", - "reth-execution-types", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", "serde", "thiserror 2.0.18", "tokio", @@ -8190,7 +8306,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", ] [[package]] @@ -8200,10 +8316,10 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-consensus", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-static-file-types 1.11.2", ] [[package]] @@ -8240,6 +8356,27 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-primitives-traits" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "bytes", + "derive_more", + "once_cell", + "revm-bytecode", + "revm-primitives", + "revm-state", + "thiserror 2.0.18", +] + [[package]] name = "reth-provider" version = "1.11.2" @@ -8256,24 +8393,24 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-codecs", "reth-db", "reth-db-api", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", "reth-fs-util", "reth-metrics", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", + "reth-stages-types 1.11.2", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", "reth-tasks", "reth-trie", "reth-trie-db", @@ -8300,12 +8437,12 @@ dependencies = [ "reth-errors", "reth-exex-types", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "reth-prune-types 1.11.2", + "reth-stages-types 1.11.2", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", "reth-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8329,15 +8466,27 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-prune-types" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "derive_more", + "strum", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-revm" version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "alloy-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", "reth-trie", "revm", ] @@ -8379,33 +8528,33 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.2", "reth-metrics", "reth-network-api", - "reth-network-peers", + "reth-network-peers 1.11.2", "reth-network-types", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-revm", "reth-rpc-api", - "reth-rpc-convert", + "reth-rpc-convert 1.11.2", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 1.11.2", "revm", "revm-inspectors", "revm-primitives", @@ -8443,9 +8592,9 @@ dependencies = [ "jsonrpsee", "reth-chain-state", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 1.11.2", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.11.2", "serde_json", ] @@ -8462,22 +8611,22 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-consensus", "reth-engine-primitives", - "reth-evm", + "reth-evm 1.11.2", "reth-ipc", "reth-metrics", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -8505,9 +8654,30 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-ethereum-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-primitives-traits 1.11.2", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-rpc-convert" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-evm", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "alloy-signer", + "auto_impl", + "dyn-clone", + "jsonrpsee-types", + "reth-ethereum-primitives 1.11.3", + "reth-evm 1.11.3", + "reth-primitives-traits 1.11.3", "thiserror 2.0.18", ] @@ -8523,16 +8693,16 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-engine-primitives", "reth-metrics", "reth-network-api", "reth-payload-builder", "reth-payload-builder-primitives", "reth-payload-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-rpc-api", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "reth-transaction-pool", "serde", @@ -8565,20 +8735,20 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-errors", - "reth-evm", + "reth-evm 1.11.2", "reth-network-api", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-rpc-convert", + "reth-rpc-convert 1.11.2", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 1.11.2", "revm", "revm-inspectors", "tokio", @@ -8608,17 +8778,17 @@ dependencies = [ "rand 0.9.2", "reqwest", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-rpc-convert", + "reth-rpc-convert 1.11.2", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 1.11.2", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -8678,7 +8848,7 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-codecs", "reth-config", "reth-consensus", @@ -8687,22 +8857,22 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.11.2", "reth-etl", - "reth-evm", - "reth-execution-types", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", "reth-exex", "reth-fs-util", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", "reth-tasks", "reth-testing-utils", "reth-trie", @@ -8728,12 +8898,12 @@ dependencies = [ "reth-errors", "reth-metrics", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 1.11.2", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 1.11.2", "reth-tokio-util", "thiserror 2.0.18", "tokio", @@ -8750,10 +8920,19 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-trie-common", + "reth-trie-common 1.11.2", "serde", ] +[[package]] +name = "reth-stages-types" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "reth-trie-common 1.11.3", +] + [[package]] name = "reth-static-file" version = "1.11.2" @@ -8764,12 +8943,12 @@ dependencies = [ "rayon", "reth-codecs", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-prune-types 1.11.2", + "reth-stages-types 1.11.2", + "reth-static-file-types 1.11.2", + "reth-storage-errors 1.11.2", "reth-tokio-util", "tracing", ] @@ -8783,12 +8962,25 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 1.11.2", "serde", "strum", "tracing", ] +[[package]] +name = "reth-static-file-types" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 1.11.3", + "serde", + "strum", +] + [[package]] name = "reth-storage-api" version = "1.11.2" @@ -8799,20 +8991,42 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 1.11.2", "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", + "reth-db-models 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", + "reth-stages-types 1.11.2", + "reth-storage-errors 1.11.2", + "reth-trie-common 1.11.2", "revm-database", "serde_json", ] +[[package]] +name = "reth-storage-api" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 1.11.3", + "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", +] + [[package]] name = "reth-storage-errors" version = "1.11.2" @@ -8822,9 +9036,26 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", + "reth-static-file-types 1.11.2", + "revm-database-interface", + "revm-state", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-primitives-traits 1.11.3", + "reth-prune-types 1.11.3", + "reth-static-file-types 1.11.3", "revm-database-interface", "revm-state", "thiserror 2.0.18", @@ -8859,8 +9090,8 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "secp256k1 0.30.0", ] @@ -8929,16 +9160,16 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.2", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 1.11.2", "reth-fs-util", "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", "reth-tasks", "revm", "revm-interpreter", @@ -8968,12 +9199,12 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-execution-errors", + "reth-execution-errors 1.11.2", "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-primitives-traits 1.11.2", + "reth-stages-types 1.11.2", + "reth-storage-errors 1.11.2", + "reth-trie-common 1.11.2", "reth-trie-sparse", "revm-database", "tracing", @@ -9001,12 +9232,28 @@ dependencies = [ "plain_hasher", "rayon", "reth-codecs", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "revm-database", "serde", "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "reth-primitives-traits 1.11.3", + "revm-database", +] + [[package]] name = "reth-trie-db" version = "1.11.2" @@ -9016,14 +9263,14 @@ dependencies = [ "metrics", "parking_lot", "reth-db-api", - "reth-execution-errors", + "reth-execution-errors 1.11.2", "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-primitives-traits 1.11.2", + "reth-stages-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.2", "tracing", ] @@ -9039,14 +9286,14 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", + "reth-execution-errors 1.11.2", "reth-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-provider", - "reth-storage-errors", + "reth-storage-errors 1.11.2", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 1.11.2", "reth-trie-sparse", "thiserror 2.0.18", "tracing", @@ -9063,10 +9310,10 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", + "reth-execution-errors 1.11.2", "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", "smallvec", "tracing", ] @@ -10784,7 +11031,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5f7c95348f20c1c913d72157b3c6dee6ea3e30b3d19502c5a7f6d3f160dacbf" dependencies = [ "cc", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]]