From bc6e9bb93784da12468fbf5f7e0daa5111798f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:43:07 +0000 Subject: [PATCH 1/4] chore(deps): bump reth-provider from v1.11.2 to v1.11.3 Bumps [reth-provider](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-provider dependency-version: d6324d63e27ef6b7c49cdc9b1977c1b808234c7b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1916 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 1318 insertions(+), 598 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8053002..9e77e9b 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,31 +2961,31 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli", - "reth-codecs", - "reth-consensus", - "reth-db", + "reth-codecs 1.11.2", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-engine-local", - "reth-engine-primitives", - "reth-errors", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", "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", - "reth-node-types", + "reth-node-types 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.3", "reth-revm", "reth-rpc", "reth-rpc-api", @@ -2994,12 +2994,12 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-testing-utils", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", - "reth-trie-db", + "reth-trie-db 1.11.2", "serde", "serde_json", "tempfile", @@ -3035,10 +3035,10 @@ dependencies = [ "alloy-rlp", "alloy-serde", "bytes", - "reth-codecs", - "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-codecs 1.11.2", + "reth-db-api 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "serde", ] @@ -3059,24 +3059,24 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-util", - "reth-consensus", + "reth-consensus 1.11.2", "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-provider", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.3", "reth-revm", "reth-tracing-otlp", - "reth-trie-db", + "reth-trie-db 1.11.2", "serde", "thiserror 2.0.18", "tokio", @@ -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,30 +3132,30 @@ dependencies = [ "rand 0.10.0", "reqwest", "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus", - "reth-db", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-e2e-test-utils", "reth-engine-local", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", + "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-node-types 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.3", "reth-revm", "reth-rpc-api", - "reth-tasks", + "reth-tasks 1.11.2", "reth-testing-utils", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", "serde", "serde_json", @@ -3179,18 +3179,18 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "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-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-transaction-pool", "serde", "serde_json", @@ -6430,15 +6430,15 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", + "reth-chain-state 1.11.2", + "reth-metrics 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "tokio", "tracing", ] @@ -6459,14 +6459,14 @@ 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", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-trie 1.11.2", "revm-database", "revm-state", "serde", @@ -6475,6 +6475,36 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-chain-state" +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-signer", + "alloy-signer-local", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.2", + "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", + "revm-state", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-chainspec" version = "1.11.2" @@ -6489,9 +6519,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", ] @@ -6504,7 +6554,7 @@ dependencies = [ "clap", "eyre", "reth-cli-runner", - "reth-db", + "reth-db 1.11.2", "serde_json", "shellexpand", ] @@ -6537,15 +6587,15 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.11.2", "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.11.2", + "reth-db 1.11.2", + "reth-db-api 1.11.2", "reth-db-common", "reth-discv4", "reth-discv5", @@ -6555,34 +6605,34 @@ 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-fs-util 1.11.2", "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-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "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-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", + "reth-trie 1.11.2", + "reth-trie-common 1.11.2", + "reth-trie-db 1.11.2", "secp256k1 0.30.0", "serde", "serde_json", @@ -6600,7 +6650,7 @@ name = "reth-cli-runner" version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ - "reth-tasks", + "reth-tasks 1.11.2", "tokio", "tracing", ] @@ -6616,8 +6666,8 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", - "reth-tracing", + "reth-fs-util 1.11.2", + "reth-tracing 1.11.2", "secp256k1 0.30.0", "serde", "thiserror 2.0.18", @@ -6639,8 +6689,28 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.11.2", + "reth-zstd-compressors 1.11.2", + "serde", + "visibility", +] + +[[package]] +name = "reth-codecs" +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-trie", + "arbitrary", + "bytes", + "modular-bitfield", + "op-alloy-consensus", + "reth-codecs-derive 1.11.3", + "reth-zstd-compressors 1.11.3", "serde", "visibility", ] @@ -6655,6 +6725,16 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "reth-codecs-derive" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "reth-config" version = "1.11.2" @@ -6663,9 +6743,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 +6759,21 @@ 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", +] + +[[package]] +name = "reth-consensus" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "thiserror 2.0.18", ] @@ -6691,9 +6784,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-primitives-traits 1.11.2", ] [[package]] @@ -6714,8 +6807,8 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits", - "reth-tracing", + "reth-primitives-traits 1.11.2", + "reth-tracing 1.11.2", "ringbuffer", "serde", "serde_json", @@ -6733,14 +6826,41 @@ dependencies = [ "metrics", "page_size", "parking_lot", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", - "reth-tracing", + "reth-db-api 1.11.2", + "reth-fs-util 1.11.2", + "reth-libmdbx 1.11.2", + "reth-metrics 1.11.2", + "reth-nippy-jar 1.11.2", + "reth-static-file-types 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tracing 1.11.2", + "rustc-hash", + "strum", + "sysinfo", + "tempfile", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-db" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "derive_more", + "eyre", + "metrics", + "page_size", + "parking_lot", + "reth-db-api 1.11.3", + "reth-fs-util 1.11.3", + "reth-libmdbx 1.11.3", + "reth-metrics 1.11.3", + "reth-nippy-jar 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-tracing 1.11.3", "rustc-hash", "strum", "sysinfo", @@ -6766,14 +6886,43 @@ 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.2", + "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", +] + +[[package]] +name = "reth-db-api" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives", + "arbitrary", + "arrayvec", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "op-alloy-consensus", + "parity-scale-codec", + "proptest", + "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", ] @@ -6788,20 +6937,20 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.2", + "reth-codecs 1.11.2", "reth-config", - "reth-db-api", + "reth-db-api 1.11.2", "reth-etl", - "reth-execution-errors", - "reth-fs-util", - "reth-node-types", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-execution-errors 1.11.2", + "reth-fs-util 1.11.2", + "reth-node-types 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-stages-types 1.11.2", + "reth-static-file-types 1.11.2", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", "serde", "serde_json", "thiserror 2.0.18", @@ -6818,8 +6967,23 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.11.2", + "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", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", "serde", ] @@ -6835,10 +6999,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 +7026,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.2", + "reth-ethereum-forks 1.11.2", + "reth-metrics 1.11.2", + "reth-network-peers 1.11.2", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6883,8 +7047,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", @@ -6913,15 +7077,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", + "reth-consensus 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-metrics 1.11.2", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-testing-utils", "tempfile", "thiserror 2.0.18", @@ -6950,36 +7114,36 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-commands", "reth-config", - "reth-consensus", - "reth-db", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-db-common", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-engine-primitives 1.11.2", + "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", "reth-node-ethereum", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", + "reth-stages-types 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", - "reth-tracing", + "reth-tracing 1.11.2", "revm", "serde_json", "tempfile", @@ -7007,7 +7171,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 +7191,13 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", + "reth-chainspec 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7051,15 +7215,40 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-engine-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-rpc-types-engine", + "auto_impl", + "futures", + "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 1.11.3", + "reth-payload-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -7072,19 +7261,19 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-engine-primitives 1.11.2", "reth-engine-tree", - "reth-evm", + "reth-evm 1.11.2", "reth-network-p2p", - "reth-node-types", + "reth-node-types 1.11.2", "reth-payload-builder", - "reth-provider", + "reth-provider 1.11.2", "reth-prune", "reth-stages-api", - "reth-tasks", - "reth-trie-db", + "reth-tasks 1.11.2", + "reth-trie-db 1.11.2", ] [[package]] @@ -7107,34 +7296,34 @@ dependencies = [ "moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-db 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", "reth-network-p2p", "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-tasks 1.11.2", + "reth-tracing 1.11.2", + "reth-trie 1.11.2", + "reth-trie-common 1.11.2", + "reth-trie-db 1.11.2", "reth-trie-parallel", - "reth-trie-sparse", + "reth-trie-sparse 1.11.2", "revm", "revm-primitives", "schnellru", @@ -7155,16 +7344,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", + "reth-chainspec 1.11.2", + "reth-engine-primitives 1.11.2", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-errors 1.11.2", + "reth-evm 1.11.2", + "reth-fs-util 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.11.2", "serde", "serde_json", "tokio", @@ -7198,7 +7387,7 @@ dependencies = [ "futures-util", "reqwest", "reth-era", - "reth-fs-util", + "reth-fs-util 1.11.2", "sha2", "tokio", ] @@ -7212,15 +7401,15 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth-db-api", + "reth-db-api 1.11.2", "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-fs-util 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-stages-types 1.11.2", + "reth-storage-api 1.11.2", "tokio", "tracing", ] @@ -7230,9 +7419,20 @@ name = "reth-errors" 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-consensus 1.11.2", + "reth-execution-errors 1.11.2", + "reth-storage-errors 1.11.2", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-errors" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "reth-consensus 1.11.3", + "reth-execution-errors 1.11.3", + "reth-storage-errors 1.11.3", "thiserror 2.0.18", ] @@ -7249,13 +7449,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.11.2", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.11.2", + "reth-metrics 1.11.2", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "snap", "thiserror 2.0.18", @@ -7281,10 +7481,10 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.11.2", + "reth-codecs-derive 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "thiserror 2.0.18", ] @@ -7296,18 +7496,18 @@ 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", + "reth-codecs 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-db", + "reth-db 1.11.2", "reth-engine-local", "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,18 +7515,18 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", ] [[package]] @@ -7336,19 +7536,19 @@ 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", - "reth-db", + "reth-db 1.11.2", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", "reth-node-metrics", "reth-rpc-server-types", - "reth-tasks", - "reth-tracing", + "reth-tasks 1.11.2", + "reth-tracing 1.11.2", "tracing", ] @@ -7360,11 +7560,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", "tracing", ] @@ -7377,10 +7577,28 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "serde", + "sha2", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-engine-primitives 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-payload-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "sha2", "thiserror 2.0.18", @@ -7400,6 +7618,19 @@ 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", + "rustc-hash", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.11.2" @@ -7411,19 +7642,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-errors 1.11.2", + "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-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "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", @@ -7442,9 +7673,29 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-zstd-compressors 1.11.2", + "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", + "alloy-rpc-types-eth", + "alloy-serde", + "arbitrary", + "modular-bitfield", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-zstd-compressors 1.11.3", "serde", "serde_with", ] @@ -7455,7 +7706,7 @@ version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "rayon", - "reth-db-api", + "reth-db-api 1.11.2", "tempfile", ] @@ -7473,13 +7724,35 @@ dependencies = [ "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", + "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", + "rayon", + "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 +7768,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 +7787,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,9 +7814,27 @@ 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", "serde", "serde_with", @@ -7549,24 +7853,24 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.2", + "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-fs-util 1.11.2", + "reth-metrics 1.11.2", "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages-api", - "reth-tasks", - "reth-tracing", + "reth-tasks 1.11.2", + "reth-tracing 1.11.2", "rmp-serde", "thiserror 2.0.18", "tokio", @@ -7581,9 +7885,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.11.2", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "serde_with", ] @@ -7598,6 +7902,16 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-fs-util" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.18", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.11.2" @@ -7611,14 +7925,14 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", - "reth-provider", + "reth-engine-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-revm", "reth-rpc-api", - "reth-tracing", - "reth-trie", + "reth-tracing 1.11.2", + "reth-trie 1.11.2", "revm", "revm-bytecode", "revm-database", @@ -7656,7 +7970,23 @@ dependencies = [ "dashmap", "derive_more", "parking_lot", - "reth-mdbx-sys", + "reth-mdbx-sys 1.11.2", + "smallvec", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-libmdbx" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "bitflags 2.11.0", + "byteorder", + "dashmap", + "derive_more", + "parking_lot", + "reth-mdbx-sys 1.11.3", "smallvec", "thiserror 2.0.18", "tracing", @@ -7671,6 +8001,15 @@ dependencies = [ "cc", ] +[[package]] +name = "reth-mdbx-sys" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "bindgen", + "cc", +] + [[package]] name = "reth-metrics" version = "1.11.2" @@ -7683,6 +8022,15 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "metrics", + "metrics-derive", +] + [[package]] name = "reth-net-banlist" version = "1.11.2" @@ -7728,27 +8076,27 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-discv4", "reth-discv5", "reth-dns-discovery", "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-fs-util 1.11.2", + "reth-metrics 1.11.2", "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-tasks", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", "reth-transaction-pool", "rustc-hash", @@ -7777,9 +8125,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", @@ -7800,13 +8148,13 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", + "reth-consensus 1.11.2", "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 +8174,19 @@ 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", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "1.11.2" @@ -7834,7 +8195,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.11.2", "serde", "serde_json", "tracing", @@ -7850,7 +8211,24 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.11.2", + "serde", + "thiserror 2.0.18", + "tracing", + "zstd", +] + +[[package]] +name = "reth-nippy-jar" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "anyhow", + "bincode", + "derive_more", + "lz4_flex", + "memmap2", + "reth-fs-util 1.11.3", "serde", "thiserror 2.0.18", "tracing", @@ -7865,18 +8243,18 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "reth-basic-payload-builder", - "reth-consensus", - "reth-db-api", - "reth-engine-primitives", - "reth-evm", + "reth-consensus 1.11.2", + "reth-db-api 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-evm 1.11.2", "reth-network-api", "reth-node-core", - "reth-node-types", + "reth-node-types 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-tasks", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-provider 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", "reth-transaction-pool", ] @@ -7900,23 +8278,23 @@ dependencies = [ "parking_lot", "rayon", "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", "reth-config", - "reth-consensus", + "reth-consensus 1.11.2", "reth-consensus-debug-client", - "reth-db", - "reth-db-api", + "reth-db 1.11.2", + "reth-db-api 1.11.2", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.11.2", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.11.2", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -7927,8 +8305,8 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-prune", "reth-rpc", "reth-rpc-api", @@ -7938,11 +8316,11 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", + "reth-tasks 1.11.2", "reth-tokio-util", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", - "reth-trie-db", + "reth-trie-db 1.11.2", "secp256k1 0.30.0", "serde_json", "tokio", @@ -7967,30 +8345,30 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-util", "reth-config", - "reth-consensus", - "reth-db", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", + "reth-engine-primitives 1.11.2", + "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-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", + "reth-stages-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tracing 1.11.2", "reth-tracing-otlp", "reth-transaction-pool", "secp256k1 0.30.0", @@ -8015,21 +8393,21 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", + "reth-ethereum-engine-primitives 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-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-revm", "reth-rpc", "reth-rpc-api", @@ -8037,7 +8415,7 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", "revm", "tokio", @@ -8052,10 +8430,10 @@ dependencies = [ "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", + "reth-chain-state 1.11.2", "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", @@ -8080,13 +8458,13 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "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", ] @@ -8107,8 +8485,8 @@ dependencies = [ "metrics-util", "procfs", "reqwest", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.11.2", + "reth-tasks 1.11.2", "tikv-jemalloc-ctl", "tokio", "tower", @@ -8120,11 +8498,23 @@ 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-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chainspec 1.11.2", + "reth-db-api 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", +] + +[[package]] +name = "reth-node-types" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "reth-chainspec 1.11.3", + "reth-db-api 1.11.3", + "reth-engine-primitives 1.11.3", + "reth-payload-primitives 1.11.3", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8137,12 +8527,12 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chain-state 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", + "reth-metrics 1.11.2", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "tokio", "tokio-stream", "tracing", @@ -8154,7 +8544,19 @@ version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.11.2", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.11.3", "tokio", "tokio-stream", "tracing", @@ -8172,12 +8574,35 @@ 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.2", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-payload-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-rpc-types-engine", + "auto_impl", + "either", + "op-alloy-rpc-types-engine", + "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", @@ -8190,7 +8615,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 +8625,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]] @@ -8230,7 +8655,41 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", + "reth-codecs 1.11.2", + "revm-bytecode", + "revm-primitives", + "revm-state", + "secp256k1 0.30.0", + "serde", + "serde_with", + "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-rpc-types-eth", + "alloy-trie", + "arbitrary", + "auto_impl", + "byteorder", + "bytes", + "dashmap", + "derive_more", + "modular-bitfield", + "once_cell", + "op-alloy-consensus", + "proptest", + "proptest-arbitrary-interop", + "rayon", + "reth-codecs 1.11.3", "revm-bytecode", "revm-primitives", "revm-state", @@ -8255,28 +8714,72 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "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-tasks", - "reth-trie", - "reth-trie-db", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-codecs 1.11.2", + "reth-db 1.11.2", + "reth-db-api 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", + "reth-fs-util 1.11.2", + "reth-metrics 1.11.2", + "reth-nippy-jar 1.11.2", + "reth-node-types 1.11.2", + "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 1.11.2", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", + "revm-database", + "revm-state", + "strum", + "tokio", + "tracing", +] + +[[package]] +name = "reth-provider" +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", + "eyre", + "itertools 0.14.0", + "metrics", + "notify", + "parking_lot", + "rayon", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", + "reth-db 1.11.3", + "reth-db-api 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-engine-primitives 1.11.3", + "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 1.11.3", + "reth-node-types 1.11.3", + "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 1.11.3", "revm-database", "revm-state", "strum", @@ -8296,16 +8799,16 @@ dependencies = [ "metrics", "rayon", "reth-config", - "reth-db-api", - "reth-errors", + "reth-db-api 1.11.2", + "reth-errors 1.11.2", "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 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-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8322,7 +8825,23 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 1.11.2", + "serde", + "strum", + "thiserror 2.0.18", + "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", + "arbitrary", + "derive_more", + "modular-bitfield", + "reth-codecs 1.11.3", "serde", "strum", "thiserror 2.0.18", @@ -8335,10 +8854,10 @@ 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-trie", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", + "reth-trie 1.11.2", "revm", ] @@ -8378,23 +8897,23 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", "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", @@ -8402,10 +8921,10 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 1.11.2", "revm", "revm-inspectors", "revm-primitives", @@ -8441,11 +8960,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", + "reth-chain-state 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-network-peers 1.11.2", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.11.2", "serde_json", ] @@ -8461,24 +8980,24 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-evm", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-evm 1.11.2", "reth-ipc", - "reth-metrics", + "reth-metrics 1.11.2", "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-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", "reth-transaction-pool", "serde", @@ -8505,9 +9024,9 @@ 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", ] @@ -8523,17 +9042,17 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", - "reth-engine-primitives", - "reth-metrics", + "reth-chainspec 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-metrics 1.11.2", "reth-network-api", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "reth-rpc-api", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", "serde", "thiserror 2.0.18", @@ -8564,21 +9083,21 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "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-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 1.11.2", "revm", "revm-inspectors", "tokio", @@ -8607,21 +9126,21 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie", + "reth-trie 1.11.2", "revm", "revm-inspectors", "schnellru", @@ -8657,7 +9176,7 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", + "reth-errors 1.11.2", "reth-network-api", "serde", "strum", @@ -8678,35 +9197,35 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.2", + "reth-codecs 1.11.2", "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.11.2", + "reth-db 1.11.2", + "reth-db-api 1.11.2", "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-fs-util 1.11.2", "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "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-tasks", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tasks 1.11.2", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", "tempfile", "thiserror 2.0.18", "tokio", @@ -8724,16 +9243,16 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", + "reth-consensus 1.11.2", + "reth-errors 1.11.2", + "reth-metrics 1.11.2", "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "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", @@ -8749,8 +9268,22 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.11.2", + "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", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.11.3", + "reth-trie-common 1.11.3", "serde", ] @@ -8762,14 +9295,14 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", - "reth-db-api", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-codecs 1.11.2", + "reth-db-api 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "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,7 +9316,21 @@ 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", "tracing", @@ -8799,16 +9346,40 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "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-chainspec 1.11.2", + "reth-db-api 1.11.2", + "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-api 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", "serde_json", ] @@ -8822,9 +9393,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", @@ -8841,7 +9429,25 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.11.2", + "thiserror 2.0.18", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "pin-project", + "rayon", + "reth-metrics 1.11.3", "thiserror 2.0.18", "tokio", "tracing", @@ -8859,8 +9465,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", ] @@ -8891,6 +9497,22 @@ dependencies = [ "tracing-subscriber 0.3.22", ] +[[package]] +name = "reth-tracing" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-samply", + "tracing-subscriber 0.3.22", +] + [[package]] name = "reth-tracing-otlp" version = "1.11.2" @@ -8928,18 +9550,18 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.2", + "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-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-execution-types 1.11.2", + "reth-fs-util 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "revm", "revm-interpreter", "revm-primitives", @@ -8968,13 +9590,39 @@ 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", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "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 1.11.2", + "revm-database", + "tracing", + "triehash", +] + +[[package]] +name = "reth-trie" +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", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "metrics", + "parking_lot", + "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", "tracing", "triehash", @@ -9000,8 +9648,35 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.11.2", + "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-rpc-types-eth", + "alloy-serde", + "alloy-trie", + "arbitrary", + "arrayvec", + "bytes", + "derive_more", + "hash-db", + "itertools 0.14.0", + "nybbles", + "plain_hasher", + "rayon", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", "revm-database", "serde", "serde_with", @@ -9015,15 +9690,35 @@ dependencies = [ "alloy-primitives", "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-db-api 1.11.2", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "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 1.11.2", + "reth-trie-common 1.11.2", + "tracing", +] + +[[package]] +name = "reth-trie-db" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "metrics", + "parking_lot", + "reth-db-api 1.11.3", + "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", ] @@ -9039,15 +9734,15 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-storage-errors", - "reth-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tasks 1.11.2", + "reth-trie 1.11.2", + "reth-trie-common 1.11.2", + "reth-trie-sparse 1.11.2", "thiserror 2.0.18", "tracing", ] @@ -9063,10 +9758,27 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "rayon", + "reth-execution-errors 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "smallvec", "tracing", ] @@ -9079,6 +9791,14 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-zstd-compressors" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "zstd", +] + [[package]] name = "revm" version = "34.0.0" @@ -10784,7 +11504,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]] From 2cb52c04e802608195e782466ec52553f5246d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:34:39 +0000 Subject: [PATCH 2/4] chore(deps): bump reth-provider from v1.11.2 to v1.11.3 Bumps [reth-provider](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-provider dependency-version: d6324d63e27ef6b7c49cdc9b1977c1b808234c7b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1912 ++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 1316 insertions(+), 596 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca39495..55d6371 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2961,31 +2961,31 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli", - "reth-codecs", - "reth-consensus", - "reth-db", + "reth-codecs 1.11.2", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-engine-local", - "reth-engine-primitives", - "reth-errors", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", "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", - "reth-node-types", + "reth-node-types 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.3", "reth-revm", "reth-rpc", "reth-rpc-api", @@ -2994,12 +2994,12 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-testing-utils", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", - "reth-trie-db", + "reth-trie-db 1.11.2", "serde", "serde_json", "tempfile", @@ -3035,10 +3035,10 @@ dependencies = [ "alloy-rlp", "alloy-serde", "bytes", - "reth-codecs", - "reth-db-api", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-codecs 1.11.2", + "reth-db-api 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "serde", ] @@ -3059,24 +3059,24 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-util", - "reth-consensus", + "reth-consensus 1.11.2", "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-provider", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.3", "reth-revm", "reth-tracing-otlp", - "reth-trie-db", + "reth-trie-db 1.11.2", "serde", "thiserror 2.0.18", "tokio", @@ -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,30 +3132,30 @@ dependencies = [ "rand 0.10.0", "reqwest", "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus", - "reth-db", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-e2e-test-utils", "reth-engine-local", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", + "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-node-types 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.3", "reth-revm", "reth-rpc-api", - "reth-tasks", + "reth-tasks 1.11.2", "reth-testing-utils", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", "serde", "serde_json", @@ -3179,18 +3179,18 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "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-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.11.2", "reth-transaction-pool", "serde", "serde_json", @@ -6430,15 +6430,15 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", + "reth-chain-state 1.11.2", + "reth-metrics 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "tokio", "tracing", ] @@ -6459,14 +6459,14 @@ 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", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-trie 1.11.2", "revm-database", "revm-state", "serde", @@ -6475,6 +6475,36 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-chain-state" +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-signer", + "alloy-signer-local", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "rand 0.9.2", + "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", + "revm-state", + "tokio", + "tokio-stream", + "tracing", +] + [[package]] name = "reth-chainspec" version = "1.11.2" @@ -6489,9 +6519,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", ] @@ -6504,7 +6554,7 @@ dependencies = [ "clap", "eyre", "reth-cli-runner", - "reth-db", + "reth-db 1.11.2", "serde_json", "shellexpand", ] @@ -6537,15 +6587,15 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.11.2", "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.11.2", + "reth-db 1.11.2", + "reth-db-api 1.11.2", "reth-db-common", "reth-discv4", "reth-discv5", @@ -6555,34 +6605,34 @@ 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-fs-util 1.11.2", "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-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "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-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", + "reth-trie 1.11.2", + "reth-trie-common 1.11.2", + "reth-trie-db 1.11.2", "secp256k1 0.30.0", "serde", "serde_json", @@ -6600,7 +6650,7 @@ name = "reth-cli-runner" version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ - "reth-tasks", + "reth-tasks 1.11.2", "tokio", "tracing", ] @@ -6616,8 +6666,8 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", - "reth-tracing", + "reth-fs-util 1.11.2", + "reth-tracing 1.11.2", "secp256k1 0.30.0", "serde", "thiserror 2.0.18", @@ -6639,8 +6689,28 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.11.2", + "reth-zstd-compressors 1.11.2", + "serde", + "visibility", +] + +[[package]] +name = "reth-codecs" +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-trie", + "arbitrary", + "bytes", + "modular-bitfield", + "op-alloy-consensus", + "reth-codecs-derive 1.11.3", + "reth-zstd-compressors 1.11.3", "serde", "visibility", ] @@ -6655,6 +6725,16 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "reth-codecs-derive" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "reth-config" version = "1.11.2" @@ -6663,9 +6743,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 +6759,21 @@ 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", +] + +[[package]] +name = "reth-consensus" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 1.11.3", + "reth-primitives-traits 1.11.3", "thiserror 2.0.18", ] @@ -6691,9 +6784,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-primitives-traits 1.11.2", ] [[package]] @@ -6714,8 +6807,8 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits", - "reth-tracing", + "reth-primitives-traits 1.11.2", + "reth-tracing 1.11.2", "ringbuffer", "serde", "serde_json", @@ -6733,14 +6826,41 @@ dependencies = [ "metrics", "page_size", "parking_lot", - "reth-db-api", - "reth-fs-util", - "reth-libmdbx", - "reth-metrics", - "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", - "reth-tracing", + "reth-db-api 1.11.2", + "reth-fs-util 1.11.2", + "reth-libmdbx 1.11.2", + "reth-metrics 1.11.2", + "reth-nippy-jar 1.11.2", + "reth-static-file-types 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tracing 1.11.2", + "rustc-hash", + "strum", + "sysinfo", + "tempfile", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-db" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "derive_more", + "eyre", + "metrics", + "page_size", + "parking_lot", + "reth-db-api 1.11.3", + "reth-fs-util 1.11.3", + "reth-libmdbx 1.11.3", + "reth-metrics 1.11.3", + "reth-nippy-jar 1.11.3", + "reth-static-file-types 1.11.3", + "reth-storage-errors 1.11.3", + "reth-tracing 1.11.3", "rustc-hash", "strum", "sysinfo", @@ -6766,14 +6886,43 @@ 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.2", + "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", +] + +[[package]] +name = "reth-db-api" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-consensus", + "alloy-genesis", + "alloy-primitives", + "arbitrary", + "arrayvec", + "bytes", + "derive_more", + "metrics", + "modular-bitfield", + "op-alloy-consensus", + "parity-scale-codec", + "proptest", + "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", ] @@ -6788,20 +6937,20 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.2", + "reth-codecs 1.11.2", "reth-config", - "reth-db-api", + "reth-db-api 1.11.2", "reth-etl", - "reth-execution-errors", - "reth-fs-util", - "reth-node-types", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", - "reth-trie-db", + "reth-execution-errors 1.11.2", + "reth-fs-util 1.11.2", + "reth-node-types 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-stages-types 1.11.2", + "reth-static-file-types 1.11.2", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", "serde", "serde_json", "thiserror 2.0.18", @@ -6818,8 +6967,23 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.11.2", + "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", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", "serde", ] @@ -6835,10 +6999,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 +7026,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.2", + "reth-ethereum-forks 1.11.2", + "reth-metrics 1.11.2", + "reth-network-peers 1.11.2", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -6883,8 +7047,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", @@ -6913,15 +7077,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", + "reth-consensus 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-metrics 1.11.2", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-testing-utils", "tempfile", "thiserror 2.0.18", @@ -6950,36 +7114,36 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-commands", "reth-config", - "reth-consensus", - "reth-db", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-db-common", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-engine-primitives 1.11.2", + "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", "reth-node-ethereum", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "reth-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", + "reth-stages-types 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", - "reth-tracing", + "reth-tracing 1.11.2", "revm", "serde_json", "tempfile", @@ -7007,7 +7171,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 +7191,13 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", + "reth-chainspec 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7051,15 +7215,40 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-chain-state 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-engine-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-rpc-types-engine", + "auto_impl", + "futures", + "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 1.11.3", + "reth-payload-primitives 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "serde", "thiserror 2.0.18", "tokio", @@ -7072,19 +7261,19 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-engine-primitives 1.11.2", "reth-engine-tree", - "reth-evm", + "reth-evm 1.11.2", "reth-network-p2p", - "reth-node-types", + "reth-node-types 1.11.2", "reth-payload-builder", - "reth-provider", + "reth-provider 1.11.2", "reth-prune", "reth-stages-api", - "reth-tasks", - "reth-trie-db", + "reth-tasks 1.11.2", + "reth-trie-db 1.11.2", ] [[package]] @@ -7107,34 +7296,34 @@ dependencies = [ "moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-db 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", "reth-network-p2p", "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-prune", - "reth-prune-types", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", - "reth-tracing", - "reth-trie", - "reth-trie-common", - "reth-trie-db", + "reth-tasks 1.11.2", + "reth-tracing 1.11.2", + "reth-trie 1.11.2", + "reth-trie-common 1.11.2", + "reth-trie-db 1.11.2", "reth-trie-parallel", - "reth-trie-sparse", + "reth-trie-sparse 1.11.2", "revm", "revm-primitives", "schnellru", @@ -7155,16 +7344,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", + "reth-chainspec 1.11.2", + "reth-engine-primitives 1.11.2", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-errors 1.11.2", + "reth-evm 1.11.2", + "reth-fs-util 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "reth-revm", - "reth-storage-api", + "reth-storage-api 1.11.2", "serde", "serde_json", "tokio", @@ -7198,7 +7387,7 @@ dependencies = [ "futures-util", "reqwest", "reth-era", - "reth-fs-util", + "reth-fs-util 1.11.2", "sha2", "tokio", ] @@ -7212,15 +7401,15 @@ dependencies = [ "alloy-primitives", "eyre", "futures-util", - "reth-db-api", + "reth-db-api 1.11.2", "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", - "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-fs-util 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-stages-types 1.11.2", + "reth-storage-api 1.11.2", "tokio", "tracing", ] @@ -7230,9 +7419,20 @@ name = "reth-errors" 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-consensus 1.11.2", + "reth-execution-errors 1.11.2", + "reth-storage-errors 1.11.2", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-errors" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "reth-consensus 1.11.3", + "reth-execution-errors 1.11.3", + "reth-storage-errors 1.11.3", "thiserror 2.0.18", ] @@ -7249,13 +7449,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.11.2", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.11.2", + "reth-metrics 1.11.2", + "reth-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "snap", "thiserror 2.0.18", @@ -7281,10 +7481,10 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.11.2", + "reth-codecs-derive 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "thiserror 2.0.18", ] @@ -7296,18 +7496,18 @@ 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", + "reth-codecs 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-db", + "reth-db 1.11.2", "reth-engine-local", "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,18 +7515,18 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie", - "reth-trie-db", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", ] [[package]] @@ -7336,19 +7536,19 @@ 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", - "reth-db", + "reth-db 1.11.2", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", "reth-node-metrics", "reth-rpc-server-types", - "reth-tasks", - "reth-tracing", + "reth-tasks 1.11.2", + "reth-tracing 1.11.2", "tracing", ] @@ -7360,11 +7560,11 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", "tracing", ] @@ -7377,10 +7577,28 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives", - "reth-ethereum-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "serde", + "sha2", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-engine-primitives 1.11.3", + "reth-ethereum-primitives 1.11.3", + "reth-payload-primitives 1.11.3", + "reth-primitives-traits 1.11.3", "serde", "sha2", "thiserror 2.0.18", @@ -7400,6 +7618,19 @@ 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", + "rustc-hash", +] + [[package]] name = "reth-ethereum-payload-builder" version = "1.11.2" @@ -7411,19 +7642,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-errors 1.11.2", + "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-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", "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", @@ -7442,9 +7673,29 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-zstd-compressors 1.11.2", + "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", + "alloy-rpc-types-eth", + "alloy-serde", + "arbitrary", + "modular-bitfield", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-zstd-compressors 1.11.3", "serde", "serde_with", ] @@ -7455,7 +7706,7 @@ version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "rayon", - "reth-db-api", + "reth-db-api 1.11.2", "tempfile", ] @@ -7473,13 +7724,35 @@ dependencies = [ "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", + "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", + "rayon", + "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 +7768,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 +7787,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,9 +7814,27 @@ 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", "serde", "serde_with", @@ -7549,24 +7853,24 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.2", + "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-fs-util 1.11.2", + "reth-metrics 1.11.2", "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-prune-types 1.11.2", "reth-revm", "reth-stages-api", - "reth-tasks", - "reth-tracing", + "reth-tasks 1.11.2", + "reth-tracing 1.11.2", "rmp-serde", "thiserror 2.0.18", "tokio", @@ -7581,9 +7885,9 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e341 dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.11.2", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", "serde", "serde_with", ] @@ -7598,6 +7902,16 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "reth-fs-util" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.18", +] + [[package]] name = "reth-invalid-block-hooks" version = "1.11.2" @@ -7611,14 +7925,14 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", - "reth-provider", + "reth-engine-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-revm", "reth-rpc-api", - "reth-tracing", - "reth-trie", + "reth-tracing 1.11.2", + "reth-trie 1.11.2", "revm", "revm-bytecode", "revm-database", @@ -7656,7 +7970,23 @@ dependencies = [ "dashmap", "derive_more", "parking_lot", - "reth-mdbx-sys", + "reth-mdbx-sys 1.11.2", + "smallvec", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "reth-libmdbx" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "bitflags 2.11.0", + "byteorder", + "dashmap", + "derive_more", + "parking_lot", + "reth-mdbx-sys 1.11.3", "smallvec", "thiserror 2.0.18", "tracing", @@ -7671,6 +8001,15 @@ dependencies = [ "cc", ] +[[package]] +name = "reth-mdbx-sys" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "bindgen", + "cc", +] + [[package]] name = "reth-metrics" version = "1.11.2" @@ -7683,6 +8022,15 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "reth-metrics" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "metrics", + "metrics-derive", +] + [[package]] name = "reth-net-banlist" version = "1.11.2" @@ -7728,27 +8076,27 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-discv4", "reth-discv5", "reth-dns-discovery", "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-fs-util 1.11.2", + "reth-metrics 1.11.2", "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-tasks", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", "reth-transaction-pool", "rustc-hash", @@ -7777,9 +8125,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", @@ -7800,13 +8148,13 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", + "reth-consensus 1.11.2", "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 +8174,19 @@ 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", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "1.11.2" @@ -7834,7 +8195,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.11.2", "serde", "serde_json", "tracing", @@ -7850,7 +8211,24 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.11.2", + "serde", + "thiserror 2.0.18", + "tracing", + "zstd", +] + +[[package]] +name = "reth-nippy-jar" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "anyhow", + "bincode", + "derive_more", + "lz4_flex", + "memmap2", + "reth-fs-util 1.11.3", "serde", "thiserror 2.0.18", "tracing", @@ -7865,18 +8243,18 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "reth-basic-payload-builder", - "reth-consensus", - "reth-db-api", - "reth-engine-primitives", - "reth-evm", + "reth-consensus 1.11.2", + "reth-db-api 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-evm 1.11.2", "reth-network-api", "reth-node-core", - "reth-node-types", + "reth-node-types 1.11.2", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-provider", - "reth-tasks", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-provider 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", "reth-transaction-pool", ] @@ -7900,23 +8278,23 @@ dependencies = [ "parking_lot", "rayon", "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", "reth-config", - "reth-consensus", + "reth-consensus 1.11.2", "reth-consensus-debug-client", - "reth-db", - "reth-db-api", + "reth-db 1.11.2", + "reth-db-api 1.11.2", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.11.2", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.11.2", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -7927,8 +8305,8 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-prune", "reth-rpc", "reth-rpc-api", @@ -7938,11 +8316,11 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", + "reth-tasks 1.11.2", "reth-tokio-util", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", - "reth-trie-db", + "reth-trie-db 1.11.2", "secp256k1 0.30.0", "serde_json", "tokio", @@ -7967,30 +8345,30 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-cli-util", "reth-config", - "reth-consensus", - "reth-db", + "reth-consensus 1.11.2", + "reth-db 1.11.2", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", + "reth-engine-primitives 1.11.2", + "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-network-peers 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-prune-types 1.11.2", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", - "reth-tracing", + "reth-stages-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tracing 1.11.2", "reth-tracing-otlp", "reth-transaction-pool", "secp256k1 0.30.0", @@ -8015,21 +8393,21 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.11.2", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", + "reth-ethereum-engine-primitives 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-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-provider", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "reth-revm", "reth-rpc", "reth-rpc-api", @@ -8037,7 +8415,7 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tracing", + "reth-tracing 1.11.2", "reth-transaction-pool", "revm", "tokio", @@ -8052,10 +8430,10 @@ dependencies = [ "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", + "reth-chain-state 1.11.2", "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", @@ -8080,13 +8458,13 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives", + "reth-engine-primitives 1.11.2", "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", ] @@ -8107,8 +8485,8 @@ dependencies = [ "metrics-util", "procfs", "reqwest", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.11.2", + "reth-tasks 1.11.2", "tikv-jemalloc-ctl", "tokio", "tower", @@ -8120,11 +8498,23 @@ 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-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chainspec 1.11.2", + "reth-db-api 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", +] + +[[package]] +name = "reth-node-types" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "reth-chainspec 1.11.3", + "reth-db-api 1.11.3", + "reth-engine-primitives 1.11.3", + "reth-payload-primitives 1.11.3", + "reth-primitives-traits 1.11.3", ] [[package]] @@ -8137,12 +8527,12 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state", - "reth-ethereum-engine-primitives", - "reth-metrics", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chain-state 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", + "reth-metrics 1.11.2", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "tokio", "tokio-stream", "tracing", @@ -8154,7 +8544,19 @@ version = "1.11.2" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.11.2", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.11.3", "tokio", "tokio-stream", "tracing", @@ -8172,12 +8574,35 @@ 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.2", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "reth-execution-types 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", + "serde", + "thiserror 2.0.18", + "tokio", +] + +[[package]] +name = "reth-payload-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-rpc-types-engine", + "auto_impl", + "either", + "op-alloy-rpc-types-engine", + "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", @@ -8190,7 +8615,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 +8625,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]] @@ -8230,7 +8655,41 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", + "reth-codecs 1.11.2", + "revm-bytecode", + "revm-primitives", + "revm-state", + "secp256k1 0.30.0", + "serde", + "serde_with", + "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-rpc-types-eth", + "alloy-trie", + "arbitrary", + "auto_impl", + "byteorder", + "bytes", + "dashmap", + "derive_more", + "modular-bitfield", + "once_cell", + "op-alloy-consensus", + "proptest", + "proptest-arbitrary-interop", + "rayon", + "reth-codecs 1.11.3", "revm-bytecode", "revm-primitives", "revm-state", @@ -8255,28 +8714,72 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", - "reth-db", - "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "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-tasks", - "reth-trie", - "reth-trie-db", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-codecs 1.11.2", + "reth-db 1.11.2", + "reth-db-api 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-execution-types 1.11.2", + "reth-fs-util 1.11.2", + "reth-metrics 1.11.2", + "reth-nippy-jar 1.11.2", + "reth-node-types 1.11.2", + "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 1.11.2", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", + "revm-database", + "revm-state", + "strum", + "tokio", + "tracing", +] + +[[package]] +name = "reth-provider" +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", + "eyre", + "itertools 0.14.0", + "metrics", + "notify", + "parking_lot", + "rayon", + "reth-chain-state 1.11.3", + "reth-chainspec 1.11.3", + "reth-codecs 1.11.3", + "reth-db 1.11.3", + "reth-db-api 1.11.3", + "reth-errors 1.11.3", + "reth-ethereum-engine-primitives 1.11.3", + "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 1.11.3", + "reth-node-types 1.11.3", + "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 1.11.3", "revm-database", "revm-state", "strum", @@ -8296,16 +8799,16 @@ dependencies = [ "metrics", "rayon", "reth-config", - "reth-db-api", - "reth-errors", + "reth-db-api 1.11.2", + "reth-errors 1.11.2", "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 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-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8322,7 +8825,23 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 1.11.2", + "serde", + "strum", + "thiserror 2.0.18", + "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", + "arbitrary", + "derive_more", + "modular-bitfield", + "reth-codecs 1.11.3", "serde", "strum", "thiserror 2.0.18", @@ -8335,10 +8854,10 @@ 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-trie", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", + "reth-trie 1.11.2", "revm", ] @@ -8378,23 +8897,23 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", "reth-consensus-common", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", + "reth-engine-primitives 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-engine-primitives 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", "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", @@ -8402,10 +8921,10 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 1.11.2", "revm", "revm-inspectors", "revm-primitives", @@ -8441,11 +8960,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", + "reth-chain-state 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-network-peers 1.11.2", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.11.2", "serde_json", ] @@ -8461,24 +8980,24 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", - "reth-evm", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-consensus 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-evm 1.11.2", "reth-ipc", - "reth-metrics", + "reth-metrics 1.11.2", "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-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-tokio-util", "reth-transaction-pool", "serde", @@ -8505,9 +9024,9 @@ 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", ] @@ -8523,17 +9042,17 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", - "reth-engine-primitives", - "reth-metrics", + "reth-chainspec 1.11.2", + "reth-engine-primitives 1.11.2", + "reth-metrics 1.11.2", "reth-network-api", "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder-primitives 1.11.2", + "reth-payload-primitives 1.11.2", + "reth-primitives-traits 1.11.2", "reth-rpc-api", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", "serde", "thiserror 2.0.18", @@ -8564,21 +9083,21 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "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-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 1.11.2", "revm", "revm-inspectors", "tokio", @@ -8607,21 +9126,21 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", + "reth-chain-state 1.11.2", + "reth-chainspec 1.11.2", + "reth-errors 1.11.2", + "reth-ethereum-primitives 1.11.2", + "reth-evm 1.11.2", + "reth-execution-types 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", "reth-revm", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "reth-transaction-pool", - "reth-trie", + "reth-trie 1.11.2", "revm", "revm-inspectors", "schnellru", @@ -8657,7 +9176,7 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors", + "reth-errors 1.11.2", "reth-network-api", "serde", "strum", @@ -8678,35 +9197,35 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.11.2", + "reth-codecs 1.11.2", "reth-config", - "reth-consensus", - "reth-db", - "reth-db-api", + "reth-consensus 1.11.2", + "reth-db 1.11.2", + "reth-db-api 1.11.2", "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-fs-util 1.11.2", "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "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-tasks", + "reth-static-file-types 1.11.2", + "reth-storage-api 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tasks 1.11.2", "reth-testing-utils", - "reth-trie", - "reth-trie-db", + "reth-trie 1.11.2", + "reth-trie-db 1.11.2", "tempfile", "thiserror 2.0.18", "tokio", @@ -8724,16 +9243,16 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", + "reth-consensus 1.11.2", + "reth-errors 1.11.2", + "reth-metrics 1.11.2", "reth-network-p2p", - "reth-primitives-traits", - "reth-provider", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", "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", @@ -8749,8 +9268,22 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.11.2", + "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", + "arbitrary", + "bytes", + "modular-bitfield", + "reth-codecs 1.11.3", + "reth-trie-common 1.11.3", "serde", ] @@ -8762,14 +9295,14 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", - "reth-db-api", - "reth-primitives-traits", - "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-codecs 1.11.2", + "reth-db-api 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "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,7 +9316,21 @@ 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", "tracing", @@ -8799,16 +9346,40 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", - "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-chainspec 1.11.2", + "reth-db-api 1.11.2", + "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-api 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", "serde_json", ] @@ -8822,9 +9393,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", @@ -8841,7 +9429,25 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.11.2", + "thiserror 2.0.18", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "pin-project", + "rayon", + "reth-metrics 1.11.3", "thiserror 2.0.18", "tokio", "tracing", @@ -8859,8 +9465,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", ] @@ -8891,6 +9497,22 @@ dependencies = [ "tracing-subscriber 0.3.23", ] +[[package]] +name = "reth-tracing" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "clap", + "eyre", + "rolling-file", + "tracing", + "tracing-appender", + "tracing-journald", + "tracing-logfmt", + "tracing-samply", + "tracing-subscriber 0.3.23", +] + [[package]] name = "reth-tracing-otlp" version = "1.11.2" @@ -8928,18 +9550,18 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.11.2", + "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-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-execution-types 1.11.2", + "reth-fs-util 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-storage-api 1.11.2", + "reth-tasks 1.11.2", "revm", "revm-interpreter", "revm-primitives", @@ -8968,13 +9590,39 @@ 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", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "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 1.11.2", + "revm-database", + "tracing", + "triehash", +] + +[[package]] +name = "reth-trie" +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", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "metrics", + "parking_lot", + "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", "tracing", "triehash", @@ -9000,8 +9648,35 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.11.2", + "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-rpc-types-eth", + "alloy-serde", + "alloy-trie", + "arbitrary", + "arrayvec", + "bytes", + "derive_more", + "hash-db", + "itertools 0.14.0", + "nybbles", + "plain_hasher", + "rayon", + "reth-codecs 1.11.3", + "reth-primitives-traits 1.11.3", "revm-database", "serde", "serde_with", @@ -9015,15 +9690,35 @@ dependencies = [ "alloy-primitives", "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-db-api 1.11.2", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "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 1.11.2", + "reth-trie-common 1.11.2", + "tracing", +] + +[[package]] +name = "reth-trie-db" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "metrics", + "parking_lot", + "reth-db-api 1.11.3", + "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", ] @@ -9039,15 +9734,15 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-provider", - "reth-storage-errors", - "reth-tasks", - "reth-trie", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-provider 1.11.2", + "reth-storage-errors 1.11.2", + "reth-tasks 1.11.2", + "reth-trie 1.11.2", + "reth-trie-common 1.11.2", + "reth-trie-sparse 1.11.2", "thiserror 2.0.18", "tracing", ] @@ -9063,10 +9758,27 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.11.2", + "reth-metrics 1.11.2", + "reth-primitives-traits 1.11.2", + "reth-trie-common 1.11.2", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "rayon", + "reth-execution-errors 1.11.3", + "reth-primitives-traits 1.11.3", + "reth-trie-common 1.11.3", "smallvec", "tracing", ] @@ -9079,6 +9791,14 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-zstd-compressors" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" +dependencies = [ + "zstd", +] + [[package]] name = "revm" version = "34.0.0" From 8abf9953330f3f96f033bd675824de685bf471a4 Mon Sep 17 00:00:00 2001 From: Randy Grok Date: Wed, 18 Mar 2026 16:07:27 +0100 Subject: [PATCH 3/4] fix: sync workspace Cargo.toml reth-provider tag to v1.11.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1131a7..973d125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2 reth-trie-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-provider = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } +reth-provider = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } From dd63ccf965fcdfdf5fb6967c97339dc756e367f4 Mon Sep 17 00:00:00 2001 From: Randy Grok Date: Wed, 18 Mar 2026 16:10:19 +0100 Subject: [PATCH 4/4] chore(deps): bump all reth deps from v1.11.2 to v1.11.3 Regenerate Cargo.lock to fix duplicate reth-tracing entries that were causing cargo to fail parsing the lock file. --- Cargo.lock | 2492 +++++++++++++++++++--------------------------------- Cargo.toml | 104 +-- 2 files changed, 942 insertions(+), 1654 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7357891..2c4de48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "alloy-chains" -version = "0.2.30" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f374d3c6d729268bbe2d0e0ff992bb97898b2df756691a62ee1d5f0506bc39" +checksum = "9247f0a399ef71aeb68f497b2b8fb348014f742b50d3b83b1e00dfe1b7d64b3d" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -211,7 +211,7 @@ dependencies = [ "itoa", "serde", "serde_json", - "winnow", + "winnow 0.7.15", ] [[package]] @@ -262,9 +262,9 @@ dependencies = [ [[package]] name = "alloy-eip7928" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3231de68d5d6e75332b7489cfcc7f4dfabeba94d990a10e4b923af0e6623540" +checksum = "f8222b1d88f9a6d03be84b0f5e76bb60cd83991b43ad8ab6477f0e4a7809b98d" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -429,7 +429,7 @@ dependencies = [ "const-hex", "derive_more", "foldhash 0.2.0", - "getrandom 0.4.1", + "getrandom 0.4.2", "hashbrown 0.16.1", "indexmap 2.13.0", "itoa", @@ -828,7 +828,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6df77fea9d6a2a75c0ef8d2acbdfd92286cc599983d3175ccdc170d3433d249" dependencies = [ "serde", - "winnow", + "winnow 0.7.15", ] [[package]] @@ -921,14 +921,13 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d7fd448ab0a017de542de1dcca7a58e7019fe0e7a34ed3f9543ebddf6aceffa" +checksum = "3f14b5d9b2c2173980202c6ff470d96e7c5e202c65a9f67884ad565226df7fbb" dependencies = [ "alloy-primitives", "alloy-rlp", "arbitrary", - "arrayvec", "derive_arbitrary", "derive_more", "nybbles", @@ -963,9 +962,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.21" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" dependencies = [ "anstyle", "anstyle-parse", @@ -978,15 +977,15 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anstyle-parse" -version = "0.2.7" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" dependencies = [ "utf8parse", ] @@ -1621,19 +1620,20 @@ dependencies = [ [[package]] name = "borsh" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" +checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" dependencies = [ "borsh-derive", + "bytes", "cfg_aliases", ] [[package]] name = "borsh-derive" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" +checksum = "bfcfdc083699101d5a7965e49925975f2f55060f94f9a05e7187be95d530ca59" dependencies = [ "once_cell", "proc-macro-crate", @@ -1717,9 +1717,9 @@ dependencies = [ [[package]] name = "c-kzg" -version = "2.1.6" +version = "2.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a0f582957c24870b7bfd12bf562c40b4734b533cafbaf8ded31d6d85f462c01" +checksum = "6648ed1e4ea8e8a1a4a2c78e1cda29a3fd500bc622899c340d8525ea9a76b24a" dependencies = [ "arbitrary", "blst", @@ -1775,9 +1775,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.56" +version = "1.2.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" +checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" dependencies = [ "find-msvc-tools", "jobserver", @@ -1860,9 +1860,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.60" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" +checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" dependencies = [ "clap_builder", "clap_derive", @@ -1870,9 +1870,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.60" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ "anstream", "anstyle", @@ -1882,9 +1882,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.55" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" +checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" dependencies = [ "heck", "proc-macro2", @@ -1894,9 +1894,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "coins-bip32" @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" +checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "combine" @@ -2021,9 +2021,9 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af9a108e542ddf1de36743a6126e94d6659dccda38fc8a77e80b915102ac784a" +checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b" dependencies = [ "cfg-if", "cpufeatures 0.2.17", @@ -2468,9 +2468,9 @@ dependencies = [ [[package]] name = "derive-where" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" +checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534" dependencies = [ "proc-macro2", "quote", @@ -2657,9 +2657,9 @@ dependencies = [ [[package]] name = "doctest-file" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" +checksum = "c2db04e74f0a9a93103b50e90b96024c9b2bdca8bce6a632ec71b88736d3d359" [[package]] name = "document-features" @@ -2961,31 +2961,31 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-cli", - "reth-codecs 1.11.2", - "reth-consensus 1.11.2", - "reth-db 1.11.2", + "reth-codecs", + "reth-consensus", + "reth-db", "reth-engine-local", - "reth-engine-primitives 1.11.2", - "reth-errors 1.11.2", + "reth-engine-primitives", + "reth-errors", "reth-ethereum", - "reth-ethereum-forks 1.11.2", + "reth-ethereum-forks", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", - "reth-execution-types 1.11.2", + "reth-execution-types", "reth-node-api", "reth-node-builder", "reth-node-core", - "reth-node-types 1.11.2", + "reth-node-types", "reth-payload-builder", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.3", + "reth-primitives-traits", + "reth-provider", "reth-revm", "reth-rpc", "reth-rpc-api", @@ -2994,12 +2994,12 @@ dependencies = [ "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-storage-api", + "reth-tasks", "reth-testing-utils", - "reth-tracing 1.11.2", + "reth-tracing", "reth-transaction-pool", - "reth-trie-db 1.11.2", + "reth-trie-db", "serde", "serde_json", "tempfile", @@ -3035,10 +3035,10 @@ dependencies = [ "alloy-rlp", "alloy-serde", "bytes", - "reth-codecs 1.11.2", - "reth-db-api 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-codecs", + "reth-db-api", + "reth-ethereum-primitives", + "reth-primitives-traits", "serde", ] @@ -3059,24 +3059,24 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-cli-util", - "reth-consensus 1.11.2", + "reth-consensus", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks 1.11.2", + "reth-ethereum-forks", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.11.2", + "reth-ethereum-primitives", "reth-node-api", "reth-node-builder", "reth-payload-builder", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.3", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-provider", "reth-revm", "reth-tracing-otlp", - "reth-trie-db 1.11.2", + "reth-trie-db", "serde", "thiserror 2.0.18", "tokio", @@ -3094,7 +3094,7 @@ dependencies = [ "alloy-sol-types", "ev-precompiles", "ev-primitives", - "reth-evm 1.11.2", + "reth-evm", "reth-evm-ethereum", "reth-primitives", "reth-revm", @@ -3132,30 +3132,30 @@ dependencies = [ "rand 0.10.0", "reqwest", "reth-basic-payload-builder", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", - "reth-db 1.11.2", + "reth-chainspec", + "reth-consensus", + "reth-db", "reth-e2e-test-utils", "reth-engine-local", - "reth-engine-primitives 1.11.2", - "reth-errors 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", - "reth-execution-types 1.11.2", + "reth-execution-types", "reth-node-api", - "reth-node-types 1.11.2", + "reth-node-types", "reth-payload-builder", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.3", + "reth-primitives-traits", + "reth-provider", "reth-revm", "reth-rpc-api", - "reth-tasks 1.11.2", + "reth-tasks", "reth-testing-utils", - "reth-tracing 1.11.2", + "reth-tracing", "reth-transaction-pool", "serde", "serde_json", @@ -3179,18 +3179,18 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", + "reth-chainspec", + "reth-consensus", "reth-consensus-common", - "reth-engine-primitives 1.11.2", + "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives 1.11.2", - "reth-execution-types 1.11.2", + "reth-ethereum-primitives", + "reth-execution-types", "reth-node-api", - "reth-payload-primitives 1.11.2", + "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits 1.11.2", + "reth-primitives-traits", "reth-transaction-pool", "serde", "serde_json", @@ -3526,20 +3526,20 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "r-efi", + "r-efi 5.3.0", "wasip2", "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" dependencies = [ "cfg-if", "libc", - "r-efi", + "r-efi 6.0.0", "rand_core 0.10.0", "wasip2", "wasip3", @@ -3958,7 +3958,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.2", + "socket2 0.6.3", "tokio", "tower-service", "tracing", @@ -4192,9 +4192,9 @@ dependencies = [ [[package]] name = "inotify" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" +checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" dependencies = [ "bitflags 2.11.0", "inotify-sys", @@ -4222,9 +4222,9 @@ dependencies = [ [[package]] name = "instability" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" +checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971" dependencies = [ "darling 0.23.0", "indoc", @@ -4262,9 +4262,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.11.0" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" +checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" [[package]] name = "iri-string" @@ -4561,9 +4561,9 @@ dependencies = [ [[package]] name = "kasuari" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b" +checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899" dependencies = [ "hashbrown 0.16.1", "portable-atomic", @@ -4623,9 +4623,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.182" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libgit2-sys" @@ -4699,9 +4699,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.24" +version = "1.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4735e9cbde5aac84a5ce588f6b23a90b9b0b528f6c5a8db8a4aff300463a0839" +checksum = "d52f4c29e2a68ac30c9087e1b772dc9f44a2b66ed44edf2266cf2be9b03dafc1" dependencies = [ "cc", "libc", @@ -5025,9 +5025,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.13" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" +checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b" dependencies = [ "crossbeam-channel", "crossbeam-epoch", @@ -5234,9 +5234,9 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c" +checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" dependencies = [ "num_enum_derive", "rustversion", @@ -5244,9 +5244,9 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7" +checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5280,18 +5280,18 @@ dependencies = [ [[package]] name = "objc2-core-foundation" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" +checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ "bitflags 2.11.0", ] [[package]] name = "objc2-io-kit" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" +checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" dependencies = [ "libc", "objc2-core-foundation", @@ -5299,9 +5299,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" dependencies = [ "critical-section", "portable-atomic", @@ -5844,9 +5844,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" dependencies = [ "toml_edit", ] @@ -6012,7 +6012,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.6.2", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", @@ -6049,16 +6049,16 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.2", + "socket2 0.6.3", "tracing", "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" dependencies = [ "proc-macro2", ] @@ -6069,6 +6069,12 @@ version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + [[package]] name = "radium" version = "0.7.0" @@ -6105,7 +6111,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" dependencies = [ "chacha20", - "getrandom 0.4.1", + "getrandom 0.4.2", "rand_core 0.10.0", ] @@ -6421,8 +6427,8 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6430,48 +6436,16 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state 1.11.2", - "reth-metrics 1.11.2", + "reth-chain-state", + "reth-metrics", "reth-payload-builder", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "reth-revm", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", - "tokio", - "tracing", -] - -[[package]] -name = "reth-chain-state" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-signer", - "alloy-signer-local", - "derive_more", - "metrics", - "parking_lot", - "pin-project", - "rand 0.9.2", - "rayon", - "reth-chainspec 1.11.2", - "reth-errors 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-execution-types 1.11.2", - "reth-metrics 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-storage-api 1.11.2", - "reth-trie 1.11.2", - "revm-database", - "revm-state", - "serde", + "reth-storage-api", + "reth-tasks", "tokio", - "tokio-stream", "tracing", ] @@ -6490,41 +6464,23 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.2", - "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", + "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", + "serde", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-chainspec" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "auto_impl", - "derive_more", - "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" @@ -6539,30 +6495,30 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks 1.11.3", - "reth-network-peers 1.11.3", - "reth-primitives-traits 1.11.3", + "reth-ethereum-forks", + "reth-network-peers", + "reth-primitives-traits", "serde_json", ] [[package]] name = "reth-cli" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-genesis", "clap", "eyre", "reth-cli-runner", - "reth-db 1.11.2", + "reth-db", "serde_json", "shellexpand", ] [[package]] name = "reth-cli-commands" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -6587,15 +6543,15 @@ dependencies = [ "proptest-arbitrary-interop", "ratatui", "reqwest", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs 1.11.2", + "reth-codecs", "reth-config", - "reth-consensus 1.11.2", - "reth-db 1.11.2", - "reth-db-api 1.11.2", + "reth-consensus", + "reth-db", + "reth-db-api", "reth-db-common", "reth-discv4", "reth-discv5", @@ -6605,34 +6561,34 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives 1.11.2", + "reth-ethereum-primitives", "reth-etl", - "reth-evm 1.11.2", + "reth-evm", "reth-exex", - "reth-fs-util 1.11.2", + "reth-fs-util", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers 1.11.2", + "reth-network-peers", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-primitives-traits", + "reth-provider", "reth-prune", - "reth-prune-types 1.11.2", + "reth-prune-types", "reth-revm", "reth-stages", - "reth-stages-types 1.11.2", + "reth-stages-types", "reth-static-file", - "reth-static-file-types 1.11.2", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", - "reth-trie 1.11.2", - "reth-trie-common 1.11.2", - "reth-trie-db 1.11.2", + "reth-static-file-types", + "reth-storage-api", + "reth-tasks", + "reth-trie", + "reth-trie-common", + "reth-trie-db", "secp256k1 0.30.0", "serde", "serde_json", @@ -6647,18 +6603,18 @@ dependencies = [ [[package]] name = "reth-cli-runner" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-tasks 1.11.2", + "reth-tasks", "tokio", "tracing", ] [[package]] name = "reth-cli-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -6666,8 +6622,8 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util 1.11.2", - "reth-tracing 1.11.2", + "reth-fs-util", + "reth-tracing", "secp256k1 0.30.0", "serde", "thiserror 2.0.18", @@ -6675,26 +6631,6 @@ dependencies = [ "tracy-client", ] -[[package]] -name = "reth-codecs" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "arbitrary", - "bytes", - "modular-bitfield", - "op-alloy-consensus", - "reth-codecs-derive 1.11.2", - "reth-zstd-compressors 1.11.2", - "serde", - "visibility", -] - [[package]] name = "reth-codecs" version = "1.11.3" @@ -6709,22 +6645,12 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive 1.11.3", - "reth-zstd-compressors 1.11.3", + "reth-codecs-derive", + "reth-zstd-compressors", "serde", "visibility", ] -[[package]] -name = "reth-codecs-derive" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.117", -] - [[package]] name = "reth-codecs-derive" version = "1.11.3" @@ -6737,33 +6663,20 @@ dependencies = [ [[package]] name = "reth-config" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types 1.11.2", - "reth-stages-types 1.11.2", - "reth-static-file-types 1.11.2", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", "serde", "toml", "url", ] -[[package]] -name = "reth-consensus" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "auto_impl", - "reth-execution-types 1.11.2", - "reth-primitives-traits 1.11.2", - "thiserror 2.0.18", -] - [[package]] name = "reth-consensus" version = "1.11.3" @@ -6772,27 +6685,27 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types 1.11.3", - "reth-primitives-traits 1.11.3", + "reth-execution-types", + "reth-primitives-traits", "thiserror 2.0.18", ] [[package]] name = "reth-consensus-common" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-chainspec", + "reth-consensus", + "reth-primitives-traits", ] [[package]] name = "reth-consensus-debug-client" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -6807,41 +6720,14 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits 1.11.2", - "reth-tracing 1.11.2", + "reth-primitives-traits", + "reth-tracing", "ringbuffer", "serde", "serde_json", "tokio", ] -[[package]] -name = "reth-db" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-primitives", - "derive_more", - "eyre", - "metrics", - "page_size", - "parking_lot", - "reth-db-api 1.11.2", - "reth-fs-util 1.11.2", - "reth-libmdbx 1.11.2", - "reth-metrics 1.11.2", - "reth-nippy-jar 1.11.2", - "reth-static-file-types 1.11.2", - "reth-storage-errors 1.11.2", - "reth-tracing 1.11.2", - "rustc-hash", - "strum", - "sysinfo", - "tempfile", - "thiserror 2.0.18", - "tracing", -] - [[package]] name = "reth-db" version = "1.11.3" @@ -6853,14 +6739,14 @@ dependencies = [ "metrics", "page_size", "parking_lot", - "reth-db-api 1.11.3", - "reth-fs-util 1.11.3", - "reth-libmdbx 1.11.3", - "reth-metrics 1.11.3", - "reth-nippy-jar 1.11.3", - "reth-static-file-types 1.11.3", - "reth-storage-errors 1.11.3", - "reth-tracing 1.11.3", + "reth-db-api", + "reth-fs-util", + "reth-libmdbx", + "reth-metrics", + "reth-nippy-jar", + "reth-static-file-types", + "reth-storage-errors", + "reth-tracing", "rustc-hash", "strum", "sysinfo", @@ -6869,35 +6755,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-db-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-genesis", - "alloy-primitives", - "arbitrary", - "arrayvec", - "bytes", - "derive_more", - "metrics", - "modular-bitfield", - "op-alloy-consensus", - "parity-scale-codec", - "proptest", - "reth-codecs 1.11.2", - "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", -] - [[package]] name = "reth-db-api" version = "1.11.3" @@ -6915,63 +6772,48 @@ dependencies = [ "op-alloy-consensus", "parity-scale-codec", "proptest", - "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", + "reth-codecs", + "reth-db-models", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", "roaring", "serde", ] [[package]] name = "reth-db-common" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec 1.11.2", - "reth-codecs 1.11.2", + "reth-chainspec", + "reth-codecs", "reth-config", - "reth-db-api 1.11.2", + "reth-db-api", "reth-etl", - "reth-execution-errors 1.11.2", - "reth-fs-util 1.11.2", - "reth-node-types 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", - "reth-stages-types 1.11.2", - "reth-static-file-types 1.11.2", - "reth-trie 1.11.2", - "reth-trie-db 1.11.2", + "reth-execution-errors", + "reth-fs-util", + "reth-node-types", + "reth-primitives-traits", + "reth-provider", + "reth-stages-types", + "reth-static-file-types", + "reth-trie", + "reth-trie-db", "serde", "serde_json", "thiserror 2.0.18", "tracing", ] -[[package]] -name = "reth-db-models" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "arbitrary", - "bytes", - "modular-bitfield", - "reth-codecs 1.11.2", - "reth-primitives-traits 1.11.2", - "serde", -] - [[package]] name = "reth-db-models" version = "1.11.3" @@ -6982,15 +6824,15 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.11.3", - "reth-primitives-traits 1.11.3", + "reth-codecs", + "reth-primitives-traits", "serde", ] [[package]] name = "reth-discv4" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -6999,10 +6841,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks 1.11.2", + "reth-ethereum-forks", "reth-net-banlist", "reth-net-nat", - "reth-network-peers 1.11.2", + "reth-network-peers", "schnellru", "secp256k1 0.30.0", "serde", @@ -7014,8 +6856,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7026,10 +6868,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec 1.11.2", - "reth-ethereum-forks 1.11.2", - "reth-metrics 1.11.2", - "reth-network-peers 1.11.2", + "reth-chainspec", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -7038,8 +6880,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "dashmap", @@ -7047,8 +6889,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks 1.11.2", - "reth-network-peers 1.11.2", + "reth-ethereum-forks", + "reth-network-peers", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7062,8 +6904,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7077,15 +6919,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-metrics 1.11.2", + "reth-consensus", + "reth-ethereum-primitives", + "reth-metrics", "reth-network-p2p", - "reth-network-peers 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-network-peers", + "reth-primitives-traits", + "reth-provider", + "reth-storage-api", + "reth-tasks", "reth-testing-utils", "tempfile", "thiserror 2.0.18", @@ -7097,8 +6939,8 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7114,36 +6956,36 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-cli-commands", "reth-config", - "reth-consensus 1.11.2", - "reth-db 1.11.2", + "reth-consensus", + "reth-db", "reth-db-common", "reth-engine-local", - "reth-engine-primitives 1.11.2", - "reth-ethereum-primitives 1.11.2", + "reth-engine-primitives", + "reth-ethereum-primitives", "reth-network-api", "reth-network-p2p", - "reth-network-peers 1.11.2", + "reth-network-peers", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", "reth-payload-builder", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-primitives-traits", + "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types 1.11.2", - "reth-tasks 1.11.2", + "reth-stages-types", + "reth-tasks", "reth-tokio-util", - "reth-tracing 1.11.2", + "reth-tracing", "revm", "serde_json", "tempfile", @@ -7155,8 +6997,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "aes", "alloy-primitives", @@ -7171,7 +7013,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers 1.11.2", + "reth-network-peers", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7183,52 +7025,27 @@ dependencies = [ [[package]] name = "reth-engine-local" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec 1.11.2", - "reth-engine-primitives 1.11.2", - "reth-ethereum-engine-primitives 1.11.2", + "reth-chainspec", + "reth-engine-primitives", + "reth-ethereum-engine-primitives", "reth-payload-builder", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-storage-api 1.11.2", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-storage-api", "reth-transaction-pool", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-engine-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "futures", - "reth-chain-state 1.11.2", - "reth-errors 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", - "reth-execution-types 1.11.2", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-trie-common 1.11.2", - "serde", - "thiserror 2.0.18", - "tokio", -] - [[package]] name = "reth-engine-primitives" version = "1.11.3" @@ -7240,15 +7057,15 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "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 1.11.3", - "reth-payload-primitives 1.11.3", - "reth-primitives-traits 1.11.3", - "reth-trie-common 1.11.3", + "reth-chain-state", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-trie-common", "serde", "thiserror 2.0.18", "tokio", @@ -7256,30 +7073,30 @@ dependencies = [ [[package]] name = "reth-engine-service" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "futures", "pin-project", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", - "reth-engine-primitives 1.11.2", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", "reth-engine-tree", - "reth-evm 1.11.2", + "reth-evm", "reth-network-p2p", - "reth-node-types 1.11.2", + "reth-node-types", "reth-payload-builder", - "reth-provider 1.11.2", + "reth-provider", "reth-prune", "reth-stages-api", - "reth-tasks 1.11.2", - "reth-trie-db 1.11.2", + "reth-tasks", + "reth-trie-db", ] [[package]] name = "reth-engine-tree" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -7296,34 +7113,34 @@ dependencies = [ "moka", "parking_lot", "rayon", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", - "reth-db 1.11.2", - "reth-engine-primitives 1.11.2", - "reth-errors 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", - "reth-execution-types 1.11.2", - "reth-metrics 1.11.2", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-db", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-metrics", "reth-network-p2p", "reth-payload-builder", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-provider", "reth-prune", - "reth-prune-types 1.11.2", + "reth-prune-types", "reth-revm", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks 1.11.2", - "reth-tracing 1.11.2", - "reth-trie 1.11.2", - "reth-trie-common 1.11.2", - "reth-trie-db 1.11.2", + "reth-tasks", + "reth-tracing", + "reth-trie", + "reth-trie-common", + "reth-trie-db", "reth-trie-parallel", - "reth-trie-sparse 1.11.2", + "reth-trie-sparse", "revm", "revm-primitives", "schnellru", @@ -7335,8 +7152,8 @@ dependencies = [ [[package]] name = "reth-engine-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7344,16 +7161,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec 1.11.2", - "reth-engine-primitives 1.11.2", + "reth-chainspec", + "reth-engine-primitives", "reth-engine-tree", - "reth-errors 1.11.2", - "reth-evm 1.11.2", - "reth-fs-util 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-errors", + "reth-evm", + "reth-fs-util", + "reth-payload-primitives", + "reth-primitives-traits", "reth-revm", - "reth-storage-api 1.11.2", + "reth-storage-api", "serde", "serde_json", "tokio", @@ -7363,8 +7180,8 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7378,8 +7195,8 @@ dependencies = [ [[package]] name = "reth-era-downloader" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "bytes", @@ -7387,59 +7204,48 @@ dependencies = [ "futures-util", "reqwest", "reth-era", - "reth-fs-util 1.11.2", + "reth-fs-util", "sha2", "tokio", ] [[package]] name = "reth-era-utils" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", "eyre", "futures-util", - "reth-db-api 1.11.2", + "reth-db-api", "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", - "reth-stages-types 1.11.2", - "reth-storage-api 1.11.2", + "reth-fs-util", + "reth-primitives-traits", + "reth-provider", + "reth-stages-types", + "reth-storage-api", "tokio", "tracing", ] -[[package]] -name = "reth-errors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "reth-consensus 1.11.2", - "reth-execution-errors 1.11.2", - "reth-storage-errors 1.11.2", - "thiserror 2.0.18", -] - [[package]] name = "reth-errors" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-consensus 1.11.3", - "reth-execution-errors 1.11.3", - "reth-storage-errors 1.11.3", + "reth-consensus", + "reth-execution-errors", + "reth-storage-errors", "thiserror 2.0.18", ] [[package]] name = "reth-eth-wire" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7449,13 +7255,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs 1.11.2", + "reth-codecs", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks 1.11.2", - "reth-metrics 1.11.2", - "reth-network-peers 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", + "reth-primitives-traits", "serde", "snap", "thiserror 2.0.18", @@ -7467,8 +7273,8 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7481,33 +7287,33 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec 1.11.2", - "reth-codecs-derive 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-chainspec", + "reth-codecs-derive", + "reth-ethereum-primitives", + "reth-primitives-traits", "serde", "thiserror 2.0.18", ] [[package]] name = "reth-ethereum" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-cli-util", - "reth-codecs 1.11.2", - "reth-consensus 1.11.2", + "reth-codecs", + "reth-consensus", "reth-consensus-common", - "reth-db 1.11.2", + "reth-db", "reth-engine-local", "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", "reth-network", "reth-network-api", @@ -7515,77 +7321,59 @@ dependencies = [ "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-primitives-traits", + "reth-provider", "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-storage-api", + "reth-tasks", "reth-transaction-pool", - "reth-trie 1.11.2", - "reth-trie-db 1.11.2", + "reth-trie", + "reth-trie-db", ] [[package]] name = "reth-ethereum-cli" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "clap", "eyre", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-db 1.11.2", + "reth-db", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", "reth-node-metrics", "reth-rpc-server-types", - "reth-tasks 1.11.2", - "reth-tracing 1.11.2", + "reth-tasks", + "reth-tracing", "tracing", ] [[package]] name = "reth-ethereum-consensus" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", + "reth-chainspec", + "reth-consensus", "reth-consensus-common", - "reth-execution-types 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-execution-types", + "reth-primitives-traits", "tracing", ] -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine", - "reth-engine-primitives 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", - "serde", - "sha2", - "thiserror 2.0.18", -] - [[package]] name = "reth-ethereum-engine-primitives" version = "1.11.3" @@ -7595,10 +7383,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives 1.11.3", - "reth-ethereum-primitives 1.11.3", - "reth-payload-primitives 1.11.3", - "reth-primitives-traits 1.11.3", + "reth-engine-primitives", + "reth-ethereum-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "serde", "sha2", "thiserror 2.0.18", @@ -7606,8 +7394,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -7619,67 +7407,34 @@ dependencies = [ ] [[package]] -name = "reth-ethereum-forks" +name = "reth-ethereum-payload-builder" 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", - "rustc-hash", -] - -[[package]] -name = "reth-ethereum-payload-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", + "alloy-consensus", + "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-consensus-common", - "reth-errors 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", "reth-payload-builder", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-payload-validator", - "reth-primitives-traits 1.11.2", + "reth-primitives-traits", "reth-revm", - "reth-storage-api 1.11.2", + "reth-storage-api", "reth-transaction-pool", "revm", "tracing", ] -[[package]] -name = "reth-ethereum-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-serde", - "arbitrary", - "modular-bitfield", - "reth-codecs 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-zstd-compressors 1.11.2", - "serde", - "serde_with", -] - [[package]] name = "reth-ethereum-primitives" version = "1.11.3" @@ -7693,47 +7448,23 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs 1.11.3", - "reth-primitives-traits 1.11.3", - "reth-zstd-compressors 1.11.3", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", "serde", "serde_with", ] [[package]] name = "reth-etl" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "rayon", - "reth-db-api 1.11.2", + "reth-db-api", "tempfile", ] -[[package]] -name = "reth-evm" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-primitives", - "auto_impl", - "derive_more", - "futures-util", - "metrics", - "rayon", - "reth-execution-errors 1.11.2", - "reth-execution-types 1.11.2", - "reth-metrics 1.11.2", - "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" @@ -7746,20 +7477,22 @@ dependencies = [ "auto_impl", "derive_more", "futures-util", + "metrics", "rayon", - "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", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie-common", "revm", ] [[package]] name = "reth-evm-ethereum" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7768,29 +7501,16 @@ dependencies = [ "alloy-rpc-types-engine", "derive_more", "parking_lot", - "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", + "reth-chainspec", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-primitives-traits", + "reth-storage-errors", "revm", ] -[[package]] -name = "reth-execution-errors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-evm", - "alloy-primitives", - "alloy-rlp", - "nybbles", - "reth-storage-errors 1.11.2", - "thiserror 2.0.18", -] - [[package]] name = "reth-execution-errors" version = "1.11.3" @@ -7800,28 +7520,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors 1.11.3", + "reth-storage-errors", "thiserror 2.0.18", ] -[[package]] -name = "reth-execution-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-primitives", - "derive_more", - "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" @@ -7832,9 +7534,9 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives 1.11.3", - "reth-primitives-traits 1.11.3", - "reth-trie-common 1.11.3", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-trie-common", "revm", "serde", "serde_with", @@ -7842,8 +7544,8 @@ dependencies = [ [[package]] name = "reth-exex" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7853,24 +7555,24 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", + "reth-chain-state", + "reth-chainspec", "reth-config", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-ethereum-primitives", + "reth-evm", "reth-exex-types", - "reth-fs-util 1.11.2", - "reth-metrics 1.11.2", + "reth-fs-util", + "reth-metrics", "reth-node-api", "reth-node-core", "reth-payload-builder", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", - "reth-prune-types 1.11.2", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", "reth-revm", "reth-stages-api", - "reth-tasks 1.11.2", - "reth-tracing 1.11.2", + "reth-tasks", + "reth-tracing", "rmp-serde", "thiserror 2.0.18", "tokio", @@ -7880,28 +7582,18 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state 1.11.2", - "reth-execution-types 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-chain-state", + "reth-execution-types", + "reth-primitives-traits", "serde", "serde_with", ] -[[package]] -name = "reth-fs-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "serde", - "serde_json", - "thiserror 2.0.18", -] - [[package]] name = "reth-fs-util" version = "1.11.3" @@ -7914,8 +7606,8 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7925,14 +7617,14 @@ dependencies = [ "futures", "jsonrpsee", "pretty_assertions", - "reth-engine-primitives 1.11.2", - "reth-evm 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-engine-primitives", + "reth-evm", + "reth-primitives-traits", + "reth-provider", "reth-revm", "reth-rpc-api", - "reth-tracing 1.11.2", - "reth-trie 1.11.2", + "reth-tracing", + "reth-trie", "revm", "revm-bytecode", "revm-database", @@ -7942,8 +7634,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "bytes", "futures", @@ -7960,22 +7652,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-libmdbx" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "bitflags 2.11.0", - "byteorder", - "dashmap", - "derive_more", - "parking_lot", - "reth-mdbx-sys 1.11.2", - "smallvec", - "thiserror 2.0.18", - "tracing", -] - [[package]] name = "reth-libmdbx" version = "1.11.3" @@ -7986,21 +7662,12 @@ dependencies = [ "dashmap", "derive_more", "parking_lot", - "reth-mdbx-sys 1.11.3", + "reth-mdbx-sys", "smallvec", "thiserror 2.0.18", "tracing", ] -[[package]] -name = "reth-mdbx-sys" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "bindgen", - "cc", -] - [[package]] name = "reth-mdbx-sys" version = "1.11.3" @@ -8012,8 +7679,8 @@ dependencies = [ [[package]] name = "reth-metrics" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "futures", "metrics", @@ -8023,18 +7690,9 @@ dependencies = [ ] [[package]] -name = "reth-metrics" +name = "reth-net-banlist" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" -dependencies = [ - "metrics", - "metrics-derive", -] - -[[package]] -name = "reth-net-banlist" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "alloy-primitives", "ipnet", @@ -8042,8 +7700,8 @@ dependencies = [ [[package]] name = "reth-net-nat" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "futures-util", "if-addrs", @@ -8056,8 +7714,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8076,27 +7734,27 @@ dependencies = [ "rand 0.8.5", "rand 0.9.2", "rayon", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", + "reth-chainspec", + "reth-consensus", "reth-discv4", "reth-discv5", "reth-dns-discovery", "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks 1.11.2", - "reth-ethereum-primitives 1.11.2", + "reth-ethereum-forks", + "reth-ethereum-primitives", "reth-evm-ethereum", - "reth-fs-util 1.11.2", - "reth-metrics 1.11.2", + "reth-fs-util", + "reth-metrics", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers 1.11.2", + "reth-network-peers", "reth-network-types", - "reth-primitives-traits 1.11.2", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", "reth-tokio-util", "reth-transaction-pool", "rustc-hash", @@ -8113,8 +7771,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8125,9 +7783,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks 1.11.2", + "reth-ethereum-forks", "reth-network-p2p", - "reth-network-peers 1.11.2", + "reth-network-peers", "reth-network-types", "reth-tokio-util", "serde", @@ -8138,8 +7796,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8148,21 +7806,21 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus 1.11.2", + "reth-consensus", "reth-eth-wire-types", - "reth-ethereum-primitives 1.11.2", - "reth-network-peers 1.11.2", + "reth-ethereum-primitives", + "reth-network-peers", "reth-network-types", - "reth-primitives-traits 1.11.2", - "reth-storage-errors 1.11.2", + "reth-primitives-traits", + "reth-storage-errors", "tokio", "tracing", ] [[package]] name = "reth-network-peers" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8175,49 +7833,19 @@ dependencies = [ ] [[package]] -name = "reth-network-peers" +name = "reth-network-types" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "secp256k1 0.30.0", - "serde_with", - "thiserror 2.0.18", - "url", -] - -[[package]] -name = "reth-network-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers 1.11.2", + "reth-network-peers", "serde", "serde_json", "tracing", ] -[[package]] -name = "reth-nippy-jar" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "anyhow", - "bincode", - "derive_more", - "lz4_flex", - "memmap2", - "reth-fs-util 1.11.2", - "serde", - "thiserror 2.0.18", - "tracing", - "zstd", -] - [[package]] name = "reth-nippy-jar" version = "1.11.3" @@ -8228,7 +7856,7 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util 1.11.3", + "reth-fs-util", "serde", "thiserror 2.0.18", "tracing", @@ -8237,32 +7865,32 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-rpc-types-engine", "eyre", "reth-basic-payload-builder", - "reth-consensus 1.11.2", - "reth-db-api 1.11.2", - "reth-engine-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-consensus", + "reth-db-api", + "reth-engine-primitives", + "reth-evm", "reth-network-api", "reth-node-core", - "reth-node-types 1.11.2", + "reth-node-types", "reth-payload-builder", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-provider 1.11.2", - "reth-tasks 1.11.2", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-provider", + "reth-tasks", "reth-tokio-util", "reth-transaction-pool", ] [[package]] name = "reth-node-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8278,23 +7906,23 @@ dependencies = [ "parking_lot", "rayon", "reth-basic-payload-builder", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", + "reth-chain-state", + "reth-chainspec", "reth-config", - "reth-consensus 1.11.2", + "reth-consensus", "reth-consensus-debug-client", - "reth-db 1.11.2", - "reth-db-api 1.11.2", + "reth-db", + "reth-db-api", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives 1.11.2", + "reth-engine-primitives", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm 1.11.2", + "reth-evm", "reth-exex", - "reth-fs-util 1.11.2", + "reth-fs-util", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -8305,8 +7933,8 @@ dependencies = [ "reth-node-events", "reth-node-metrics", "reth-payload-builder", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-primitives-traits", + "reth-provider", "reth-prune", "reth-rpc", "reth-rpc-api", @@ -8316,11 +7944,11 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks 1.11.2", + "reth-tasks", "reth-tokio-util", - "reth-tracing 1.11.2", + "reth-tracing", "reth-transaction-pool", - "reth-trie-db 1.11.2", + "reth-trie-db", "secp256k1 0.30.0", "serde_json", "tokio", @@ -8330,8 +7958,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8345,30 +7973,30 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.2", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-cli-util", "reth-config", - "reth-consensus 1.11.2", - "reth-db 1.11.2", + "reth-consensus", + "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives 1.11.2", - "reth-ethereum-forks 1.11.2", + "reth-engine-primitives", + "reth-ethereum-forks", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-prune-types 1.11.2", + "reth-network-peers", + "reth-primitives-traits", + "reth-prune-types", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types 1.11.2", - "reth-storage-api 1.11.2", - "reth-storage-errors 1.11.2", - "reth-tracing 1.11.2", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", + "reth-tracing", "reth-tracing-otlp", "reth-transaction-pool", "secp256k1 0.30.0", @@ -8385,29 +8013,29 @@ dependencies = [ [[package]] name = "reth-node-ethereum" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec 1.11.2", + "reth-chainspec", "reth-engine-local", - "reth-engine-primitives 1.11.2", + "reth-engine-primitives", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives 1.11.2", + "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-provider", "reth-revm", "reth-rpc", "reth-rpc-api", @@ -8415,7 +8043,7 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tracing 1.11.2", + "reth-tracing", "reth-transaction-pool", "revm", "tokio", @@ -8423,17 +8051,17 @@ dependencies = [ [[package]] name = "reth-node-ethstats" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", "chrono", "futures-util", - "reth-chain-state 1.11.2", + "reth-chain-state", "reth-network-api", - "reth-primitives-traits 1.11.2", - "reth-storage-api 1.11.2", + "reth-primitives-traits", + "reth-storage-api", "reth-transaction-pool", "serde", "serde_json", @@ -8447,8 +8075,8 @@ dependencies = [ [[package]] name = "reth-node-events" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8458,21 +8086,21 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives 1.11.2", + "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits 1.11.2", - "reth-prune-types 1.11.2", + "reth-primitives-traits", + "reth-prune-types", "reth-stages", - "reth-static-file-types 1.11.2", - "reth-storage-api 1.11.2", + "reth-static-file-types", + "reth-storage-api", "tokio", "tracing", ] [[package]] name = "reth-node-metrics" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "bytes", "eyre", @@ -8485,66 +8113,42 @@ dependencies = [ "metrics-util", "procfs", "reqwest", - "reth-metrics 1.11.2", - "reth-tasks 1.11.2", + "reth-metrics", + "reth-tasks", "tikv-jemalloc-ctl", "tokio", "tower", "tracing", ] -[[package]] -name = "reth-node-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "reth-chainspec 1.11.2", - "reth-db-api 1.11.2", - "reth-engine-primitives 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", -] - [[package]] name = "reth-node-types" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ - "reth-chainspec 1.11.3", - "reth-db-api 1.11.3", - "reth-engine-primitives 1.11.3", - "reth-payload-primitives 1.11.3", - "reth-primitives-traits 1.11.3", + "reth-chainspec", + "reth-db-api", + "reth-engine-primitives", + "reth-payload-primitives", + "reth-primitives-traits", ] [[package]] name = "reth-payload-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-primitives", "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state 1.11.2", - "reth-ethereum-engine-primitives 1.11.2", - "reth-metrics 1.11.2", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-builder-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "pin-project", - "reth-payload-primitives 1.11.2", + "reth-chain-state", + "reth-ethereum-engine-primitives", + "reth-metrics", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "tokio", "tokio-stream", "tracing", @@ -8556,35 +8160,12 @@ version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "pin-project", - "reth-payload-primitives 1.11.3", + "reth-payload-primitives", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-payload-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "either", - "op-alloy-rpc-types-engine", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", - "reth-errors 1.11.2", - "reth-execution-types 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-trie-common 1.11.2", - "serde", - "thiserror 2.0.18", - "tokio", -] - [[package]] name = "reth-payload-primitives" version = "1.11.3" @@ -8597,12 +8178,12 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "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", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-execution-types", + "reth-primitives-traits", + "reth-trie-common", "serde", "thiserror 2.0.18", "tokio", @@ -8610,59 +8191,25 @@ dependencies = [ [[package]] name = "reth-payload-validator" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits 1.11.2", + "reth-primitives-traits", ] [[package]] name = "reth-primitives" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "once_cell", - "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]] -name = "reth-primitives-traits" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-trie", - "arbitrary", - "auto_impl", - "byteorder", - "bytes", - "dashmap", - "derive_more", - "modular-bitfield", - "once_cell", - "op-alloy-consensus", - "proptest", - "proptest-arbitrary-interop", - "rayon", - "reth-codecs 1.11.2", - "revm-bytecode", - "revm-primitives", - "revm-state", - "secp256k1 0.30.0", - "serde", - "serde_with", - "thiserror 2.0.18", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-static-file-types", ] [[package]] @@ -8689,7 +8236,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs 1.11.3", + "reth-codecs", "revm-bytecode", "revm-primitives", "revm-state", @@ -8699,50 +8246,6 @@ dependencies = [ "thiserror 2.0.18", ] -[[package]] -name = "reth-provider" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "eyre", - "itertools 0.14.0", - "metrics", - "notify", - "parking_lot", - "rayon", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", - "reth-codecs 1.11.2", - "reth-db 1.11.2", - "reth-db-api 1.11.2", - "reth-errors 1.11.2", - "reth-ethereum-engine-primitives 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-execution-types 1.11.2", - "reth-fs-util 1.11.2", - "reth-metrics 1.11.2", - "reth-nippy-jar 1.11.2", - "reth-node-types 1.11.2", - "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 1.11.2", - "reth-trie 1.11.2", - "reth-trie-db 1.11.2", - "revm-database", - "revm-state", - "strum", - "tokio", - "tracing", -] - [[package]] name = "reth-provider" version = "1.11.3" @@ -8758,28 +8261,28 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state 1.11.3", - "reth-chainspec 1.11.3", - "reth-codecs 1.11.3", - "reth-db 1.11.3", - "reth-db-api 1.11.3", - "reth-errors 1.11.3", - "reth-ethereum-engine-primitives 1.11.3", - "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 1.11.3", - "reth-node-types 1.11.3", - "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 1.11.3", + "reth-chain-state", + "reth-chainspec", + "reth-codecs", + "reth-db", + "reth-db-api", + "reth-errors", + "reth-ethereum-engine-primitives", + "reth-ethereum-primitives", + "reth-execution-types", + "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-tasks", + "reth-trie", + "reth-trie-db", "revm-database", "revm-state", "strum", @@ -8789,8 +8292,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8799,16 +8302,16 @@ dependencies = [ "metrics", "rayon", "reth-config", - "reth-db-api 1.11.2", - "reth-errors 1.11.2", + "reth-db-api", + "reth-errors", "reth-exex-types", - "reth-metrics 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 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-metrics", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-api", "reth-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8816,22 +8319,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-prune-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-primitives", - "arbitrary", - "derive_more", - "modular-bitfield", - "reth-codecs 1.11.2", - "serde", - "strum", - "thiserror 2.0.18", - "tracing", -] - [[package]] name = "reth-prune-types" version = "1.11.3" @@ -8841,7 +8328,7 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs 1.11.3", + "reth-codecs", "serde", "strum", "thiserror 2.0.18", @@ -8850,21 +8337,21 @@ dependencies = [ [[package]] name = "reth-revm" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", - "reth-primitives-traits 1.11.2", - "reth-storage-api 1.11.2", - "reth-storage-errors 1.11.2", - "reth-trie 1.11.2", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", "revm", ] [[package]] name = "reth-rpc" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -8897,23 +8384,23 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "pin-project", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", "reth-consensus-common", - "reth-engine-primitives 1.11.2", - "reth-errors 1.11.2", - "reth-ethereum-engine-primitives 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-engine-primitives", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", - "reth-execution-types 1.11.2", - "reth-metrics 1.11.2", + "reth-execution-types", + "reth-metrics", "reth-network-api", - "reth-network-peers 1.11.2", + "reth-network-peers", "reth-network-types", "reth-node-api", - "reth-primitives-traits 1.11.2", + "reth-primitives-traits", "reth-revm", "reth-rpc-api", "reth-rpc-convert", @@ -8921,10 +8408,10 @@ dependencies = [ "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-storage-api", + "reth-tasks", "reth-transaction-pool", - "reth-trie-common 1.11.2", + "reth-trie-common", "revm", "revm-inspectors", "revm-primitives", @@ -8940,8 +8427,8 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eip7928", "alloy-eips", @@ -8960,18 +8447,18 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee", - "reth-chain-state 1.11.2", - "reth-engine-primitives 1.11.2", - "reth-network-peers 1.11.2", + "reth-chain-state", + "reth-engine-primitives", + "reth-network-peers", "reth-rpc-eth-api", - "reth-trie-common 1.11.2", + "reth-trie-common", "serde_json", ] [[package]] name = "reth-rpc-builder" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-network", "alloy-provider", @@ -8980,24 +8467,24 @@ dependencies = [ "jsonrpsee", "metrics", "pin-project", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", - "reth-consensus 1.11.2", - "reth-engine-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", + "reth-evm", "reth-ipc", - "reth-metrics 1.11.2", + "reth-metrics", "reth-network-api", "reth-node-core", - "reth-primitives-traits 1.11.2", + "reth-primitives-traits", "reth-rpc", "reth-rpc-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-storage-api", + "reth-tasks", "reth-tokio-util", "reth-transaction-pool", "serde", @@ -9011,8 +8498,8 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9024,16 +8511,16 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-ethereum-primitives", + "reth-evm", + "reth-primitives-traits", "thiserror 2.0.18", ] [[package]] name = "reth-rpc-engine-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9042,17 +8529,17 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec 1.11.2", - "reth-engine-primitives 1.11.2", - "reth-metrics 1.11.2", + "reth-chainspec", + "reth-engine-primitives", + "reth-metrics", "reth-network-api", "reth-payload-builder", - "reth-payload-builder-primitives 1.11.2", - "reth-payload-primitives 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "reth-rpc-api", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-storage-api", + "reth-tasks", "reth-transaction-pool", "serde", "thiserror 2.0.18", @@ -9062,8 +8549,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9083,21 +8570,21 @@ dependencies = [ "jsonrpsee", "jsonrpsee-types", "parking_lot", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", - "reth-errors 1.11.2", - "reth-evm 1.11.2", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", "reth-network-api", "reth-node-api", - "reth-primitives-traits 1.11.2", + "reth-primitives-traits", "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-storage-api", + "reth-tasks", "reth-transaction-pool", - "reth-trie-common 1.11.2", + "reth-trie-common", "revm", "revm-inspectors", "tokio", @@ -9106,8 +8593,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9126,21 +8613,21 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", - "reth-errors 1.11.2", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", - "reth-execution-types 1.11.2", - "reth-metrics 1.11.2", - "reth-primitives-traits 1.11.2", + "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 1.11.2", - "reth-tasks 1.11.2", + "reth-storage-api", + "reth-tasks", "reth-transaction-pool", - "reth-trie 1.11.2", + "reth-trie", "revm", "revm-inspectors", "schnellru", @@ -9154,8 +8641,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9168,15 +8655,15 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core", "jsonrpsee-types", - "reth-errors 1.11.2", + "reth-errors", "reth-network-api", "serde", "strum", @@ -9184,8 +8671,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9197,35 +8684,35 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec 1.11.2", - "reth-codecs 1.11.2", + "reth-chainspec", + "reth-codecs", "reth-config", - "reth-consensus 1.11.2", - "reth-db 1.11.2", - "reth-db-api 1.11.2", + "reth-consensus", + "reth-db", + "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives 1.11.2", + "reth-ethereum-primitives", "reth-etl", - "reth-evm 1.11.2", - "reth-execution-types 1.11.2", + "reth-evm", + "reth-execution-types", "reth-exex", - "reth-fs-util 1.11.2", + "reth-fs-util", "reth-network-p2p", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-primitives-traits", + "reth-provider", "reth-prune", - "reth-prune-types 1.11.2", + "reth-prune-types", "reth-revm", "reth-stages-api", - "reth-static-file-types 1.11.2", - "reth-storage-api 1.11.2", - "reth-storage-errors 1.11.2", - "reth-tasks 1.11.2", + "reth-static-file-types", + "reth-storage-api", + "reth-storage-errors", + "reth-tasks", "reth-testing-utils", - "reth-trie 1.11.2", - "reth-trie-db 1.11.2", + "reth-trie", + "reth-trie-db", "tempfile", "thiserror 2.0.18", "tokio", @@ -9234,8 +8721,8 @@ dependencies = [ [[package]] name = "reth-stages-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9243,36 +8730,22 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus 1.11.2", - "reth-errors 1.11.2", - "reth-metrics 1.11.2", + "reth-consensus", + "reth-errors", + "reth-metrics", "reth-network-p2p", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", + "reth-primitives-traits", + "reth-provider", "reth-prune", - "reth-stages-types 1.11.2", + "reth-stages-types", "reth-static-file", - "reth-static-file-types 1.11.2", + "reth-static-file-types", "reth-tokio-util", "thiserror 2.0.18", "tokio", "tracing", ] -[[package]] -name = "reth-stages-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-primitives", - "arbitrary", - "bytes", - "modular-bitfield", - "reth-codecs 1.11.2", - "reth-trie-common 1.11.2", - "serde", -] - [[package]] name = "reth-stages-types" version = "1.11.3" @@ -9282,84 +8755,46 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.11.3", - "reth-trie-common 1.11.3", + "reth-codecs", + "reth-trie-common", "serde", ] [[package]] name = "reth-static-file" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs 1.11.2", - "reth-db-api 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", - "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-codecs", + "reth-db-api", + "reth-primitives-traits", + "reth-provider", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-errors", "reth-tokio-util", "tracing", ] -[[package]] -name = "reth-static-file-types" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-primitives", - "clap", - "derive_more", - "fixed-map", - "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", + "clap", "derive_more", "fixed-map", - "reth-stages-types 1.11.3", + "reth-stages-types", "serde", "strum", "tracing", ] -[[package]] -name = "reth-storage-api" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "reth-chainspec 1.11.2", - "reth-db-api 1.11.2", - "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" @@ -9370,37 +8805,20 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec 1.11.3", - "reth-db-api 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", + "reth-chainspec", + "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", "serde_json", ] -[[package]] -name = "reth-storage-errors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "derive_more", - "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" @@ -9410,32 +8828,14 @@ dependencies = [ "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", + "reth-primitives-traits", + "reth-prune-types", + "reth-static-file-types", "revm-database-interface", "revm-state", "thiserror 2.0.18", ] -[[package]] -name = "reth-tasks" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "auto_impl", - "dyn-clone", - "futures-util", - "metrics", - "pin-project", - "rayon", - "reth-metrics 1.11.2", - "thiserror 2.0.18", - "tokio", - "tracing", - "tracing-futures", -] - [[package]] name = "reth-tasks" version = "1.11.3" @@ -9447,7 +8847,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics 1.11.3", + "reth-metrics", "thiserror 2.0.18", "tokio", "tracing", @@ -9456,8 +8856,8 @@ dependencies = [ [[package]] name = "reth-testing-utils" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9465,38 +8865,21 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives 1.11.2", - "reth-primitives-traits 1.11.2", + "reth-ethereum-primitives", + "reth-primitives-traits", "secp256k1 0.30.0", ] [[package]] name = "reth-tokio-util" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-tracing" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "clap", - "eyre", - "reth-tracing-otlp", - "rolling-file", - "tracing", - "tracing-appender", - "tracing-journald", - "tracing-logfmt", - "tracing-samply", - "tracing-subscriber 0.3.23", -] - [[package]] name = "reth-tracing" version = "1.11.3" @@ -9504,6 +8887,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6 dependencies = [ "clap", "eyre", + "reth-tracing-otlp", "rolling-file", "tracing", "tracing-appender", @@ -9514,25 +8898,9 @@ dependencies = [ ] [[package]] -name = "reth-tracing" +name = "reth-tracing-otlp" version = "1.11.3" source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" -dependencies = [ - "clap", - "eyre", - "rolling-file", - "tracing", - "tracing-appender", - "tracing-journald", - "tracing-logfmt", - "tracing-samply", - "tracing-subscriber 0.3.22", -] - -[[package]] -name = "reth-tracing-otlp" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" dependencies = [ "clap", "eyre", @@ -9548,8 +8916,8 @@ dependencies = [ [[package]] name = "reth-transaction-pool" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9566,18 +8934,18 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rand 0.9.2", - "reth-chain-state 1.11.2", - "reth-chainspec 1.11.2", + "reth-chain-state", + "reth-chainspec", "reth-eth-wire-types", - "reth-ethereum-primitives 1.11.2", - "reth-evm 1.11.2", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", - "reth-execution-types 1.11.2", - "reth-fs-util 1.11.2", - "reth-metrics 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-storage-api 1.11.2", - "reth-tasks 1.11.2", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", "revm", "revm-interpreter", "revm-primitives", @@ -9592,32 +8960,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-trie" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "itertools 0.14.0", - "metrics", - "parking_lot", - "reth-execution-errors 1.11.2", - "reth-metrics 1.11.2", - "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 1.11.2", - "revm-database", - "tracing", - "triehash", -] - [[package]] name = "reth-trie" version = "1.11.3" @@ -9632,45 +8974,18 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "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", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", + "reth-trie-sparse", "revm-database", "tracing", "triehash", ] -[[package]] -name = "reth-trie-common" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-serde", - "alloy-trie", - "arbitrary", - "arrayvec", - "bytes", - "derive_more", - "hash-db", - "itertools 0.14.0", - "nybbles", - "plain_hasher", - "rayon", - "reth-codecs 1.11.2", - "reth-primitives-traits 1.11.2", - "revm-database", - "serde", - "serde_with", -] - [[package]] name = "reth-trie-common" version = "1.11.3" @@ -9691,33 +9006,13 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs 1.11.3", - "reth-primitives-traits 1.11.3", + "reth-codecs", + "reth-primitives-traits", "revm-database", "serde", "serde_with", ] -[[package]] -name = "reth-trie-db" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-primitives", - "metrics", - "parking_lot", - "reth-db-api 1.11.2", - "reth-execution-errors 1.11.2", - "reth-metrics 1.11.2", - "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 1.11.2", - "reth-trie-common 1.11.2", - "tracing", -] - [[package]] name = "reth-trie-db" version = "1.11.3" @@ -9726,22 +9021,22 @@ dependencies = [ "alloy-primitives", "metrics", "parking_lot", - "reth-db-api 1.11.3", - "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", + "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", "tracing", ] [[package]] name = "reth-trie-parallel" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" +version = "1.11.3" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.3#d6324d63e27ef6b7c49cdc9b1977c1b808234c7b" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9750,38 +9045,19 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors 1.11.2", - "reth-metrics 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-provider 1.11.2", - "reth-storage-errors 1.11.2", - "reth-tasks 1.11.2", - "reth-trie 1.11.2", - "reth-trie-common 1.11.2", - "reth-trie-sparse 1.11.2", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-provider", + "reth-storage-errors", + "reth-tasks", + "reth-trie", + "reth-trie-common", + "reth-trie-sparse", "thiserror 2.0.18", "tracing", ] -[[package]] -name = "reth-trie-sparse" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "metrics", - "rayon", - "reth-execution-errors 1.11.2", - "reth-metrics 1.11.2", - "reth-primitives-traits 1.11.2", - "reth-trie-common 1.11.2", - "smallvec", - "tracing", -] - [[package]] name = "reth-trie-sparse" version = "1.11.3" @@ -9791,22 +9067,16 @@ dependencies = [ "alloy-rlp", "alloy-trie", "auto_impl", + "metrics", "rayon", - "reth-execution-errors 1.11.3", - "reth-primitives-traits 1.11.3", - "reth-trie-common 1.11.3", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-trie-common", "smallvec", "tracing", ] -[[package]] -name = "reth-zstd-compressors" -version = "1.11.2" -source = "git+https://github.com/paradigmxyz/reth.git?tag=v1.11.2#793a3d5fb3e3413e9ecc9b024a5e26672e61e7c3" -dependencies = [ - "zstd", -] - [[package]] name = "reth-zstd-compressors" version = "1.11.3" @@ -9977,9 +9247,9 @@ dependencies = [ [[package]] name = "revm-precompile" -version = "32.0.0" +version = "32.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c1285c848d240678bf69cb0f6179ff5a4aee6fc8e921d89708087197a0aff3" +checksum = "e2ec11f45deec71e4945e1809736bb20d454285f9167ab53c5159dae1deb603f" dependencies = [ "ark-bls12-381", "ark-bn254", @@ -10001,9 +9271,9 @@ dependencies = [ [[package]] name = "revm-primitives" -version = "22.0.0" +version = "22.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba580c56a8ec824a64f8a1683577876c2e1dbe5247044199e9b881421ad5dcf9" +checksum = "4bcfb5ce6cf18b118932bcdb7da05cd9c250f2cb9f64131396b55f3fe3537c35" dependencies = [ "alloy-primitives", "num_enum", @@ -10317,9 +9587,9 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" +checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" dependencies = [ "windows-sys 0.61.2", ] @@ -10557,9 +9827,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.17.0" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "381b283ce7bc6b476d903296fb59d0d36633652b633b27f64db4fb46dcbfc3b9" +checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" dependencies = [ "base64 0.22.1", "chrono", @@ -10576,11 +9846,11 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.17.0" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6d4e30573c8cb306ed6ab1dca8423eec9a463ea0e155f45399455e0368b27e0" +checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65" dependencies = [ - "darling 0.21.3", + "darling 0.23.0", "proc-macro2", "quote", "syn 2.0.117", @@ -10729,9 +9999,9 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "sketches-ddsketch" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" +checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b" [[package]] name = "slab" @@ -10767,12 +10037,12 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" +checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -10902,9 +10172,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.2" +version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8" +checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" dependencies = [ "libc", "memchr", @@ -10939,12 +10209,12 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.1", + "getrandom 0.4.2", "once_cell", "rustix", "windows-sys 0.61.2", @@ -11084,9 +10354,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" +checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" dependencies = [ "tinyvec_macros", ] @@ -11109,16 +10379,16 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.2", + "socket2 0.6.3", "tokio-macros", "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" dependencies = [ "proc-macro2", "quote", @@ -11199,10 +10469,10 @@ dependencies = [ "indexmap 2.13.0", "serde_core", "serde_spanned", - "toml_datetime", + "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "toml_writer", - "winnow", + "winnow 0.7.15", ] [[package]] @@ -11214,32 +10484,41 @@ dependencies = [ "serde_core", ] +[[package]] +name = "toml_datetime" +version = "1.0.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b320e741db58cac564e26c607d3cc1fdc4a88fd36c879568c07856ed83ff3e9" +dependencies = [ + "serde_core", +] + [[package]] name = "toml_edit" -version = "0.23.10+spec-1.0.0" +version = "0.25.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" +checksum = "8ca1a40644a28bce036923f6a431df0b34236949d111cc07cb6dca830c9ef2e1" dependencies = [ "indexmap 2.13.0", - "toml_datetime", + "toml_datetime 1.0.1+spec-1.1.0", "toml_parser", - "winnow", + "winnow 1.0.0", ] [[package]] name = "toml_parser" -version = "1.0.9+spec-1.1.0" +version = "1.0.10+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" +checksum = "7df25b4befd31c4816df190124375d5a20c6b6921e2cad937316de3fccd63420" dependencies = [ - "winnow", + "winnow 1.0.0", ] [[package]] name = "toml_writer" -version = "1.0.6+spec-1.1.0" +version = "1.0.7+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" +checksum = "f17aaa1c6e3dc22b1da4b6bba97d066e354c7945cac2f7852d4e4e7ca7a6b56d" [[package]] name = "tonic" @@ -11744,11 +11023,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.21.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ - "getrandom 0.4.1", + "getrandom 0.4.2", "js-sys", "wasm-bindgen", ] @@ -12497,9 +11776,18 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.14" +version = "0.7.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" +checksum = "a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8" dependencies = [ "memchr", ] @@ -12677,18 +11965,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.40" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5" +checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.40" +version = "0.8.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953" +checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 973d125..3a3d824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,71 +22,71 @@ repository = "https://github.com/evstack/ev-reth" authors = ["Evolve Stack Contributors"] [workspace.dependencies] -# Reth dependencies - Using v1.11.2 stable -reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-tracing-otlp = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-errors = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-trie-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } +# Reth dependencies - Using v1.11.3 stable +reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-tracing-otlp = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-errors = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-trie-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } reth-provider = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-network = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-db-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-engine-local = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-engine-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", features = ["serde", "serde-bincode-compat", "reth-codec"] } -reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-evm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-execution-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-node-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-ethereum-forks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-revm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.2" } -reth-rpc-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } -reth-codecs = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-network = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-db-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-engine-local = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-engine-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", features = ["serde", "serde-bincode-compat", "reth-codec"] } +reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-evm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-node-types = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-ethereum-forks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-revm = { git = "https://github.com/paradigmxyz/reth.git", default-features = false, tag = "v1.11.3" } +reth-rpc-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } +reth-codecs = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3" } ev-revm = { path = "crates/ev-revm" } ev-primitives = { path = "crates/ev-primitives" } # Consensus dependencies -reth-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-consensus-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } +reth-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-consensus-common = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } # Test dependencies -reth-testing-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } -reth-tasks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.2", default-features = false } +reth-testing-utils = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-db = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } +reth-tasks = { git = "https://github.com/paradigmxyz/reth.git", tag = "v1.11.3", default-features = false } revm = { version = "34.0.0", default-features = false } revm-context-interface = { version = "14.0.0", default-features = false } -# Alloy dependencies (aligned to reth v1.11.2) +# Alloy dependencies (aligned to reth v1.11.3) alloy = { version = "1.6.3", features = [ "contract", "providers",