From efdd2cbe90367620dac21f5b4d68ca4e68daaca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:35:51 +0000 Subject: [PATCH] chore(deps): bump reth-rpc-convert from v2.4.0 to v2.4.1 Bumps [reth-rpc-convert](https://github.com/paradigmxyz/reth) from v2.4.0 to v2.4.1. - [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/943af245c4d69c6c1df241df016c278ffb5d15df...8eb210175687c9f0c889a3b6795c16781d830e3a) --- updated-dependencies: - dependency-name: reth-rpc-convert dependency-version: 8eb210175687c9f0c889a3b6795c16781d830e3a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 717 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 472 insertions(+), 245 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e74e49..9684dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,9 +434,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4885c1409b6936c4898e646ef58baf6ec54edaf6d8179f79df805a7b85b7cf3e" +checksum = "f007e257069855bdf21d27762fd3f3705a613f805c9a08309bf353503f081d71" dependencies = [ "alloy-rlp", "arbitrary", @@ -444,6 +444,7 @@ dependencies = [ "cfg-if", "const-hex", "derive_more", + "fixed-cache", "foldhash 0.2.0", "getrandom 0.4.2", "hashbrown 0.17.1", @@ -3062,7 +3063,7 @@ dependencies = [ "futures", "hex", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-cli", "reth-codecs", "reth-consensus", @@ -3071,12 +3072,12 @@ dependencies = [ "reth-engine-primitives", "reth-errors", "reth-ethereum", - "reth-ethereum-forks", + "reth-ethereum-forks 2.4.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -3090,11 +3091,11 @@ dependencies = [ "reth-rpc", "reth-rpc-api", "reth-rpc-builder", - "reth-rpc-convert", + "reth-rpc-convert 2.4.1", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-testing-utils", "reth-tracing", @@ -3136,7 +3137,7 @@ dependencies = [ "bytes", "reth-codecs", "reth-db-api", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-primitives-traits", "serde", ] @@ -3158,15 +3159,15 @@ dependencies = [ "evolve-ev-reth", "eyre", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-cli-util", "reth-consensus", "reth-engine-local", "reth-ethereum", "reth-ethereum-cli", - "reth-ethereum-forks", + "reth-ethereum-forks 2.4.0", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-node-api", "reth-node-builder", "reth-payload-builder", @@ -3193,7 +3194,7 @@ dependencies = [ "alloy-sol-types", "ev-precompiles", "ev-primitives", - "reth-evm", + "reth-evm 2.4.0", "reth-evm-ethereum", "reth-revm", "revm-inspectors", @@ -3228,17 +3229,17 @@ dependencies = [ "rand 0.10.1", "reqwest 0.12.28", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-db", "reth-e2e-test-utils", "reth-engine-local", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-node-api", "reth-node-types", "reth-payload-builder", @@ -3285,14 +3286,14 @@ dependencies = [ "jsonrpsee", "jsonrpsee-core", "jsonrpsee-proc-macros", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-ethereum", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.4.0", + "reth-execution-types 2.4.0", "reth-node-api", "reth-payload-primitives", "reth-primitives-traits", @@ -7035,7 +7036,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-trie-parallel", "serde", @@ -7059,13 +7060,13 @@ dependencies = [ "pin-project", "rand 0.9.4", "rayon", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.4.0", + "reth-execution-types 2.4.0", "reth-metrics", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-trie", "reth-trie-sparse", @@ -7090,8 +7091,28 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.4.0", + "reth-network-peers 2.4.0", + "reth-primitives-traits", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 2.4.1", + "reth-network-peers 2.4.1", "reth-primitives-traits", "serde_json", ] @@ -7139,7 +7160,7 @@ dependencies = [ "ratatui", "rayon", "reqwest 0.13.4", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-cli", "reth-cli-runner", "reth-cli-util", @@ -7157,15 +7178,15 @@ dependencies = [ "reth-era-downloader", "reth-era-utils", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-etl", - "reth-evm", + "reth-evm 2.4.0", "reth-exex", "reth-fs-util", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7174,16 +7195,16 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.4.0", "reth-revm", "reth-stages", - "reth-stages-types", + "reth-stages-types 2.4.0", "reth-static-file", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.4.0", + "reth-storage-api 2.4.0", "reth-tasks", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.4.0", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -7269,9 +7290,9 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", + "reth-prune-types 2.4.0", + "reth-stages-types 2.4.0", + "reth-static-file-types 2.4.0", "serde", "toml 0.9.12+spec-1.1.0", "url", @@ -7286,7 +7307,7 @@ dependencies = [ "alloy-eip7928", "alloy-primitives", "auto_impl", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-primitives-traits", "thiserror 2.0.18", ] @@ -7299,7 +7320,7 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-primitives-traits", ] @@ -7347,8 +7368,8 @@ dependencies = [ "reth-libmdbx", "reth-metrics", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 2.4.0", + "reth-storage-errors 2.4.0", "reth-tracing", "rustc-hash", "strum 0.27.2", @@ -7373,13 +7394,13 @@ dependencies = [ "modular-bitfield", "proptest", "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", + "reth-db-models 2.4.0", + "reth-ethereum-primitives 2.4.0", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-prune-types 2.4.0", + "reth-stages-types 2.4.0", + "reth-storage-errors 2.4.0", + "reth-trie-common 2.4.0", "roaring", "serde", ] @@ -7394,18 +7415,18 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-codecs", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors", + "reth-execution-errors 2.4.0", "reth-fs-util", "reth-node-types", "reth-primitives-traits", "reth-provider", - "reth-stages-types", - "reth-static-file-types", + "reth-stages-types 2.4.0", + "reth-static-file-types 2.4.0", "reth-trie", "reth-trie-db", "serde", @@ -7429,6 +7450,16 @@ dependencies = [ "serde", ] +[[package]] +name = "reth-db-models" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits", +] + [[package]] name = "reth-discv4" version = "2.4.0" @@ -7441,10 +7472,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.6", - "reth-ethereum-forks", + "reth-ethereum-forks 2.4.0", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 2.4.0", "schnellru", "secp256k1 0.30.0", "serde", @@ -7468,10 +7499,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.4", - "reth-chainspec", - "reth-ethereum-forks", + "reth-chainspec 2.4.0", + "reth-ethereum-forks 2.4.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.4.0", "secp256k1 0.30.0", "thiserror 2.0.18", "tokio", @@ -7489,8 +7520,8 @@ dependencies = [ "enr", "hickory-resolver", "linked_hash_set", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 2.4.0", + "reth-network-peers 2.4.0", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7520,13 +7551,13 @@ dependencies = [ "rayon", "reth-config", "reth-consensus", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-metrics", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-primitives-traits", "reth-provider", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-testing-utils", "tempfile", @@ -7556,7 +7587,7 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-cli-commands", "reth-config", "reth-consensus", @@ -7564,10 +7595,10 @@ dependencies = [ "reth-db-common", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-node-api", "reth-node-builder", "reth-node-core", @@ -7581,7 +7612,7 @@ dependencies = [ "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", + "reth-stages-types 2.4.0", "reth-tasks", "reth-tokio-util", "reth-tracing", @@ -7611,7 +7642,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.6", - "reth-network-peers", + "reth-network-peers 2.4.0", "secp256k1 0.30.0", "sha2", "thiserror 2.0.18", @@ -7631,13 +7662,13 @@ dependencies = [ "alloy-rpc-types-engine", "eyre", "futures-util", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-engine-primitives", "reth-ethereum-engine-primitives", "reth-payload-builder", "reth-payload-primitives", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-transaction-pool", "tokio", "tokio-stream", @@ -7657,15 +7688,15 @@ dependencies = [ "futures", "reth-chain-state", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", + "reth-execution-errors 2.4.0", + "reth-execution-types 2.4.0", "reth-payload-builder-primitives", "reth-payload-primitives", "reth-primitives-traits", - "reth-storage-api", - "reth-trie-common", + "reth-storage-api 2.4.0", + "reth-trie-common 2.4.0", "serde", "thiserror 2.0.18", "tokio", @@ -7691,15 +7722,15 @@ dependencies = [ "moka", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-db", "reth-engine-primitives", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-execution-cache", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-metrics", "reth-network-p2p", "reth-payload-builder", @@ -7707,7 +7738,7 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.4.0", "reth-revm", "reth-stages", "reth-stages-api", @@ -7715,7 +7746,7 @@ dependencies = [ "reth-tasks", "reth-tracing", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.4.0", "reth-trie-db", "reth-trie-parallel", "reth-trie-sparse", @@ -7739,16 +7770,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-engine-primitives", "reth-engine-tree", "reth-errors", - "reth-evm", + "reth-evm 2.4.0", "reth-fs-util", "reth-payload-primitives", "reth-primitives-traits", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.4.0", "serde", "serde_json", "tokio", @@ -7807,8 +7838,8 @@ dependencies = [ "reth-fs-util", "reth-primitives-traits", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 2.4.0", + "reth-storage-api 2.4.0", "tokio", "tracing", ] @@ -7819,8 +7850,8 @@ version = "2.4.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" dependencies = [ "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-execution-errors 2.4.0", + "reth-storage-errors 2.4.0", "thiserror 2.0.18", ] @@ -7840,9 +7871,9 @@ dependencies = [ "reth-codecs", "reth-ecies", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.4.0", "reth-metrics", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-primitives-traits", "serde", "snap", @@ -7870,9 +7901,9 @@ dependencies = [ "derive_more", "proptest", "proptest-arbitrary-interop", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-codecs-derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-primitives-traits", "serde", "thiserror 2.0.18", @@ -7885,7 +7916,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6 dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-cli-util", "reth-codecs", "reth-consensus", @@ -7895,8 +7926,8 @@ dependencies = [ "reth-eth-wire", "reth-ethereum-cli", "reth-ethereum-consensus", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-evm-ethereum", "reth-network", "reth-network-api", @@ -7911,7 +7942,7 @@ dependencies = [ "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-types", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -7925,7 +7956,7 @@ source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6 dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7949,10 +7980,10 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-consensus-common", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-primitives-traits", "tracing", ] @@ -7966,7 +7997,7 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-payload-primitives", "reth-primitives-traits", "serde", @@ -7987,6 +8018,18 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "reth-ethereum-forks" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", +] + [[package]] name = "reth-ethereum-payload-builder" version = "2.4.0" @@ -7998,11 +8041,11 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-engine", "reth-basic-payload-builder", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus-common", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-evm-ethereum", "reth-execution-cache", "reth-payload-builder", @@ -8011,7 +8054,7 @@ dependencies = [ "reth-payload-validator", "reth-primitives-traits", "reth-revm", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-transaction-pool", "revm", "tracing", @@ -8031,6 +8074,17 @@ dependencies = [ "serde", ] +[[package]] +name = "reth-ethereum-primitives" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits", +] + [[package]] name = "reth-etl" version = "2.4.0" @@ -8056,13 +8110,35 @@ dependencies = [ "futures-util", "metrics", "rayon", - "reth-execution-errors", - "reth-execution-types", + "reth-execution-errors 2.4.0", + "reth-execution-types 2.4.0", "reth-metrics", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-storage-api 2.4.0", + "reth-storage-errors 2.4.0", + "reth-trie-common 2.4.0", + "revm", +] + +[[package]] +name = "reth-evm" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eip7928", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "reth-execution-errors 2.4.1", + "reth-execution-types 2.4.1", + "reth-primitives-traits", + "reth-storage-api 2.4.1", + "reth-storage-errors 2.4.1", + "reth-trie-common 2.4.1", "revm", ] @@ -8076,13 +8152,13 @@ dependencies = [ "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-chainspec 2.4.0", + "reth-ethereum-forks 2.4.0", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", + "reth-execution-types 2.4.0", "reth-primitives-traits", - "reth-storage-errors", + "reth-storage-errors 2.4.0", "revm", ] @@ -8113,7 +8189,20 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 2.4.0", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-execution-errors" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 2.4.1", "thiserror 2.0.18", ] @@ -8128,14 +8217,30 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.4.0", "revm", "serde", "serde_with", ] +[[package]] +name = "reth-execution-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 2.4.1", + "reth-primitives-traits", + "reth-trie-common 2.4.1", + "revm", +] + [[package]] name = "reth-exex" version = "2.4.0" @@ -8150,10 +8255,10 @@ dependencies = [ "metrics", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-exex-types", "reth-fs-util", "reth-metrics", @@ -8162,7 +8267,7 @@ dependencies = [ "reth-payload-builder", "reth-primitives-traits", "reth-provider", - "reth-prune-types", + "reth-prune-types 2.4.0", "reth-revm", "reth-stages-api", "reth-tasks", @@ -8182,7 +8287,7 @@ dependencies = [ "alloy-eips", "alloy-primitives", "reth-chain-state", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-primitives-traits", "serde", "serde_with", @@ -8212,7 +8317,7 @@ dependencies = [ "jsonrpsee", "pretty_assertions", "reth-engine-primitives", - "reth-evm", + "reth-evm 2.4.0", "reth-primitives-traits", "reth-provider", "reth-revm", @@ -8328,7 +8433,7 @@ dependencies = [ "rand 0.8.6", "rand 0.9.4", "rayon", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-discv4", "reth-discv5", @@ -8336,18 +8441,18 @@ dependencies = [ "reth-ecies", "reth-eth-wire", "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", + "reth-ethereum-forks 2.4.0", + "reth-ethereum-primitives 2.4.0", "reth-evm-ethereum", "reth-fs-util", "reth-metrics", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-network-types", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -8378,9 +8483,9 @@ dependencies = [ "enr", "futures", "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-ethereum-forks 2.4.0", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-network-types", "reth-tokio-util", "serde", @@ -8404,11 +8509,11 @@ dependencies = [ "parking_lot", "reth-consensus", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-ethereum-primitives 2.4.0", + "reth-network-peers 2.4.0", "reth-network-types", "reth-primitives-traits", - "reth-storage-errors", + "reth-storage-errors 2.4.0", "tokio", "tracing", ] @@ -8428,6 +8533,18 @@ dependencies = [ "url", ] +[[package]] +name = "reth-network-peers" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "serde_with", + "thiserror 2.0.18", + "url", +] + [[package]] name = "reth-network-types" version = "2.4.0" @@ -8436,7 +8553,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 2.4.0", "serde", "serde_json", "tracing", @@ -8470,7 +8587,7 @@ dependencies = [ "reth-consensus", "reth-db-api", "reth-engine-primitives", - "reth-evm", + "reth-evm 2.4.0", "reth-network-api", "reth-node-core", "reth-node-types", @@ -8503,7 +8620,7 @@ dependencies = [ "rayon", "reth-basic-payload-builder", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-config", "reth-consensus", "reth-consensus-debug-client", @@ -8515,7 +8632,7 @@ dependencies = [ "reth-engine-primitives", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 2.4.0", "reth-exex", "reth-fs-util", "reth-invalid-block-hooks", @@ -8568,7 +8685,7 @@ dependencies = [ "humantime", "ipnet", "rand 0.9.4", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-cli-util", "reth-config", "reth-consensus", @@ -8577,20 +8694,20 @@ dependencies = [ "reth-discv5", "reth-engine-local", "reth-engine-primitives", - "reth-ethereum-forks", + "reth-ethereum-forks 2.4.0", "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-primitives-traits", - "reth-prune-types", - "reth-rpc-convert", + "reth-prune-types 2.4.0", + "reth-rpc-convert 2.4.0", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 2.4.0", + "reth-storage-api 2.4.0", + "reth-storage-errors 2.4.0", "reth-tasks", "reth-tracing", "reth-tracing-otlp", @@ -8622,14 +8739,14 @@ dependencies = [ "eyre", "http-body-util", "jsonrpsee", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-engine-local", "reth-engine-primitives", "reth-ethereum-consensus", "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-evm-ethereum", "reth-network", "reth-node-api", @@ -8666,7 +8783,7 @@ dependencies = [ "reth-chain-state", "reth-network-api", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-transaction-pool", "serde", "serde_json", @@ -8694,10 +8811,10 @@ dependencies = [ "reth-engine-primitives", "reth-network-api", "reth-primitives-traits", - "reth-prune-types", + "reth-prune-types 2.4.0", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 2.4.0", + "reth-storage-api 2.4.0", "tokio", "tracing", ] @@ -8731,7 +8848,7 @@ name = "reth-node-types" version = "2.4.0" source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.0#943af245c4d69c6c1df241df016c278ffb5d15df" dependencies = [ - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-db-api", "reth-engine-primitives", "reth-payload-primitives", @@ -8786,11 +8903,11 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "either", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-errors", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.4.0", "serde", "sha2", "thiserror 2.0.18", @@ -8858,24 +8975,24 @@ dependencies = [ "parking_lot", "rayon", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-codecs", "reth-db", "reth-db-api", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-ethereum-primitives 2.4.0", + "reth-execution-types 2.4.0", "reth-fs-util", "reth-metrics", "reth-nippy-jar", "reth-node-types", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-prune-types 2.4.0", + "reth-stages-types 2.4.0", + "reth-static-file-types 2.4.0", + "reth-storage-api 2.4.0", + "reth-storage-errors 2.4.0", "reth-tasks", "reth-tokio-util", "reth-trie", @@ -8904,10 +9021,10 @@ dependencies = [ "reth-metrics", "reth-primitives-traits", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", + "reth-prune-types 2.4.0", + "reth-stages-types 2.4.0", + "reth-static-file-types 2.4.0", + "reth-storage-api 2.4.0", "reth-tokio-util", "rustc-hash", "thiserror 2.0.18", @@ -8931,6 +9048,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "reth-prune-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "derive_more", + "strum 0.27.2", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "reth-revm" version = "2.4.0" @@ -8940,8 +9069,8 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-debug", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", + "reth-storage-api 2.4.0", + "reth-storage-errors 2.4.0", "reth-trie", "revm", ] @@ -8983,34 +9112,34 @@ dependencies = [ "parking_lot", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-consensus-common", "reth-engine-primitives", "reth-errors", "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-metrics", "reth-network-api", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-network-types", "reth-node-api", "reth-payload-primitives", "reth-primitives-traits", "reth-revm", "reth-rpc-api", - "reth-rpc-convert", + "reth-rpc-convert 2.4.0", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.4.0", "revm", "revm-inspectors", "serde", @@ -9046,9 +9175,9 @@ dependencies = [ "jsonrpsee", "reth-chain-state", "reth-engine-primitives", - "reth-network-peers", + "reth-network-peers 2.4.0", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 2.4.0", "serde", "serde_json", ] @@ -9066,10 +9195,10 @@ dependencies = [ "metrics", "pin-project", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-consensus", "reth-engine-primitives", - "reth-evm", + "reth-evm 2.4.0", "reth-ipc", "reth-metrics", "reth-network-api", @@ -9083,7 +9212,7 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-layer", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-tokio-util", "reth-transaction-pool", @@ -9110,7 +9239,27 @@ dependencies = [ "auto_impl", "dyn-clone", "jsonrpsee-types", - "reth-evm", + "reth-evm 2.4.0", + "reth-primitives-traits", + "reth-rpc-traits", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-rpc-convert" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-evm", + "alloy-json-rpc", + "alloy-network", + "alloy-primitives", + "alloy-rpc-types-eth", + "auto_impl", + "dyn-clone", + "jsonrpsee-types", + "reth-evm 2.4.1", "reth-primitives-traits", "reth-rpc-traits", "thiserror 2.0.18", @@ -9129,7 +9278,7 @@ dependencies = [ "jsonrpsee-core", "jsonrpsee-types", "metrics", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-engine-primitives", "reth-metrics", "reth-network-api", @@ -9138,7 +9287,7 @@ dependencies = [ "reth-payload-primitives", "reth-primitives-traits", "reth-rpc-api", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-transaction-pool", "serde", @@ -9172,21 +9321,21 @@ dependencies = [ "jsonrpsee-types", "parking_lot", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-errors", - "reth-evm", + "reth-evm 2.4.0", "reth-network-api", "reth-node-api", "reth-primitives-traits", - "reth-prune-types", + "reth-prune-types 2.4.0", "reth-revm", - "reth-rpc-convert", + "reth-rpc-convert 2.4.0", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-transaction-pool", - "reth-trie-common", + "reth-trie-common 2.4.0", "revm", "revm-inspectors", "serde_json", @@ -9220,17 +9369,17 @@ dependencies = [ "rand 0.9.4", "reqwest 0.13.4", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", + "reth-execution-types 2.4.0", "reth-metrics", "reth-primitives-traits", "reth-revm", - "reth-rpc-convert", + "reth-rpc-convert 2.4.0", "reth-rpc-server-types", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "reth-transaction-pool", "reth-trie", @@ -9305,7 +9454,7 @@ dependencies = [ "page_size", "rayon", "reqwest 0.13.4", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-codecs", "reth-config", "reth-consensus", @@ -9314,10 +9463,10 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-etl", - "reth-evm", - "reth-execution-types", + "reth-evm 2.4.0", + "reth-execution-types 2.4.0", "reth-exex", "reth-fs-util", "reth-libmdbx", @@ -9325,12 +9474,12 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types", + "reth-prune-types 2.4.0", "reth-revm", "reth-stages-api", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", + "reth-static-file-types 2.4.0", + "reth-storage-api 2.4.0", + "reth-storage-errors 2.4.0", "reth-tasks", "reth-testing-utils", "reth-trie", @@ -9360,9 +9509,9 @@ dependencies = [ "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 2.4.0", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 2.4.0", "reth-tokio-util", "thiserror 2.0.18", "tokio", @@ -9379,10 +9528,19 @@ dependencies = [ "bytes", "modular-bitfield", "reth-codecs", - "reth-trie-common", + "reth-trie-common 2.4.0", "serde", ] +[[package]] +name = "reth-stages-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "reth-trie-common 2.4.1", +] + [[package]] name = "reth-static-file" version = "2.4.0" @@ -9395,10 +9553,10 @@ dependencies = [ "reth-db-api", "reth-primitives-traits", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-prune-types 2.4.0", + "reth-stages-types 2.4.0", + "reth-static-file-types 2.4.0", + "reth-storage-errors 2.4.0", "reth-tokio-util", "tracing", ] @@ -9412,12 +9570,25 @@ dependencies = [ "clap", "derive_more", "fixed-map", - "reth-stages-types", + "reth-stages-types 2.4.0", "serde", "strum 0.27.2", "tracing", ] +[[package]] +name = "reth-static-file-types" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-primitives", + "derive_more", + "fixed-map", + "reth-stages-types 2.4.1", + "serde", + "strum 0.27.2", +] + [[package]] name = "reth-storage-api" version = "2.4.0" @@ -9429,21 +9600,44 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", + "reth-db-models 2.4.0", + "reth-ethereum-primitives 2.4.0", + "reth-execution-types 2.4.0", "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", + "reth-prune-types 2.4.0", + "reth-stages-types 2.4.0", + "reth-storage-errors 2.4.0", "reth-tokio-util", - "reth-trie-common", + "reth-trie-common 2.4.0", "revm", "serde_json", ] +[[package]] +name = "reth-storage-api" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-eip7928", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 2.4.1", + "reth-db-models 2.4.1", + "reth-ethereum-primitives 2.4.1", + "reth-execution-types 2.4.1", + "reth-primitives-traits", + "reth-prune-types 2.4.1", + "reth-stages-types 2.4.1", + "reth-storage-errors 2.4.1", + "reth-trie-common 2.4.1", + "revm", +] + [[package]] name = "reth-storage-errors" version = "2.4.0" @@ -9455,8 +9649,25 @@ dependencies = [ "derive_more", "reth-codecs", "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-prune-types 2.4.0", + "reth-static-file-types 2.4.0", + "revm", + "thiserror 2.0.18", +] + +[[package]] +name = "reth-storage-errors" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-codecs", + "reth-primitives-traits", + "reth-prune-types 2.4.1", + "reth-static-file-types 2.4.1", "revm", "thiserror 2.0.18", ] @@ -9493,7 +9704,7 @@ dependencies = [ "alloy-primitives", "rand 0.8.6", "rand 0.9.4", - "reth-ethereum-primitives", + "reth-ethereum-primitives 2.4.0", "reth-primitives-traits", "secp256k1 0.30.0", ] @@ -9566,16 +9777,16 @@ dependencies = [ "proptest-arbitrary-interop", "rand 0.9.4", "reth-chain-state", - "reth-chainspec", + "reth-chainspec 2.4.0", "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 2.4.0", + "reth-evm 2.4.0", "reth-evm-ethereum", - "reth-execution-types", + "reth-execution-types 2.4.0", "reth-fs-util", "reth-metrics", "reth-primitives-traits", - "reth-storage-api", + "reth-storage-api 2.4.0", "reth-tasks", "revm", "rustc-hash", @@ -9603,12 +9814,12 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-execution-errors", + "reth-execution-errors 2.4.0", "reth-metrics", "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-stages-types 2.4.0", + "reth-storage-errors 2.4.0", + "reth-trie-common 2.4.0", "reth-trie-sparse", "tracing", "triehash", @@ -9641,6 +9852,22 @@ dependencies = [ "serde_with", ] +[[package]] +name = "reth-trie-common" +version = "2.4.1" +source = "git+https://github.com/paradigmxyz/reth.git?tag=v2.4.1#8eb210175687c9f0c889a3b6795c16781d830e3a" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "reth-primitives-traits", + "revm", +] + [[package]] name = "reth-trie-db" version = "2.4.0" @@ -9650,13 +9877,13 @@ dependencies = [ "metrics", "parking_lot", "reth-db-api", - "reth-execution-errors", + "reth-execution-errors 2.4.0", "reth-metrics", "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", + "reth-storage-api 2.4.0", + "reth-storage-errors 2.4.0", "reth-trie", - "reth-trie-common", + "reth-trie-common 2.4.0", "tracing", ] @@ -9671,11 +9898,11 @@ dependencies = [ "crossbeam-channel", "crossbeam-utils", "metrics", - "reth-execution-errors", + "reth-execution-errors 2.4.0", "reth-metrics", "reth-primitives-traits", "reth-provider", - "reth-storage-errors", + "reth-storage-errors 2.4.0", "reth-tasks", "reth-trie", "reth-trie-sparse", @@ -9694,10 +9921,10 @@ dependencies = [ "either", "metrics", "rayon", - "reth-execution-errors", + "reth-execution-errors 2.4.0", "reth-metrics", "reth-primitives-traits", - "reth-trie-common", + "reth-trie-common 2.4.0", "serde", "serde_json", "slotmap",