From 0f116bc3a93c4659cf4f7e16588039fd61a76ec0 Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Tue, 18 Nov 2025 11:47:51 -0600 Subject: [PATCH 1/2] chore: update reth to v1.9.3 --- Cargo.lock | 2415 ++++++++++++++++++++++++++++++++++------------------ Cargo.toml | 42 +- 2 files changed, 1625 insertions(+), 832 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f72ca479..55e06252 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1519,7 +1519,7 @@ dependencies = [ [[package]] name = "base-reth-flashblocks-rpc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-consensus", "alloy-eips", @@ -1546,16 +1546,16 @@ dependencies = [ "reth-db", "reth-db-common", "reth-e2e-test-utils", - "reth-evm", + "reth-evm 1.9.3", "reth-exex", - "reth-optimism-chainspec", + "reth-optimism-chainspec 1.9.3", "reth-optimism-cli", - "reth-optimism-evm", + "reth-optimism-evm 1.9.3", "reth-optimism-node", - "reth-optimism-primitives", + "reth-optimism-primitives 1.9.3", "reth-optimism-rpc", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-rpc-convert", "reth-rpc-eth-api", @@ -1573,7 +1573,7 @@ dependencies = [ [[package]] name = "base-reth-metering" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-consensus", "alloy-eips", @@ -1588,18 +1588,18 @@ dependencies = [ "reth-db", "reth-db-common", "reth-e2e-test-utils", - "reth-evm", - "reth-optimism-chainspec", + "reth-evm 1.9.3", + "reth-optimism-chainspec 1.9.3", "reth-optimism-cli", - "reth-optimism-evm", + "reth-optimism-evm 1.9.3", "reth-optimism-node", - "reth-optimism-primitives", + "reth-optimism-primitives 1.9.3", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-testing-utils", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.9.3", "revm", "serde", "serde_json", @@ -1610,7 +1610,7 @@ dependencies = [ [[package]] name = "base-reth-node" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-consensus", "alloy-eips", @@ -1643,11 +1643,11 @@ dependencies = [ "reth", "reth-cli-util", "reth-exex", - "reth-optimism-chainspec", + "reth-optimism-chainspec 1.9.3", "reth-optimism-cli", - "reth-optimism-evm", + "reth-optimism-evm 1.9.3", "reth-optimism-node", - "reth-optimism-primitives", + "reth-optimism-primitives 1.9.3", "reth-optimism-rpc", "reth-primitives", "reth-rpc-convert", @@ -1669,7 +1669,7 @@ dependencies = [ [[package]] name = "base-reth-transaction-tracing" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-primitives", "chrono", @@ -7053,23 +7053,23 @@ checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" [[package]] name = "reth" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-rpc-types", "aquamarine", "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli-runner", "reth-cli-util", - "reth-consensus", - "reth-consensus-common", + "reth-consensus 1.9.3", + "reth-consensus-common 1.9.3", "reth-db", "reth-ethereum-cli", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-network", "reth-network-api", "reth-node-api", @@ -7077,22 +7077,22 @@ dependencies = [ "reth-node-core", "reth-node-ethereum", "reth-node-metrics", - "reth-payload-builder", - "reth-payload-primitives", + "reth-payload-builder 1.9.3", + "reth-payload-primitives 1.9.3", "reth-primitives", "reth-provider", "reth-ress-protocol", "reth-ress-provider", - "reth-revm", + "reth-revm 1.9.3", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tasks", + "reth-tasks 1.9.3", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.9.3", "tokio", "tracing", ] @@ -7108,15 +7108,39 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.9.2", + "reth-metrics 1.9.2", + "reth-payload-builder 1.9.2", + "reth-payload-builder-primitives 1.9.2", + "reth-payload-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-revm 1.9.2", + "reth-storage-api 1.9.2", + "reth-tasks 1.9.2", + "tokio", + "tracing", +] + +[[package]] +name = "reth-basic-payload-builder" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "futures-core", + "futures-util", + "metrics", + "reth-chain-state 1.9.3", + "reth-metrics 1.9.3", + "reth-payload-builder 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "tokio", "tracing", ] @@ -7125,6 +7149,32 @@ dependencies = [ name = "reth-chain-state" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "derive_more", + "metrics", + "parking_lot", + "pin-project", + "reth-chainspec 1.9.2", + "reth-errors 1.9.2", + "reth-ethereum-primitives 1.9.2", + "reth-execution-types 1.9.2", + "reth-metrics 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-storage-api 1.9.2", + "reth-trie 1.9.2", + "revm-database", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-chain-state" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7136,14 +7186,14 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.2", - "reth-chainspec", - "reth-errors", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-trie", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-trie 1.9.3", "revm-database", "revm-state", "serde", @@ -7166,16 +7216,36 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks", - "reth-network-peers", - "reth-primitives-traits", + "reth-ethereum-forks 1.9.2", + "reth-network-peers 1.9.2", + "reth-primitives-traits 1.9.2", + "serde_json", +] + +[[package]] +name = "reth-chainspec" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "auto_impl", + "derive_more", + "reth-ethereum-forks 1.9.3", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", "serde_json", ] [[package]] name = "reth-cli" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-genesis", "clap", @@ -7188,8 +7258,8 @@ dependencies = [ [[package]] name = "reth-cli-commands" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7209,13 +7279,13 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs", + "reth-codecs 1.9.3", "reth-config", - "reth-consensus", + "reth-consensus 1.9.3", "reth-db", "reth-db-api", "reth-db-common", @@ -7228,27 +7298,27 @@ dependencies = [ "reth-era-utils", "reth-eth-wire", "reth-etl", - "reth-evm", + "reth-evm 1.9.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.9.3", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-prune", - "reth-revm", + "reth-revm 1.9.3", "reth-stages", "reth-static-file", - "reth-static-file-types", - "reth-trie", - "reth-trie-common", + "reth-static-file-types 1.9.3", + "reth-trie 1.9.3", + "reth-trie-common 1.9.3", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -7263,18 +7333,18 @@ dependencies = [ [[package]] name = "reth-cli-runner" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-tasks", + "reth-tasks 1.9.3", "tokio", "tracing", ] [[package]] name = "reth-cli-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7282,7 +7352,7 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util", + "reth-fs-util 1.9.3", "secp256k1 0.30.0", "serde", "thiserror 2.0.17", @@ -7293,6 +7363,24 @@ dependencies = [ name = "reth-codecs" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-trie", + "bytes", + "modular-bitfield", + "op-alloy-consensus", + "reth-codecs-derive 1.9.2", + "reth-zstd-compressors 1.9.2", + "serde", +] + +[[package]] +name = "reth-codecs" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7303,8 +7391,8 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive", - "reth-zstd-compressors", + "reth-codecs-derive 1.9.3", + "reth-zstd-compressors 1.9.3", "serde", "visibility", ] @@ -7319,16 +7407,26 @@ dependencies = [ "syn 2.0.110", ] +[[package]] +name = "reth-codecs-derive" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.110", +] + [[package]] name = "reth-config" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types", - "reth-stages-types", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", "serde", "toml", "url", @@ -7342,8 +7440,21 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types", - "reth-primitives-traits", + "reth-execution-types 1.9.2", + "reth-primitives-traits 1.9.2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-consensus" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "auto_impl", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", "thiserror 2.0.17", ] @@ -7354,15 +7465,27 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec", - "reth-consensus", - "reth-primitives-traits", + "reth-chainspec 1.9.2", + "reth-consensus 1.9.2", + "reth-primitives-traits 1.9.2", +] + +[[package]] +name = "reth-consensus-common" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-primitives-traits 1.9.3", ] [[package]] name = "reth-consensus-debug-client" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7377,7 +7500,7 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-tracing", "ringbuffer", "serde", @@ -7387,8 +7510,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "derive_more", @@ -7397,12 +7520,12 @@ dependencies = [ "page_size", "parking_lot", "reth-db-api", - "reth-fs-util", + "reth-fs-util 1.9.3", "reth-libmdbx", - "reth-metrics", + "reth-metrics 1.9.3", "reth-nippy-jar", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.9.3", + "reth-storage-errors 1.9.3", "reth-tracing", "rustc-hash 2.1.1", "strum 0.27.2", @@ -7413,8 +7536,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7426,42 +7549,42 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs", - "reth-db-models", - "reth-ethereum-primitives", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-codecs 1.9.3", + "reth-db-models 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", "roaring", "serde", ] [[package]] name = "reth-db-common" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.9.3", + "reth-codecs 1.9.3", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors", - "reth-fs-util", + "reth-execution-errors 1.9.3", + "reth-fs-util 1.9.3", "reth-node-types", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-stages-types", - "reth-static-file-types", - "reth-trie", + "reth-stages-types 1.9.3", + "reth-static-file-types 1.9.3", + "reth-trie 1.9.3", "reth-trie-db", "serde", "serde_json", @@ -7473,21 +7596,31 @@ dependencies = [ name = "reth-db-models" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "reth-primitives-traits 1.9.2", +] + +[[package]] +name = "reth-db-models" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-primitives", "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", "serde", ] [[package]] name = "reth-discv4" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7496,10 +7629,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks", + "reth-ethereum-forks 1.9.3", "reth-net-banlist", "reth-net-nat", - "reth-network-peers", + "reth-network-peers 1.9.3", "schnellru", "secp256k1 0.30.0", "serde", @@ -7511,8 +7644,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -7523,10 +7656,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", + "reth-chainspec 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-metrics 1.9.3", + "reth-network-peers 1.9.3", "secp256k1 0.30.0", "thiserror 2.0.17", "tokio", @@ -7535,8 +7668,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "data-encoding", @@ -7544,8 +7677,8 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot", - "reth-ethereum-forks", - "reth-network-peers", + "reth-ethereum-forks 1.9.3", + "reth-network-peers 1.9.3", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7559,8 +7692,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7574,15 +7707,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus", - "reth-ethereum-primitives", - "reth-metrics", + "reth-consensus 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-metrics 1.9.3", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-testing-utils", "tempfile", "thiserror 2.0.17", @@ -7594,8 +7727,8 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7611,34 +7744,34 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee 0.26.0", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli-commands", "reth-config", - "reth-consensus", + "reth-consensus 1.9.3", "reth-db", "reth-db-common", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-primitives", + "reth-engine-primitives 1.9.3", + "reth-ethereum-primitives 1.9.3", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.9.3", "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 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", "reth-primitives", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types", - "reth-tasks", + "reth-stages-types 1.9.3", + "reth-tasks 1.9.3", "reth-tokio-util", "reth-tracing", "revm", @@ -7652,8 +7785,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "aes", "alloy-primitives", @@ -7669,7 +7802,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers", + "reth-network-peers 1.9.3", "secp256k1 0.30.0", "sha2", "sha3", @@ -7683,8 +7816,8 @@ dependencies = [ [[package]] name = "reth-engine-local" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7692,14 +7825,14 @@ dependencies = [ "eyre", "futures-util", "op-alloy-rpc-types-engine", - "reth-chainspec", - "reth-engine-primitives", - "reth-ethereum-engine-primitives", - "reth-optimism-chainspec", - "reth-payload-builder", - "reth-payload-primitives", - "reth-storage-api", - "reth-transaction-pool", + "reth-chainspec 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-ethereum-engine-primitives 1.9.3", + "reth-optimism-chainspec 1.9.3", + "reth-payload-builder 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-storage-api 1.9.3", + "reth-transaction-pool 1.9.3", "tokio", "tokio-stream", "tracing", @@ -7709,6 +7842,29 @@ dependencies = [ name = "reth-engine-primitives" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chain-state 1.9.2", + "reth-errors 1.9.2", + "reth-ethereum-primitives 1.9.2", + "reth-evm 1.9.2", + "reth-execution-types 1.9.2", + "reth-payload-builder-primitives 1.9.2", + "reth-payload-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-trie-common 1.9.2", + "serde", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-engine-primitives" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7716,15 +7872,15 @@ 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.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie-common 1.9.3", "serde", "thiserror 2.0.17", "tokio", @@ -7732,30 +7888,30 @@ dependencies = [ [[package]] name = "reth-engine-service" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "futures", "pin-project", - "reth-chainspec", - "reth-consensus", - "reth-engine-primitives", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-engine-primitives 1.9.3", "reth-engine-tree", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-network-p2p", "reth-node-types", - "reth-payload-builder", + "reth-payload-builder 1.9.3", "reth-provider", "reth-prune", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.9.3", ] [[package]] name = "reth-engine-tree" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7771,32 +7927,32 @@ dependencies = [ "mini-moka", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "reth-db", - "reth-engine-primitives", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-metrics", + "reth-engine-primitives 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", "reth-network-p2p", - "reth-payload-builder", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-builder 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.9.3", + "reth-revm 1.9.3", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks", + "reth-tasks 1.9.3", "reth-tracing", - "reth-trie", + "reth-trie 1.9.3", "reth-trie-parallel", - "reth-trie-sparse", + "reth-trie-sparse 1.9.3", "reth-trie-sparse-parallel", "revm", "revm-primitives", @@ -7809,8 +7965,8 @@ dependencies = [ [[package]] name = "reth-engine-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -7818,16 +7974,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec", - "reth-engine-primitives", + "reth-chainspec 1.9.3", + "reth-engine-primitives 1.9.3", "reth-engine-tree", - "reth-errors", - "reth-evm", - "reth-fs-util", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", + "reth-errors 1.9.3", + "reth-evm 1.9.3", + "reth-fs-util 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", + "reth-storage-api 1.9.3", "serde", "serde_json", "tokio", @@ -7837,8 +7993,8 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7846,30 +8002,30 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.3", "snap", "thiserror 2.0.17", ] [[package]] name = "reth-era-downloader" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "bytes", "eyre", "futures-util", "reqwest", - "reth-fs-util", + "reth-fs-util 1.9.3", "sha2", "tokio", ] [[package]] name = "reth-era-utils" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7879,11 +8035,11 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util", - "reth-primitives-traits", + "reth-fs-util 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-stages-types", - "reth-storage-api", + "reth-stages-types 1.9.3", + "reth-storage-api 1.9.3", "tokio", "tracing", ] @@ -7893,16 +8049,27 @@ name = "reth-errors" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ - "reth-consensus", - "reth-execution-errors", - "reth-storage-errors", + "reth-consensus 1.9.2", + "reth-execution-errors 1.9.2", + "reth-storage-errors 1.9.2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-errors" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "reth-consensus 1.9.3", + "reth-execution-errors 1.9.3", + "reth-storage-errors 1.9.3", "thiserror 2.0.17", ] [[package]] name = "reth-eth-wire" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-chains", "alloy-primitives", @@ -7911,13 +8078,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs", + "reth-codecs 1.9.3", "reth-ecies", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-metrics", - "reth-network-peers", - "reth-primitives-traits", + "reth-eth-wire-types 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-metrics 1.9.3", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "snap", "thiserror 2.0.17", @@ -7940,22 +8107,43 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec", - "reth-codecs-derive", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.2", + "reth-codecs-derive 1.9.2", + "reth-ethereum-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "serde", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-eth-wire-types" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-hardforks", + "alloy-primitives", + "alloy-rlp", + "bytes", + "derive_more", + "reth-chainspec 1.9.3", + "reth-codecs-derive 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "thiserror 2.0.17", ] [[package]] name = "reth-ethereum-cli" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "clap", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -7974,17 +8162,17 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-execution-types", - "reth-primitives-traits", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-consensus-common 1.9.3", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", "tracing", ] @@ -7997,10 +8185,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.9.2", + "reth-ethereum-primitives 1.9.2", + "reth-payload-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "serde", + "sha2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-ethereum-engine-primitives" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-engine", + "reth-engine-primitives 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "sha2", "thiserror 2.0.17", @@ -8019,31 +8225,44 @@ dependencies = [ "rustc-hash 2.1.1", ] +[[package]] +name = "reth-ethereum-forks" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-eip2124", + "alloy-hardforks", + "alloy-primitives", + "auto_impl", + "once_cell", + "rustc-hash 2.1.1", +] + [[package]] name = "reth-ethereum-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chainspec", - "reth-consensus-common", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-basic-payload-builder 1.9.3", + "reth-chainspec 1.9.3", + "reth-consensus-common 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-payload-builder 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-payload-validator 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", + "reth-storage-api 1.9.3", + "reth-transaction-pool 1.9.3", "revm", "tracing", ] @@ -8059,22 +8278,39 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-eth", "alloy-serde", - "arbitrary", - "modular-bitfield", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-primitives-traits 1.9.2", + "reth-zstd-compressors 1.9.2", "serde", "serde_with", ] [[package]] -name = "reth-etl" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +name = "reth-ethereum-primitives" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "rayon", - "reth-db-api", + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-serde", + "arbitrary", + "modular-bitfield", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-zstd-compressors 1.9.3", + "serde", + "serde_with", +] + +[[package]] +name = "reth-etl" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "rayon", + "reth-db-api", "tempfile", ] @@ -8082,6 +8318,27 @@ dependencies = [ name = "reth-evm" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "auto_impl", + "derive_more", + "futures-util", + "reth-execution-errors 1.9.2", + "reth-execution-types 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-storage-api 1.9.2", + "reth-storage-errors 1.9.2", + "reth-trie-common 1.9.2", + "revm", +] + +[[package]] +name = "reth-evm" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8091,33 +8348,33 @@ dependencies = [ "derive_more", "futures-util", "metrics", - "reth-execution-errors", - "reth-execution-types", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-execution-errors 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", "revm", ] [[package]] name = "reth-evm-ethereum" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-evm", - "reth-execution-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-chainspec 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-errors 1.9.3", "revm", ] @@ -8130,7 +8387,20 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors", + "reth-storage-errors 1.9.2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-execution-errors" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "nybbles", + "reth-storage-errors 1.9.3", "thiserror 2.0.17", ] @@ -8144,9 +8414,25 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-trie-common", + "reth-ethereum-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-trie-common 1.9.2", + "revm", +] + +[[package]] +name = "reth-execution-types" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "derive_more", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie-common 1.9.3", "revm", "serde", "serde_with", @@ -8154,8 +8440,8 @@ dependencies = [ [[package]] name = "reth-exex" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8165,23 +8451,23 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state", - "reth-chainspec", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", "reth-config", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-exex-types", - "reth-fs-util", - "reth-metrics", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", "reth-node-api", "reth-node-core", - "reth-payload-builder", - "reth-primitives-traits", + "reth-payload-builder 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.9.3", + "reth-revm 1.9.3", "reth-stages-api", - "reth-tasks", + "reth-tasks 1.9.3", "reth-tracing", "rmp-serde", "thiserror 2.0.17", @@ -8192,14 +8478,14 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state", - "reth-execution-types", - "reth-primitives-traits", + "reth-chain-state 1.9.3", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "serde_with", ] @@ -8214,10 +8500,20 @@ dependencies = [ "thiserror 2.0.17", ] +[[package]] +name = "reth-fs-util" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "serde", + "serde_json", + "thiserror 2.0.17", +] + [[package]] name = "reth-invalid-block-hooks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8227,14 +8523,14 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "pretty_assertions", - "reth-engine-primitives", - "reth-evm", - "reth-primitives-traits", + "reth-engine-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-revm", + "reth-revm 1.9.3", "reth-rpc-api", "reth-tracing", - "reth-trie", + "reth-trie 1.9.3", "revm", "revm-bytecode", "revm-database", @@ -8244,8 +8540,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "bytes", "futures", @@ -8264,8 +8560,8 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "bitflags 2.10.0", "byteorder", @@ -8280,8 +8576,8 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "bindgen 0.71.1", "cc", @@ -8291,6 +8587,15 @@ dependencies = [ name = "reth-metrics" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "metrics", + "metrics-derive", +] + +[[package]] +name = "reth-metrics" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "futures", "metrics", @@ -8301,16 +8606,16 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", ] [[package]] name = "reth-net-nat" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "futures-util", "if-addrs", @@ -8323,8 +8628,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8342,28 +8647,28 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "reth-discv4", "reth-discv5", "reth-dns-discovery", "reth-ecies", "reth-eth-wire", - "reth-eth-wire-types", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-fs-util", - "reth-metrics", + "reth-eth-wire-types 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-network-types", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.9.3", "rustc-hash 2.1.1", "schnellru", "secp256k1 0.30.0", @@ -8378,8 +8683,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8389,10 +8694,10 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types", - "reth-ethereum-forks", + "reth-eth-wire-types 1.9.3", + "reth-ethereum-forks 1.9.3", "reth-network-p2p", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-network-types", "reth-tokio-util", "serde", @@ -8403,8 +8708,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8413,13 +8718,13 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-network-peers", + "reth-consensus 1.9.3", + "reth-eth-wire-types 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-network-peers 1.9.3", "reth-network-types", - "reth-primitives-traits", - "reth-storage-errors", + "reth-primitives-traits 1.9.3", + "reth-storage-errors 1.9.3", "tokio", "tracing", ] @@ -8428,6 +8733,19 @@ dependencies = [ name = "reth-network-peers" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "secp256k1 0.30.0", + "serde_with", + "thiserror 2.0.17", + "url", +] + +[[package]] +name = "reth-network-peers" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8441,13 +8759,13 @@ dependencies = [ [[package]] name = "reth-network-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers", + "reth-network-peers 1.9.3", "serde", "serde_json", "tracing", @@ -8455,15 +8773,15 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "anyhow", "bincode", "derive_more", "lz4_flex", "memmap2", - "reth-fs-util", + "reth-fs-util 1.9.3", "serde", "thiserror 2.0.17", "tracing", @@ -8472,32 +8790,32 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder", - "reth-consensus", + "reth-basic-payload-builder 1.9.3", + "reth-consensus 1.9.3", "reth-db-api", - "reth-engine-primitives", - "reth-evm", + "reth-engine-primitives 1.9.3", + "reth-evm 1.9.3", "reth-network-api", "reth-node-core", "reth-node-types", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", + "reth-payload-builder 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", "reth-provider", - "reth-tasks", + "reth-tasks 1.9.3", "reth-tokio-util", - "reth-transaction-pool", + "reth-transaction-pool 1.9.3", ] [[package]] name = "reth-node-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8511,25 +8829,25 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "rayon", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", + "reth-basic-payload-builder 1.9.3", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.9.3", "reth-consensus-debug-client", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.9.3", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm", + "reth-evm 1.9.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.9.3", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -8539,8 +8857,8 @@ dependencies = [ "reth-node-ethstats", "reth-node-events", "reth-node-metrics", - "reth-payload-builder", - "reth-primitives-traits", + "reth-payload-builder 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-prune", "reth-rpc", @@ -8551,10 +8869,10 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks", + "reth-tasks 1.9.3", "reth-tokio-util", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.9.3", "secp256k1 0.30.0", "serde_json", "tokio", @@ -8564,8 +8882,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8578,31 +8896,31 @@ dependencies = [ "futures", "humantime", "rand 0.9.2", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli-util", "reth-config", - "reth-consensus", + "reth-consensus 1.9.3", "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives", - "reth-ethereum-forks", + "reth-engine-primitives 1.9.3", + "reth-ethereum-forks 1.9.3", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers", - "reth-primitives-traits", - "reth-prune-types", + "reth-network-peers 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types", - "reth-storage-api", - "reth-storage-errors", + "reth-stages-types 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", "reth-tracing", "reth-tracing-otlp", - "reth-transaction-pool", + "reth-transaction-pool 1.9.3", "secp256k1 0.30.0", "serde", "shellexpand", @@ -8617,30 +8935,30 @@ dependencies = [ [[package]] name = "reth-node-ethereum" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-engine-local", - "reth-engine-primitives", + "reth-engine-primitives 1.9.3", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives", + "reth-ethereum-engine-primitives 1.9.3", "reth-ethereum-payload-builder", - "reth-ethereum-primitives", - "reth-evm", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-revm", + "reth-revm 1.9.3", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -8648,25 +8966,25 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool", + "reth-transaction-pool 1.9.3", "revm", "tokio", ] [[package]] name = "reth-node-ethstats" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", "chrono", "futures-util", - "reth-chain-state", + "reth-chain-state 1.9.3", "reth-network-api", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-transaction-pool 1.9.3", "serde", "serde_json", "thiserror 2.0.17", @@ -8679,8 +8997,8 @@ dependencies = [ [[package]] name = "reth-node-events" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8690,21 +9008,21 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives", + "reth-engine-primitives 1.9.3", "reth-network-api", - "reth-primitives-traits", - "reth-prune-types", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", "reth-stages", - "reth-static-file-types", - "reth-storage-api", + "reth-static-file-types 1.9.3", + "reth-storage-api 1.9.3", "tokio", "tracing", ] [[package]] name = "reth-node-metrics" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "eyre", "http", @@ -8715,8 +9033,8 @@ dependencies = [ "metrics-util", "procfs 0.17.0", "reqwest", - "reth-metrics", - "reth-tasks", + "reth-metrics 1.9.3", + "reth-tasks 1.9.3", "tikv-jemalloc-ctl", "tokio", "tower 0.5.2", @@ -8725,20 +9043,43 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-db-api", - "reth-engine-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-engine-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", ] [[package]] name = "reth-optimism-chainspec" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-chains", + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-hardforks", + "alloy-primitives", + "derive_more", + "op-alloy-consensus", + "op-alloy-rpc-types", + "reth-chainspec 1.9.2", + "reth-ethereum-forks 1.9.2", + "reth-network-peers 1.9.2", + "reth-optimism-forks 1.9.2", + "reth-optimism-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "serde_json", +] + +[[package]] +name = "reth-optimism-chainspec" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8751,12 +9092,12 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types", "paste", - "reth-chainspec", - "reth-ethereum-forks", - "reth-network-peers", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.3", + "reth-ethereum-forks 1.9.3", + "reth-network-peers 1.9.3", + "reth-optimism-forks 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "serde_json", "tar-no-std", @@ -8765,8 +9106,8 @@ dependencies = [ [[package]] name = "reth-optimism-cli" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8777,33 +9118,33 @@ dependencies = [ "eyre", "futures-util", "op-alloy-consensus", - "reth-chainspec", + "reth-chainspec 1.9.3", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus", + "reth-consensus 1.9.3", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", - "reth-execution-types", - "reth-fs-util", + "reth-execution-types 1.9.3", + "reth-fs-util 1.9.3", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-evm", + "reth-optimism-chainspec 1.9.3", + "reth-optimism-consensus 1.9.3", + "reth-optimism-evm 1.9.3", "reth-optimism-node", - "reth-optimism-primitives", - "reth-primitives-traits", + "reth-optimism-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-prune", "reth-rpc-server-types", "reth-stages", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 1.9.3", "reth-tracing", "reth-tracing-otlp", "serde", @@ -8822,17 +9163,42 @@ dependencies = [ "alloy-eips", "alloy-primitives", "alloy-trie", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-execution-types", - "reth-optimism-chainspec", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie-common", + "reth-chainspec 1.9.2", + "reth-consensus 1.9.2", + "reth-consensus-common 1.9.2", + "reth-execution-types 1.9.2", + "reth-optimism-chainspec 1.9.2", + "reth-optimism-forks 1.9.2", + "reth-optimism-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-storage-api 1.9.2", + "reth-storage-errors 1.9.2", + "reth-trie-common 1.9.2", + "revm", + "thiserror 2.0.17", + "tracing", +] + +[[package]] +name = "reth-optimism-consensus" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-trie", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-consensus-common 1.9.3", + "reth-execution-types 1.9.3", + "reth-optimism-chainspec 1.9.3", + "reth-optimism-forks 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", "revm", "thiserror 2.0.17", "tracing", @@ -8851,25 +9217,52 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec", - "reth-evm", - "reth-execution-errors", - "reth-execution-types", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.2", + "reth-evm 1.9.2", + "reth-execution-errors 1.9.2", + "reth-execution-types 1.9.2", + "reth-optimism-chainspec 1.9.2", + "reth-optimism-consensus 1.9.2", + "reth-optimism-forks 1.9.2", + "reth-optimism-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-storage-errors 1.9.2", + "revm", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-optimism-evm" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-op-evm", + "alloy-primitives", + "op-alloy-consensus", + "op-alloy-rpc-types-engine", + "op-revm", + "reth-chainspec 1.9.3", + "reth-evm 1.9.3", + "reth-execution-errors 1.9.3", + "reth-execution-types 1.9.3", + "reth-optimism-chainspec 1.9.3", + "reth-optimism-consensus 1.9.3", + "reth-optimism-forks 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-rpc-eth-api", - "reth-storage-errors", + "reth-storage-errors 1.9.3", "revm", "thiserror 2.0.17", ] [[package]] name = "reth-optimism-flashblocks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8881,21 +9274,21 @@ dependencies = [ "eyre", "futures-util", "metrics", - "reth-chain-state", - "reth-engine-primitives", - "reth-errors", - "reth-evm", - "reth-execution-types", - "reth-metrics", - "reth-optimism-evm", - "reth-optimism-payload-builder", - "reth-optimism-primitives", - "reth-payload-primitives", - "reth-primitives-traits", - "reth-revm", + "reth-chain-state 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-errors 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", + "reth-optimism-evm 1.9.3", + "reth-optimism-payload-builder 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", "reth-rpc-eth-types", - "reth-storage-api", - "reth-tasks", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "ringbuffer", "serde", "serde_json", @@ -8913,13 +9306,24 @@ dependencies = [ "alloy-op-hardforks", "alloy-primitives", "once_cell", - "reth-ethereum-forks", + "reth-ethereum-forks 1.9.2", +] + +[[package]] +name = "reth-optimism-forks" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-op-hardforks", + "alloy-primitives", + "once_cell", + "reth-ethereum-forks 1.9.3", ] [[package]] name = "reth-optimism-node" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8930,32 +9334,32 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec", - "reth-consensus", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", "reth-engine-local", - "reth-evm", + "reth-evm 1.9.3", "reth-network", "reth-node-api", "reth-node-builder", "reth-node-core", - "reth-optimism-chainspec", - "reth-optimism-consensus", - "reth-optimism-evm", - "reth-optimism-forks", - "reth-optimism-payload-builder", - "reth-optimism-primitives", + "reth-optimism-chainspec 1.9.3", + "reth-optimism-consensus 1.9.3", + "reth-optimism-evm 1.9.3", + "reth-optimism-forks 1.9.3", + "reth-optimism-payload-builder 1.9.3", + "reth-optimism-primitives 1.9.3", "reth-optimism-rpc", "reth-optimism-storage", - "reth-optimism-txpool", - "reth-payload-builder", - "reth-primitives-traits", + "reth-optimism-txpool 1.9.3", + "reth-payload-builder 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool", - "reth-trie-common", + "reth-transaction-pool 1.9.3", + "reth-trie-common 1.9.3", "revm", "serde", "tokio", @@ -8977,24 +9381,64 @@ dependencies = [ "derive_more", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-execution-types", - "reth-optimism-evm", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-optimism-txpool", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-payload-util", - "reth-payload-validator", - "reth-primitives-traits", - "reth-revm", - "reth-storage-api", - "reth-transaction-pool", + "reth-basic-payload-builder 1.9.2", + "reth-chain-state 1.9.2", + "reth-chainspec 1.9.2", + "reth-evm 1.9.2", + "reth-execution-types 1.9.2", + "reth-optimism-evm 1.9.2", + "reth-optimism-forks 1.9.2", + "reth-optimism-primitives 1.9.2", + "reth-optimism-txpool 1.9.2", + "reth-payload-builder 1.9.2", + "reth-payload-builder-primitives 1.9.2", + "reth-payload-primitives 1.9.2", + "reth-payload-util 1.9.2", + "reth-payload-validator 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-revm 1.9.2", + "reth-storage-api 1.9.2", + "reth-transaction-pool 1.9.2", + "revm", + "serde", + "sha2", + "thiserror 2.0.17", + "tracing", +] + +[[package]] +name = "reth-optimism-payload-builder" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-evm", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-debug", + "alloy-rpc-types-engine", + "derive_more", + "op-alloy-consensus", + "op-alloy-rpc-types-engine", + "reth-basic-payload-builder 1.9.3", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-optimism-evm 1.9.3", + "reth-optimism-forks 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-optimism-txpool 1.9.3", + "reth-payload-builder 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-payload-util 1.9.3", + "reth-payload-validator 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", + "reth-storage-api 1.9.3", + "reth-transaction-pool 1.9.3", "revm", "serde", "sha2", @@ -9006,6 +9450,19 @@ dependencies = [ name = "reth-optimism-primitives" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "op-alloy-consensus", + "reth-primitives-traits 1.9.2", +] + +[[package]] +name = "reth-optimism-primitives" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9015,17 +9472,17 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs", - "reth-primitives-traits", - "reth-zstd-compressors", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-zstd-compressors 1.9.3", "serde", "serde_with", ] [[package]] name = "reth-optimism-rpc" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9052,28 +9509,28 @@ dependencies = [ "op-alloy-rpc-types-engine", "op-revm", "reqwest", - "reth-chain-state", - "reth-chainspec", - "reth-evm", - "reth-metrics", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-evm 1.9.3", + "reth-metrics 1.9.3", "reth-node-api", "reth-node-builder", - "reth-optimism-evm", + "reth-optimism-evm 1.9.3", "reth-optimism-flashblocks", - "reth-optimism-forks", - "reth-optimism-payload-builder", - "reth-optimism-primitives", - "reth-optimism-txpool", - "reth-primitives-traits", + "reth-optimism-forks 1.9.3", + "reth-optimism-payload-builder 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-optimism-txpool 1.9.3", + "reth-primitives-traits 1.9.3", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", + "reth-transaction-pool 1.9.3", "revm", "serde_json", "thiserror 2.0.17", @@ -9085,12 +9542,12 @@ dependencies = [ [[package]] name = "reth-optimism-storage" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "reth-optimism-primitives", - "reth-storage-api", + "reth-optimism-primitives 1.9.3", + "reth-storage-api 1.9.3", ] [[package]] @@ -9114,15 +9571,15 @@ dependencies = [ "op-alloy-rpc-types", "op-revm", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-metrics", - "reth-optimism-evm", - "reth-optimism-forks", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-transaction-pool", + "reth-chain-state 1.9.2", + "reth-chainspec 1.9.2", + "reth-metrics 1.9.2", + "reth-optimism-evm 1.9.2", + "reth-optimism-forks 1.9.2", + "reth-optimism-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-storage-api 1.9.2", + "reth-transaction-pool 1.9.2", "serde", "thiserror 2.0.17", "tokio", @@ -9130,21 +9587,78 @@ dependencies = [ ] [[package]] -name = "reth-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +name = "reth-optimism-txpool" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-json-rpc", + "alloy-primitives", + "alloy-rpc-client", + "alloy-rpc-types-eth", + "alloy-serde", + "c-kzg", + "derive_more", + "futures-util", + "metrics", + "op-alloy-consensus", + "op-alloy-flz", + "op-alloy-rpc-types", + "op-revm", + "parking_lot", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-metrics 1.9.3", + "reth-optimism-evm 1.9.3", + "reth-optimism-forks 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-transaction-pool 1.9.3", + "serde", + "thiserror 2.0.17", + "tokio", + "tracing", +] + +[[package]] +name = "reth-payload-builder" +version = "1.9.2" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "alloy-consensus", "alloy-primitives", "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.9.2", + "reth-ethereum-engine-primitives 1.9.2", + "reth-metrics 1.9.2", + "reth-payload-builder-primitives 1.9.2", + "reth-payload-primitives 1.9.2", + "reth-primitives-traits 1.9.2", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rpc-types", + "futures-util", + "metrics", + "reth-chain-state 1.9.3", + "reth-ethereum-engine-primitives 1.9.3", + "reth-metrics 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "tokio", "tokio-stream", "tracing", @@ -9156,7 +9670,19 @@ version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "pin-project", - "reth-payload-primitives", + "reth-payload-primitives 1.9.2", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-payload-builder-primitives" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "pin-project", + "reth-payload-primitives 1.9.3", "tokio", "tokio-stream", "tracing", @@ -9173,10 +9699,30 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-primitives-traits", + "reth-chain-state 1.9.2", + "reth-chainspec 1.9.2", + "reth-errors 1.9.2", + "reth-primitives-traits 1.9.2", + "serde", + "thiserror 2.0.17", + "tokio", +] + +[[package]] +name = "reth-payload-primitives" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "either", + "op-alloy-rpc-types-engine", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-primitives-traits 1.9.3", "serde", "thiserror 2.0.17", "tokio", @@ -9189,7 +9735,17 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-consensus", "alloy-primitives", - "reth-transaction-pool", + "reth-transaction-pool 1.9.2", +] + +[[package]] +name = "reth-payload-util" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "reth-transaction-pool 1.9.3", ] [[package]] @@ -9199,27 +9755,64 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f1 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits", + "reth-primitives-traits 1.9.2", +] + +[[package]] +name = "reth-payload-validator" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-rpc-types-engine", + "reth-primitives-traits 1.9.3", ] [[package]] name = "reth-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "c-kzg", "once_cell", - "reth-ethereum-forks", - "reth-ethereum-primitives", - "reth-primitives-traits", - "reth-static-file-types", + "reth-ethereum-forks 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-static-file-types 1.9.3", ] [[package]] name = "reth-primitives-traits" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-genesis", + "alloy-primitives", + "alloy-rlp", + "alloy-rpc-types-eth", + "alloy-trie", + "auto_impl", + "bytes", + "derive_more", + "once_cell", + "op-alloy-consensus", + "reth-codecs 1.9.2", + "revm-bytecode", + "revm-primitives", + "revm-state", + "secp256k1 0.30.0", + "serde", + "serde_with", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-primitives-traits" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9239,7 +9832,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs", + "reth-codecs 1.9.3", "revm-bytecode", "revm-primitives", "revm-state", @@ -9251,8 +9844,8 @@ dependencies = [ [[package]] name = "reth-provider" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9265,26 +9858,26 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state", - "reth-chainspec", - "reth-codecs", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-codecs 1.9.3", "reth-db", "reth-db-api", - "reth-errors", - "reth-ethereum-engine-primitives", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", + "reth-errors 1.9.3", + "reth-ethereum-engine-primitives 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-static-file-types 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie 1.9.3", "reth-trie-db", "revm-database", "revm-state", @@ -9295,8 +9888,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9306,13 +9899,13 @@ dependencies = [ "rayon", "reth-config", "reth-db-api", - "reth-errors", + "reth-errors 1.9.3", "reth-exex-types", - "reth-metrics", - "reth-primitives-traits", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-prune-types", - "reth-static-file-types", + "reth-prune-types 1.9.3", + "reth-static-file-types 1.9.3", "reth-tokio-util", "rustc-hash 2.1.1", "thiserror 2.0.17", @@ -9324,12 +9917,23 @@ dependencies = [ name = "reth-prune-types" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives", + "derive_more", + "strum 0.27.2", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-prune-types" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs", + "reth-codecs 1.9.3", "serde", "strum 0.27.2", "thiserror 2.0.17", @@ -9337,18 +9941,18 @@ dependencies = [ [[package]] name = "reth-ress-protocol" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", "alloy-rlp", "futures", "reth-eth-wire", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.3", "reth-network", "reth-network-api", - "reth-storage-errors", + "reth-storage-errors 1.9.3", "tokio", "tokio-stream", "tracing", @@ -9356,26 +9960,26 @@ dependencies = [ [[package]] name = "reth-ress-provider" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", "eyre", "futures", "parking_lot", - "reth-chain-state", - "reth-errors", - "reth-ethereum-primitives", - "reth-evm", + "reth-chain-state 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", "reth-node-api", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-ress-protocol", - "reth-revm", - "reth-storage-api", - "reth-tasks", + "reth-revm 1.9.3", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "reth-tokio-util", - "reth-trie", + "reth-trie 1.9.3", "schnellru", "tokio", "tracing", @@ -9387,17 +9991,30 @@ version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" dependencies = [ "alloy-primitives", - "reth-primitives-traits", - "reth-storage-api", - "reth-storage-errors", - "reth-trie", + "reth-primitives-traits 1.9.2", + "reth-storage-api 1.9.2", + "reth-storage-errors 1.9.2", + "reth-trie 1.9.2", + "revm", +] + +[[package]] +name = "reth-revm" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-primitives", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie 1.9.3", "revm", ] [[package]] name = "reth-rpc" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9433,32 +10050,32 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-consensus-common", - "reth-engine-primitives", - "reth-errors", - "reth-evm", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-consensus-common 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-errors 1.9.3", + "reth-evm 1.9.3", "reth-evm-ethereum", - "reth-execution-types", - "reth-metrics", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", "reth-network-api", - "reth-network-peers", + "reth-network-peers 1.9.3", "reth-network-types", "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", "reth-rpc-api", "reth-rpc-convert", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", + "reth-transaction-pool 1.9.3", + "reth-trie-common 1.9.3", "revm", "revm-inspectors", "revm-primitives", @@ -9475,8 +10092,8 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-genesis", @@ -9494,17 +10111,17 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee 0.26.0", - "reth-chain-state", - "reth-engine-primitives", - "reth-network-peers", + "reth-chain-state 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-network-peers 1.9.3", "reth-rpc-eth-api", - "reth-trie-common", + "reth-trie-common 1.9.3", ] [[package]] name = "reth-rpc-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-network", "alloy-provider", @@ -9513,24 +10130,24 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "pin-project", - "reth-chain-state", - "reth-chainspec", - "reth-consensus", - "reth-evm", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-consensus 1.9.3", + "reth-evm 1.9.3", "reth-ipc", - "reth-metrics", + "reth-metrics 1.9.3", "reth-network-api", "reth-node-core", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "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-transaction-pool", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", + "reth-transaction-pool 1.9.3", "serde", "thiserror 2.0.17", "tokio", @@ -9542,8 +10159,8 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-json-rpc", @@ -9558,19 +10175,19 @@ dependencies = [ "op-alloy-network", "op-alloy-rpc-types", "op-revm", - "reth-ethereum-primitives", - "reth-evm", - "reth-optimism-primitives", - "reth-primitives-traits", - "reth-storage-api", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-optimism-primitives 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", "revm-context", "thiserror 2.0.17", ] [[package]] name = "reth-rpc-engine-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9580,17 +10197,17 @@ dependencies = [ "jsonrpsee-types 0.26.0", "metrics", "parking_lot", - "reth-chainspec", - "reth-engine-primitives", - "reth-metrics", - "reth-payload-builder", - "reth-payload-builder-primitives", - "reth-payload-primitives", - "reth-primitives-traits", + "reth-chainspec 1.9.3", + "reth-engine-primitives 1.9.3", + "reth-metrics 1.9.3", + "reth-payload-builder 1.9.3", + "reth-payload-builder-primitives 1.9.3", + "reth-payload-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "reth-rpc-api", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", + "reth-transaction-pool 1.9.3", "serde", "thiserror 2.0.17", "tokio", @@ -9599,8 +10216,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9620,21 +10237,21 @@ dependencies = [ "jsonrpsee 0.26.0", "jsonrpsee-types 0.26.0", "parking_lot", - "reth-chain-state", - "reth-chainspec", - "reth-errors", - "reth-evm", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-evm 1.9.3", "reth-network-api", "reth-node-api", - "reth-primitives-traits", - "reth-revm", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie-common", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", + "reth-transaction-pool 1.9.3", + "reth-trie-common 1.9.3", "revm", "revm-inspectors", "tokio", @@ -9643,8 +10260,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9663,21 +10280,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-revm", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-errors 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-revm 1.9.3", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api", - "reth-tasks", - "reth-transaction-pool", - "reth-trie", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", + "reth-transaction-pool 1.9.3", + "reth-trie 1.9.3", "revm", "revm-inspectors", "schnellru", @@ -9690,8 +10307,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9704,15 +10321,15 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rpc-types-engine", "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", - "reth-errors", + "reth-errors 1.9.3", "reth-network-api", "serde", "strum 0.27.2", @@ -9720,8 +10337,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9733,32 +10350,32 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec", - "reth-codecs", + "reth-chainspec 1.9.3", + "reth-codecs 1.9.3", "reth-config", - "reth-consensus", + "reth-consensus 1.9.3", "reth-db", "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives", + "reth-ethereum-primitives 1.9.3", "reth-etl", - "reth-evm", - "reth-execution-types", + "reth-evm 1.9.3", + "reth-execution-types 1.9.3", "reth-exex", - "reth-fs-util", + "reth-fs-util 1.9.3", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-prune", - "reth-prune-types", - "reth-revm", + "reth-prune-types 1.9.3", + "reth-revm 1.9.3", "reth-stages-api", - "reth-static-file-types", - "reth-storage-errors", + "reth-static-file-types 1.9.3", + "reth-storage-errors 1.9.3", "reth-testing-utils", - "reth-trie", + "reth-trie 1.9.3", "reth-trie-db", "tempfile", "thiserror 2.0.17", @@ -9768,8 +10385,8 @@ dependencies = [ [[package]] name = "reth-stages-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9777,16 +10394,16 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus", - "reth-errors", - "reth-metrics", + "reth-consensus 1.9.3", + "reth-errors 1.9.3", + "reth-metrics 1.9.3", "reth-network-p2p", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", "reth-prune", - "reth-stages-types", + "reth-stages-types 1.9.3", "reth-static-file", - "reth-static-file-types", + "reth-static-file-types 1.9.3", "reth-tokio-util", "thiserror 2.0.17", "tokio", @@ -9797,32 +10414,41 @@ dependencies = [ name = "reth-stages-types" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives", + "reth-trie-common 1.9.2", +] + +[[package]] +name = "reth-stages-types" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "arbitrary", "bytes", "modular-bitfield", - "reth-codecs", - "reth-trie-common", + "reth-codecs 1.9.3", + "reth-trie-common 1.9.3", "serde", ] [[package]] name = "reth-static-file" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs", + "reth-codecs 1.9.3", "reth-db-api", - "reth-primitives-traits", + "reth-primitives-traits 1.9.3", "reth-provider", - "reth-prune-types", - "reth-stages-types", - "reth-static-file-types", - "reth-storage-errors", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-static-file-types 1.9.3", + "reth-storage-errors 1.9.3", "reth-tokio-util", "tracing", ] @@ -9831,6 +10457,17 @@ dependencies = [ name = "reth-static-file-types" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives", + "derive_more", + "serde", + "strum 0.27.2", +] + +[[package]] +name = "reth-static-file-types" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "clap", @@ -9849,16 +10486,38 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec", + "reth-chainspec 1.9.2", + "reth-db-models 1.9.2", + "reth-ethereum-primitives 1.9.2", + "reth-execution-types 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-prune-types 1.9.2", + "reth-stages-types 1.9.2", + "reth-storage-errors 1.9.2", + "reth-trie-common 1.9.2", + "revm-database", +] + +[[package]] +name = "reth-storage-api" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rpc-types-engine", + "auto_impl", + "reth-chainspec 1.9.3", "reth-db-api", - "reth-db-models", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-primitives-traits", - "reth-prune-types", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", + "reth-db-models 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-stages-types 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", "revm-database", ] @@ -9871,9 +10530,25 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits", - "reth-prune-types", - "reth-static-file-types", + "reth-primitives-traits 1.9.2", + "reth-prune-types 1.9.2", + "reth-static-file-types 1.9.2", + "revm-database-interface", + "thiserror 2.0.17", +] + +[[package]] +name = "reth-storage-errors" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "derive_more", + "reth-primitives-traits 1.9.3", + "reth-prune-types 1.9.3", + "reth-static-file-types 1.9.3", "revm-database-interface", "thiserror 2.0.17", ] @@ -9882,6 +10557,22 @@ dependencies = [ name = "reth-tasks" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "auto_impl", + "dyn-clone", + "futures-util", + "metrics", + "reth-metrics 1.9.2", + "thiserror 2.0.17", + "tokio", + "tracing", + "tracing-futures", +] + +[[package]] +name = "reth-tasks" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "auto_impl", "dyn-clone", @@ -9889,7 +10580,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics", + "reth-metrics 1.9.3", "thiserror 2.0.17", "tokio", "tracing", @@ -9898,8 +10589,8 @@ dependencies = [ [[package]] name = "reth-testing-utils" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9907,15 +10598,15 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives", - "reth-primitives-traits", + "reth-ethereum-primitives 1.9.3", + "reth-primitives-traits 1.9.3", "secp256k1 0.30.0", ] [[package]] name = "reth-tokio-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "tokio", "tokio-stream", @@ -9924,8 +10615,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "clap", "eyre", @@ -9941,8 +10632,8 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "clap", "eyre", @@ -9960,6 +10651,45 @@ dependencies = [ name = "reth-transaction-pool" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "aquamarine", + "auto_impl", + "bitflags 2.10.0", + "futures-util", + "metrics", + "parking_lot", + "pin-project", + "reth-chain-state 1.9.2", + "reth-chainspec 1.9.2", + "reth-eth-wire-types 1.9.2", + "reth-ethereum-primitives 1.9.2", + "reth-execution-types 1.9.2", + "reth-fs-util 1.9.2", + "reth-metrics 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-storage-api 1.9.2", + "reth-tasks 1.9.2", + "revm-interpreter", + "revm-primitives", + "rustc-hash 2.1.1", + "schnellru", + "serde", + "serde_json", + "smallvec", + "thiserror 2.0.17", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "reth-transaction-pool" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9974,16 +10704,16 @@ dependencies = [ "paste", "pin-project", "rand 0.9.2", - "reth-chain-state", - "reth-chainspec", - "reth-eth-wire-types", - "reth-ethereum-primitives", - "reth-execution-types", - "reth-fs-util", - "reth-metrics", - "reth-primitives-traits", - "reth-storage-api", - "reth-tasks", + "reth-chain-state 1.9.3", + "reth-chainspec 1.9.3", + "reth-eth-wire-types 1.9.3", + "reth-ethereum-primitives 1.9.3", + "reth-execution-types 1.9.3", + "reth-fs-util 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-storage-api 1.9.3", + "reth-tasks 1.9.3", "revm-interpreter", "revm-primitives", "rustc-hash 2.1.1", @@ -10001,6 +10731,28 @@ dependencies = [ name = "reth-trie" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "itertools 0.14.0", + "reth-execution-errors 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-stages-types 1.9.2", + "reth-storage-errors 1.9.2", + "reth-trie-common 1.9.2", + "reth-trie-sparse 1.9.2", + "revm-database", + "tracing", +] + +[[package]] +name = "reth-trie" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10010,13 +10762,13 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-stages-types", - "reth-storage-errors", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-stages-types 1.9.3", + "reth-storage-errors 1.9.3", + "reth-trie-common 1.9.3", + "reth-trie-sparse 1.9.3", "revm-database", "tracing", "triehash", @@ -10026,6 +10778,23 @@ dependencies = [ name = "reth-trie-common" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-consensus", + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "derive_more", + "itertools 0.14.0", + "nybbles", + "rayon", + "reth-primitives-traits 1.9.2", + "revm-database", +] + +[[package]] +name = "reth-trie-common" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10042,8 +10811,8 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs", - "reth-primitives-traits", + "reth-codecs 1.9.3", + "reth-primitives-traits 1.9.3", "revm-database", "serde", "serde_with", @@ -10051,21 +10820,21 @@ dependencies = [ [[package]] name = "reth-trie-db" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "reth-db-api", - "reth-execution-errors", - "reth-primitives-traits", - "reth-trie", + "reth-execution-errors 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie 1.9.3", "tracing", ] [[package]] name = "reth-trie-parallel" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10075,13 +10844,13 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", "reth-provider", - "reth-storage-errors", - "reth-trie", - "reth-trie-common", - "reth-trie-sparse", + "reth-storage-errors 1.9.3", + "reth-trie 1.9.3", + "reth-trie-common 1.9.3", + "reth-trie-sparse 1.9.3", "thiserror 2.0.17", "tokio", "tracing", @@ -10091,6 +10860,22 @@ dependencies = [ name = "reth-trie-sparse" version = "1.9.2" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "alloy-trie", + "auto_impl", + "reth-execution-errors 1.9.2", + "reth-primitives-traits 1.9.2", + "reth-trie-common 1.9.2", + "smallvec", + "tracing", +] + +[[package]] +name = "reth-trie-sparse" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -10098,28 +10883,28 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-primitives-traits", - "reth-trie-common", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", + "reth-primitives-traits 1.9.3", + "reth-trie-common 1.9.3", "smallvec", "tracing", ] [[package]] name = "reth-trie-sparse-parallel" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-trie", "metrics", "rayon", - "reth-execution-errors", - "reth-metrics", - "reth-trie-common", - "reth-trie-sparse", + "reth-execution-errors 1.9.3", + "reth-metrics 1.9.3", + "reth-trie-common 1.9.3", + "reth-trie-sparse 1.9.3", "smallvec", "tracing", ] @@ -10132,6 +10917,14 @@ dependencies = [ "zstd", ] +[[package]] +name = "reth-zstd-compressors" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" +dependencies = [ + "zstd", +] + [[package]] name = "revm" version = "31.0.2" @@ -10475,7 +11268,7 @@ dependencies = [ "opentelemetry_sdk 0.28.0", "parking_lot", "paste", - "reth-optimism-payload-builder", + "reth-optimism-payload-builder 1.9.2", "rustls", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0fedc612..957e2500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,27 +48,27 @@ base-reth-transaction-tracing = { path = "crates/transaction-tracing" } tips-core = { git = "https://github.com/base/tips", rev = "a21ee492dede17f31eea108c12c669a8190f31aa", default-features = false } # reth -reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } -reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.2" } +reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-exex = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } +reth-db-common = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3" } # revm revm = { version = "31.0.2", default-features = false } From d361b98ec0e6ada53a17365e4f0c490efc648fe9 Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Tue, 18 Nov 2025 11:50:47 -0600 Subject: [PATCH 2/2] update rollup-boost --- Cargo.lock | 2085 ++++++++++++++++------------------------------------ Cargo.toml | 2 +- 2 files changed, 647 insertions(+), 1440 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55e06252..7e439e2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1546,16 +1546,16 @@ dependencies = [ "reth-db", "reth-db-common", "reth-e2e-test-utils", - "reth-evm 1.9.3", + "reth-evm", "reth-exex", - "reth-optimism-chainspec 1.9.3", + "reth-optimism-chainspec", "reth-optimism-cli", - "reth-optimism-evm 1.9.3", + "reth-optimism-evm", "reth-optimism-node", - "reth-optimism-primitives 1.9.3", + "reth-optimism-primitives", "reth-optimism-rpc", "reth-primitives", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", "reth-rpc-convert", "reth-rpc-eth-api", @@ -1588,18 +1588,18 @@ dependencies = [ "reth-db", "reth-db-common", "reth-e2e-test-utils", - "reth-evm 1.9.3", - "reth-optimism-chainspec 1.9.3", + "reth-evm", + "reth-optimism-chainspec", "reth-optimism-cli", - "reth-optimism-evm 1.9.3", + "reth-optimism-evm", "reth-optimism-node", - "reth-optimism-primitives 1.9.3", + "reth-optimism-primitives", "reth-primitives", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", "reth-testing-utils", "reth-tracing", - "reth-transaction-pool 1.9.3", + "reth-transaction-pool", "revm", "serde", "serde_json", @@ -1643,11 +1643,11 @@ dependencies = [ "reth", "reth-cli-util", "reth-exex", - "reth-optimism-chainspec 1.9.3", + "reth-optimism-chainspec", "reth-optimism-cli", - "reth-optimism-evm 1.9.3", + "reth-optimism-evm", "reth-optimism-node", - "reth-optimism-primitives 1.9.3", + "reth-optimism-primitives", "reth-optimism-rpc", "reth-primitives", "reth-rpc-convert", @@ -7060,16 +7060,16 @@ dependencies = [ "aquamarine", "clap", "eyre", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-cli-runner", "reth-cli-util", - "reth-consensus 1.9.3", - "reth-consensus-common 1.9.3", + "reth-consensus", + "reth-consensus-common", "reth-db", "reth-ethereum-cli", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", + "reth-ethereum-primitives", + "reth-evm", "reth-network", "reth-network-api", "reth-node-api", @@ -7077,46 +7077,22 @@ dependencies = [ "reth-node-core", "reth-node-ethereum", "reth-node-metrics", - "reth-payload-builder 1.9.3", - "reth-payload-primitives 1.9.3", + "reth-payload-builder", + "reth-payload-primitives", "reth-primitives", "reth-provider", "reth-ress-protocol", "reth-ress-provider", - "reth-revm 1.9.3", + "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tasks 1.9.3", + "reth-tasks", "reth-tokio-util", - "reth-transaction-pool 1.9.3", - "tokio", - "tracing", -] - -[[package]] -name = "reth-basic-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "futures-core", - "futures-util", - "metrics", - "reth-chain-state 1.9.2", - "reth-metrics 1.9.2", - "reth-payload-builder 1.9.2", - "reth-payload-builder-primitives 1.9.2", - "reth-payload-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-revm 1.9.2", - "reth-storage-api 1.9.2", - "reth-tasks 1.9.2", + "reth-transaction-pool", "tokio", "tracing", ] @@ -7132,42 +7108,16 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state 1.9.3", - "reth-metrics 1.9.3", - "reth-payload-builder 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", - "tokio", - "tracing", -] - -[[package]] -name = "reth-chain-state" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "derive_more", - "metrics", - "parking_lot", - "pin-project", - "reth-chainspec 1.9.2", - "reth-errors 1.9.2", - "reth-ethereum-primitives 1.9.2", - "reth-execution-types 1.9.2", - "reth-metrics 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-storage-api 1.9.2", - "reth-trie 1.9.2", - "revm-database", + "reth-chain-state", + "reth-metrics", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-tasks", "tokio", - "tokio-stream", "tracing", ] @@ -7186,14 +7136,14 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.2", - "reth-chainspec 1.9.3", - "reth-errors 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-execution-types 1.9.3", - "reth-metrics 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-trie 1.9.3", + "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", @@ -7202,26 +7152,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-chainspec" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "auto_impl", - "derive_more", - "reth-ethereum-forks 1.9.2", - "reth-network-peers 1.9.2", - "reth-primitives-traits 1.9.2", - "serde_json", -] - [[package]] name = "reth-chainspec" version = "1.9.3" @@ -7236,9 +7166,9 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks 1.9.3", - "reth-network-peers 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-ethereum-forks", + "reth-network-peers", + "reth-primitives-traits", "serde_json", ] @@ -7279,13 +7209,13 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs 1.9.3", + "reth-codecs", "reth-config", - "reth-consensus 1.9.3", + "reth-consensus", "reth-db", "reth-db-api", "reth-db-common", @@ -7298,27 +7228,27 @@ dependencies = [ "reth-era-utils", "reth-eth-wire", "reth-etl", - "reth-evm 1.9.3", + "reth-evm", "reth-exex", - "reth-fs-util 1.9.3", + "reth-fs-util", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers 1.9.3", + "reth-network-peers", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-revm 1.9.3", + "reth-revm", "reth-stages", "reth-static-file", - "reth-static-file-types 1.9.3", - "reth-trie 1.9.3", - "reth-trie-common 1.9.3", + "reth-static-file-types", + "reth-trie", + "reth-trie-common", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -7336,7 +7266,7 @@ name = "reth-cli-runner" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-tasks 1.9.3", + "reth-tasks", "tokio", "tracing", ] @@ -7352,31 +7282,13 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util 1.9.3", + "reth-fs-util", "secp256k1 0.30.0", "serde", "thiserror 2.0.17", "tikv-jemallocator", ] -[[package]] -name = "reth-codecs" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-trie", - "bytes", - "modular-bitfield", - "op-alloy-consensus", - "reth-codecs-derive 1.9.2", - "reth-zstd-compressors 1.9.2", - "serde", -] - [[package]] name = "reth-codecs" version = "1.9.3" @@ -7391,22 +7303,12 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive 1.9.3", - "reth-zstd-compressors 1.9.3", + "reth-codecs-derive", + "reth-zstd-compressors", "serde", "visibility", ] -[[package]] -name = "reth-codecs-derive" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", -] - [[package]] name = "reth-codecs-derive" version = "1.9.3" @@ -7425,26 +7327,13 @@ dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types 1.9.3", - "reth-stages-types 1.9.3", + "reth-prune-types", + "reth-stages-types", "serde", "toml", "url", ] -[[package]] -name = "reth-consensus" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "auto_impl", - "reth-execution-types 1.9.2", - "reth-primitives-traits 1.9.2", - "thiserror 2.0.17", -] - [[package]] name = "reth-consensus" version = "1.9.3" @@ -7453,23 +7342,11 @@ dependencies = [ "alloy-consensus", "alloy-primitives", "auto_impl", - "reth-execution-types 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-execution-types", + "reth-primitives-traits", "thiserror 2.0.17", ] -[[package]] -name = "reth-consensus-common" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "reth-chainspec 1.9.2", - "reth-consensus 1.9.2", - "reth-primitives-traits 1.9.2", -] - [[package]] name = "reth-consensus-common" version = "1.9.3" @@ -7477,9 +7354,9 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-chainspec", + "reth-consensus", + "reth-primitives-traits", ] [[package]] @@ -7500,7 +7377,7 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-tracing", "ringbuffer", "serde", @@ -7520,12 +7397,12 @@ dependencies = [ "page_size", "parking_lot", "reth-db-api", - "reth-fs-util 1.9.3", + "reth-fs-util", "reth-libmdbx", - "reth-metrics 1.9.3", + "reth-metrics", "reth-nippy-jar", - "reth-static-file-types 1.9.3", - "reth-storage-errors 1.9.3", + "reth-static-file-types", + "reth-storage-errors", "reth-tracing", "rustc-hash 2.1.1", "strum 0.27.2", @@ -7549,15 +7426,15 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs 1.9.3", - "reth-db-models 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-prune-types 1.9.3", - "reth-stages-types 1.9.3", - "reth-storage-errors 1.9.3", - "reth-trie-common 1.9.3", + "reth-codecs", + "reth-db-models", + "reth-ethereum-primitives", + "reth-optimism-primitives", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-storage-errors", + "reth-trie-common", "roaring", "serde", ] @@ -7572,19 +7449,19 @@ dependencies = [ "alloy-primitives", "boyer-moore-magiclen", "eyre", - "reth-chainspec 1.9.3", - "reth-codecs 1.9.3", + "reth-chainspec", + "reth-codecs", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors 1.9.3", - "reth-fs-util 1.9.3", + "reth-execution-errors", + "reth-fs-util", "reth-node-types", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", - "reth-stages-types 1.9.3", - "reth-static-file-types 1.9.3", - "reth-trie 1.9.3", + "reth-stages-types", + "reth-static-file-types", + "reth-trie", "reth-trie-db", "serde", "serde_json", @@ -7592,16 +7469,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-db-models" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "reth-primitives-traits 1.9.2", -] - [[package]] name = "reth-db-models" version = "1.9.3" @@ -7612,8 +7479,8 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-codecs", + "reth-primitives-traits", "serde", ] @@ -7629,10 +7496,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks 1.9.3", + "reth-ethereum-forks", "reth-net-banlist", "reth-net-nat", - "reth-network-peers 1.9.3", + "reth-network-peers", "schnellru", "secp256k1 0.30.0", "serde", @@ -7656,10 +7523,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec 1.9.3", - "reth-ethereum-forks 1.9.3", - "reth-metrics 1.9.3", - "reth-network-peers 1.9.3", + "reth-chainspec", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", "secp256k1 0.30.0", "thiserror 2.0.17", "tokio", @@ -7677,8 +7544,8 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot", - "reth-ethereum-forks 1.9.3", - "reth-network-peers 1.9.3", + "reth-ethereum-forks", + "reth-network-peers", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -7707,15 +7574,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-metrics 1.9.3", + "reth-consensus", + "reth-ethereum-primitives", + "reth-metrics", "reth-network-p2p", - "reth-network-peers 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-network-peers", + "reth-primitives-traits", "reth-provider", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", + "reth-storage-api", + "reth-tasks", "reth-testing-utils", "tempfile", "thiserror 2.0.17", @@ -7744,34 +7611,34 @@ dependencies = [ "eyre", "futures-util", "jsonrpsee 0.26.0", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-cli-commands", "reth-config", - "reth-consensus 1.9.3", + "reth-consensus", "reth-db", "reth-db-common", "reth-engine-local", - "reth-engine-primitives 1.9.3", - "reth-ethereum-primitives 1.9.3", + "reth-engine-primitives", + "reth-ethereum-primitives", "reth-network-api", "reth-network-p2p", - "reth-network-peers 1.9.3", + "reth-network-peers", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-payload-builder 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-primitives", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-eth-api", "reth-rpc-server-types", - "reth-stages-types 1.9.3", - "reth-tasks 1.9.3", + "reth-stages-types", + "reth-tasks", "reth-tokio-util", "reth-tracing", "revm", @@ -7802,7 +7669,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers 1.9.3", + "reth-network-peers", "secp256k1 0.30.0", "sha2", "sha3", @@ -7825,42 +7692,19 @@ dependencies = [ "eyre", "futures-util", "op-alloy-rpc-types-engine", - "reth-chainspec 1.9.3", - "reth-engine-primitives 1.9.3", - "reth-ethereum-engine-primitives 1.9.3", - "reth-optimism-chainspec 1.9.3", - "reth-payload-builder 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-storage-api 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-chainspec", + "reth-engine-primitives", + "reth-ethereum-engine-primitives", + "reth-optimism-chainspec", + "reth-payload-builder", + "reth-payload-primitives", + "reth-storage-api", + "reth-transaction-pool", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "reth-chain-state 1.9.2", - "reth-errors 1.9.2", - "reth-ethereum-primitives 1.9.2", - "reth-evm 1.9.2", - "reth-execution-types 1.9.2", - "reth-payload-builder-primitives 1.9.2", - "reth-payload-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-trie-common 1.9.2", - "serde", - "thiserror 2.0.17", -] - [[package]] name = "reth-engine-primitives" version = "1.9.3" @@ -7872,15 +7716,15 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state 1.9.3", - "reth-errors 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", - "reth-execution-types 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-trie-common 1.9.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.17", "tokio", @@ -7893,19 +7737,19 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "futures", "pin-project", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", - "reth-engine-primitives 1.9.3", + "reth-chainspec", + "reth-consensus", + "reth-engine-primitives", "reth-engine-tree", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", + "reth-ethereum-primitives", + "reth-evm", "reth-network-p2p", "reth-node-types", - "reth-payload-builder 1.9.3", + "reth-payload-builder", "reth-provider", "reth-prune", "reth-stages-api", - "reth-tasks 1.9.3", + "reth-tasks", ] [[package]] @@ -7927,32 +7771,32 @@ dependencies = [ "mini-moka", "parking_lot", "rayon", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", "reth-db", - "reth-engine-primitives 1.9.3", - "reth-errors 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", - "reth-execution-types 1.9.3", - "reth-metrics 1.9.3", + "reth-engine-primitives", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", + "reth-execution-types", + "reth-metrics", "reth-network-p2p", - "reth-payload-builder 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-payload-builder", + "reth-payload-primitives", + "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types 1.9.3", - "reth-revm 1.9.3", + "reth-prune-types", + "reth-revm", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks 1.9.3", + "reth-tasks", "reth-tracing", - "reth-trie 1.9.3", + "reth-trie", "reth-trie-parallel", - "reth-trie-sparse 1.9.3", + "reth-trie-sparse", "reth-trie-sparse-parallel", "revm", "revm-primitives", @@ -7974,16 +7818,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec 1.9.3", - "reth-engine-primitives 1.9.3", + "reth-chainspec", + "reth-engine-primitives", "reth-engine-tree", - "reth-errors 1.9.3", - "reth-evm 1.9.3", - "reth-fs-util 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", - "reth-storage-api 1.9.3", + "reth-errors", + "reth-evm", + "reth-fs-util", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", "serde", "serde_json", "tokio", @@ -8002,7 +7846,7 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives 1.9.3", + "reth-ethereum-primitives", "snap", "thiserror 2.0.17", ] @@ -8017,7 +7861,7 @@ dependencies = [ "eyre", "futures-util", "reqwest", - "reth-fs-util 1.9.3", + "reth-fs-util", "sha2", "tokio", ] @@ -8035,34 +7879,23 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-fs-util", + "reth-primitives-traits", "reth-provider", - "reth-stages-types 1.9.3", - "reth-storage-api 1.9.3", + "reth-stages-types", + "reth-storage-api", "tokio", "tracing", ] -[[package]] -name = "reth-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "reth-consensus 1.9.2", - "reth-execution-errors 1.9.2", - "reth-storage-errors 1.9.2", - "thiserror 2.0.17", -] - [[package]] name = "reth-errors" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-consensus 1.9.3", - "reth-execution-errors 1.9.3", - "reth-storage-errors 1.9.3", + "reth-consensus", + "reth-execution-errors", + "reth-storage-errors", "thiserror 2.0.17", ] @@ -8078,13 +7911,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs 1.9.3", + "reth-codecs", "reth-ecies", - "reth-eth-wire-types 1.9.3", - "reth-ethereum-forks 1.9.3", - "reth-metrics 1.9.3", - "reth-network-peers 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-metrics", + "reth-network-peers", + "reth-primitives-traits", "serde", "snap", "thiserror 2.0.17", @@ -8094,27 +7927,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-eth-wire-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-hardforks", - "alloy-primitives", - "alloy-rlp", - "bytes", - "derive_more", - "reth-chainspec 1.9.2", - "reth-codecs-derive 1.9.2", - "reth-ethereum-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "serde", - "thiserror 2.0.17", -] - [[package]] name = "reth-eth-wire-types" version = "1.9.3" @@ -8128,10 +7940,10 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec 1.9.3", - "reth-codecs-derive 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-chainspec", + "reth-codecs-derive", + "reth-ethereum-primitives", + "reth-primitives-traits", "serde", "thiserror 2.0.17", ] @@ -8143,7 +7955,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "clap", "eyre", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -8168,32 +7980,14 @@ dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", - "reth-consensus-common 1.9.3", - "reth-execution-types 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-execution-types", + "reth-primitives-traits", "tracing", ] -[[package]] -name = "reth-ethereum-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-engine", - "reth-engine-primitives 1.9.2", - "reth-ethereum-primitives 1.9.2", - "reth-payload-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "serde", - "sha2", - "thiserror 2.0.17", -] - [[package]] name = "reth-ethereum-engine-primitives" version = "1.9.3" @@ -8203,28 +7997,15 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-engine-primitives", + "reth-ethereum-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "serde", "sha2", "thiserror 2.0.17", ] -[[package]] -name = "reth-ethereum-forks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eip2124", - "alloy-hardforks", - "alloy-primitives", - "auto_impl", - "once_cell", - "rustc-hash 2.1.1", -] - [[package]] name = "reth-ethereum-forks" version = "1.9.3" @@ -8248,42 +8029,25 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.3", - "reth-chainspec 1.9.3", - "reth-consensus-common 1.9.3", - "reth-errors 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", + "reth-basic-payload-builder", + "reth-chainspec", + "reth-consensus-common", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", - "reth-payload-builder 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-payload-validator 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", - "reth-storage-api 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-payload-validator", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-transaction-pool", "revm", "tracing", ] -[[package]] -name = "reth-ethereum-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-serde", - "reth-primitives-traits 1.9.2", - "reth-zstd-compressors 1.9.2", - "serde", - "serde_with", -] - [[package]] name = "reth-ethereum-primitives" version = "1.9.3" @@ -8297,9 +8061,9 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-zstd-compressors 1.9.3", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", "serde", "serde_with", ] @@ -8314,27 +8078,6 @@ dependencies = [ "tempfile", ] -[[package]] -name = "reth-evm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-primitives", - "auto_impl", - "derive_more", - "futures-util", - "reth-execution-errors 1.9.2", - "reth-execution-types 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-storage-api 1.9.2", - "reth-storage-errors 1.9.2", - "reth-trie-common 1.9.2", - "revm", -] - [[package]] name = "reth-evm" version = "1.9.3" @@ -8348,13 +8091,13 @@ dependencies = [ "derive_more", "futures-util", "metrics", - "reth-execution-errors 1.9.3", - "reth-execution-types 1.9.3", - "reth-metrics 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-storage-errors 1.9.3", - "reth-trie-common 1.9.3", + "reth-execution-errors", + "reth-execution-types", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie-common", "revm", ] @@ -8368,29 +8111,16 @@ dependencies = [ "alloy-evm", "alloy-primitives", "alloy-rpc-types-engine", - "reth-chainspec 1.9.3", - "reth-ethereum-forks 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", - "reth-execution-types 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-storage-errors 1.9.3", + "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.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-evm", - "alloy-primitives", - "alloy-rlp", - "nybbles", - "reth-storage-errors 1.9.2", - "thiserror 2.0.17", -] - [[package]] name = "reth-execution-errors" version = "1.9.3" @@ -8400,26 +8130,10 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "nybbles", - "reth-storage-errors 1.9.3", + "reth-storage-errors", "thiserror 2.0.17", ] -[[package]] -name = "reth-execution-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-primitives", - "derive_more", - "reth-ethereum-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-trie-common 1.9.2", - "revm", -] - [[package]] name = "reth-execution-types" version = "1.9.3" @@ -8430,9 +8144,9 @@ dependencies = [ "alloy-evm", "alloy-primitives", "derive_more", - "reth-ethereum-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-trie-common 1.9.3", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-trie-common", "revm", "serde", "serde_with", @@ -8451,23 +8165,23 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", + "reth-chain-state", + "reth-chainspec", "reth-config", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", + "reth-ethereum-primitives", + "reth-evm", "reth-exex-types", - "reth-fs-util 1.9.3", - "reth-metrics 1.9.3", + "reth-fs-util", + "reth-metrics", "reth-node-api", "reth-node-core", - "reth-payload-builder 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-payload-builder", + "reth-primitives-traits", "reth-provider", - "reth-prune-types 1.9.3", - "reth-revm 1.9.3", + "reth-prune-types", + "reth-revm", "reth-stages-api", - "reth-tasks 1.9.3", + "reth-tasks", "reth-tracing", "rmp-serde", "thiserror 2.0.17", @@ -8483,23 +8197,13 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-eips", "alloy-primitives", - "reth-chain-state 1.9.3", - "reth-execution-types 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-chain-state", + "reth-execution-types", + "reth-primitives-traits", "serde", "serde_with", ] -[[package]] -name = "reth-fs-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "serde", - "serde_json", - "thiserror 2.0.17", -] - [[package]] name = "reth-fs-util" version = "1.9.3" @@ -8523,14 +8227,14 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "pretty_assertions", - "reth-engine-primitives 1.9.3", - "reth-evm 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-engine-primitives", + "reth-evm", + "reth-primitives-traits", "reth-provider", - "reth-revm 1.9.3", + "reth-revm", "reth-rpc-api", "reth-tracing", - "reth-trie 1.9.3", + "reth-trie", "revm", "revm-bytecode", "revm-database", @@ -8583,15 +8287,6 @@ dependencies = [ "cc", ] -[[package]] -name = "reth-metrics" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "metrics", - "metrics-derive", -] - [[package]] name = "reth-metrics" version = "1.9.3" @@ -8647,28 +8342,28 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", + "reth-chainspec", + "reth-consensus", "reth-discv4", "reth-discv5", "reth-dns-discovery", "reth-ecies", "reth-eth-wire", - "reth-eth-wire-types 1.9.3", - "reth-ethereum-forks 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-fs-util 1.9.3", - "reth-metrics 1.9.3", + "reth-eth-wire-types", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-fs-util", + "reth-metrics", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers 1.9.3", + "reth-network-peers", "reth-network-types", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", "reth-tokio-util", - "reth-transaction-pool 1.9.3", + "reth-transaction-pool", "rustc-hash 2.1.1", "schnellru", "secp256k1 0.30.0", @@ -8694,10 +8389,10 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types 1.9.3", - "reth-ethereum-forks 1.9.3", + "reth-eth-wire-types", + "reth-ethereum-forks", "reth-network-p2p", - "reth-network-peers 1.9.3", + "reth-network-peers", "reth-network-types", "reth-tokio-util", "serde", @@ -8718,30 +8413,17 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus 1.9.3", - "reth-eth-wire-types 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-network-peers 1.9.3", + "reth-consensus", + "reth-eth-wire-types", + "reth-ethereum-primitives", + "reth-network-peers", "reth-network-types", - "reth-primitives-traits 1.9.3", - "reth-storage-errors 1.9.3", + "reth-primitives-traits", + "reth-storage-errors", "tokio", "tracing", ] -[[package]] -name = "reth-network-peers" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "secp256k1 0.30.0", - "serde_with", - "thiserror 2.0.17", - "url", -] - [[package]] name = "reth-network-peers" version = "1.9.3" @@ -8765,7 +8447,7 @@ dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers 1.9.3", + "reth-network-peers", "serde", "serde_json", "tracing", @@ -8781,7 +8463,7 @@ dependencies = [ "derive_more", "lz4_flex", "memmap2", - "reth-fs-util 1.9.3", + "reth-fs-util", "serde", "thiserror 2.0.17", "tracing", @@ -8795,21 +8477,21 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder 1.9.3", - "reth-consensus 1.9.3", + "reth-basic-payload-builder", + "reth-consensus", "reth-db-api", - "reth-engine-primitives 1.9.3", - "reth-evm 1.9.3", + "reth-engine-primitives", + "reth-evm", "reth-network-api", "reth-node-core", "reth-node-types", - "reth-payload-builder 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", "reth-provider", - "reth-tasks 1.9.3", + "reth-tasks", "reth-tokio-util", - "reth-transaction-pool 1.9.3", + "reth-transaction-pool", ] [[package]] @@ -8829,25 +8511,25 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "rayon", - "reth-basic-payload-builder 1.9.3", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", "reth-cli-util", "reth-config", - "reth-consensus 1.9.3", + "reth-consensus", "reth-consensus-debug-client", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives 1.9.3", + "reth-engine-primitives", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm 1.9.3", + "reth-evm", "reth-exex", - "reth-fs-util 1.9.3", + "reth-fs-util", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -8857,8 +8539,8 @@ dependencies = [ "reth-node-ethstats", "reth-node-events", "reth-node-metrics", - "reth-payload-builder 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-payload-builder", + "reth-primitives-traits", "reth-provider", "reth-prune", "reth-rpc", @@ -8869,10 +8551,10 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks 1.9.3", + "reth-tasks", "reth-tokio-util", "reth-tracing", - "reth-transaction-pool 1.9.3", + "reth-transaction-pool", "secp256k1 0.30.0", "serde_json", "tokio", @@ -8896,31 +8578,31 @@ dependencies = [ "futures", "humantime", "rand 0.9.2", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-cli-util", "reth-config", - "reth-consensus 1.9.3", + "reth-consensus", "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives 1.9.3", - "reth-ethereum-forks 1.9.3", + "reth-engine-primitives", + "reth-ethereum-forks", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-prune-types 1.9.3", + "reth-network-peers", + "reth-primitives-traits", + "reth-prune-types", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types 1.9.3", - "reth-storage-api 1.9.3", - "reth-storage-errors 1.9.3", + "reth-stages-types", + "reth-storage-api", + "reth-storage-errors", "reth-tracing", "reth-tracing-otlp", - "reth-transaction-pool 1.9.3", + "reth-transaction-pool", "secp256k1 0.30.0", "serde", "shellexpand", @@ -8943,22 +8625,22 @@ dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-engine-local", - "reth-engine-primitives 1.9.3", + "reth-engine-primitives", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives 1.9.3", + "reth-ethereum-engine-primitives", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", + "reth-ethereum-primitives", + "reth-evm", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-payload-primitives", + "reth-primitives-traits", "reth-provider", - "reth-revm 1.9.3", + "reth-revm", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -8966,7 +8648,7 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool 1.9.3", + "reth-transaction-pool", "revm", "tokio", ] @@ -8980,11 +8662,11 @@ dependencies = [ "alloy-primitives", "chrono", "futures-util", - "reth-chain-state 1.9.3", + "reth-chain-state", "reth-network-api", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-primitives-traits", + "reth-storage-api", + "reth-transaction-pool", "serde", "serde_json", "thiserror 2.0.17", @@ -9008,13 +8690,13 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives 1.9.3", + "reth-engine-primitives", "reth-network-api", - "reth-primitives-traits 1.9.3", - "reth-prune-types 1.9.3", + "reth-primitives-traits", + "reth-prune-types", "reth-stages", - "reth-static-file-types 1.9.3", - "reth-storage-api 1.9.3", + "reth-static-file-types", + "reth-storage-api", "tokio", "tracing", ] @@ -9033,8 +8715,8 @@ dependencies = [ "metrics-util", "procfs 0.17.0", "reqwest", - "reth-metrics 1.9.3", - "reth-tasks 1.9.3", + "reth-metrics", + "reth-tasks", "tikv-jemalloc-ctl", "tokio", "tower 0.5.2", @@ -9046,34 +8728,11 @@ name = "reth-node-types" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-db-api", - "reth-engine-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", -] - -[[package]] -name = "reth-optimism-chainspec" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-chains", - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-hardforks", - "alloy-primitives", - "derive_more", - "op-alloy-consensus", - "op-alloy-rpc-types", - "reth-chainspec 1.9.2", - "reth-ethereum-forks 1.9.2", - "reth-network-peers 1.9.2", - "reth-optimism-forks 1.9.2", - "reth-optimism-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "serde_json", + "reth-engine-primitives", + "reth-payload-primitives", + "reth-primitives-traits", ] [[package]] @@ -9092,12 +8751,12 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types", "paste", - "reth-chainspec 1.9.3", - "reth-ethereum-forks 1.9.3", - "reth-network-peers 1.9.3", - "reth-optimism-forks 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-chainspec", + "reth-ethereum-forks", + "reth-network-peers", + "reth-optimism-forks", + "reth-optimism-primitives", + "reth-primitives-traits", "serde", "serde_json", "tar-no-std", @@ -9118,33 +8777,33 @@ dependencies = [ "eyre", "futures-util", "op-alloy-consensus", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus 1.9.3", + "reth-consensus", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", - "reth-execution-types 1.9.3", - "reth-fs-util 1.9.3", + "reth-execution-types", + "reth-fs-util", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-optimism-chainspec 1.9.3", - "reth-optimism-consensus 1.9.3", - "reth-optimism-evm 1.9.3", + "reth-optimism-chainspec", + "reth-optimism-consensus", + "reth-optimism-evm", "reth-optimism-node", - "reth-optimism-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-optimism-primitives", + "reth-primitives-traits", "reth-provider", "reth-prune", "reth-rpc-server-types", "reth-stages", "reth-static-file", - "reth-static-file-types 1.9.3", + "reth-static-file-types", "reth-tracing", "reth-tracing-otlp", "serde", @@ -9154,31 +8813,6 @@ dependencies = [ "url", ] -[[package]] -name = "reth-optimism-consensus" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-trie", - "reth-chainspec 1.9.2", - "reth-consensus 1.9.2", - "reth-consensus-common 1.9.2", - "reth-execution-types 1.9.2", - "reth-optimism-chainspec 1.9.2", - "reth-optimism-forks 1.9.2", - "reth-optimism-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-storage-api 1.9.2", - "reth-storage-errors 1.9.2", - "reth-trie-common 1.9.2", - "revm", - "thiserror 2.0.17", - "tracing", -] - [[package]] name = "reth-optimism-consensus" version = "1.9.3" @@ -9188,17 +8822,17 @@ dependencies = [ "alloy-eips", "alloy-primitives", "alloy-trie", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", - "reth-consensus-common 1.9.3", - "reth-execution-types 1.9.3", - "reth-optimism-chainspec 1.9.3", - "reth-optimism-forks 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-storage-errors 1.9.3", - "reth-trie-common 1.9.3", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-execution-types", + "reth-optimism-chainspec", + "reth-optimism-forks", + "reth-optimism-primitives", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie-common", "revm", "thiserror 2.0.17", "tracing", @@ -9206,8 +8840,8 @@ dependencies = [ [[package]] name = "reth-optimism-evm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9217,50 +8851,23 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec 1.9.2", - "reth-evm 1.9.2", - "reth-execution-errors 1.9.2", - "reth-execution-types 1.9.2", - "reth-optimism-chainspec 1.9.2", - "reth-optimism-consensus 1.9.2", - "reth-optimism-forks 1.9.2", - "reth-optimism-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-storage-errors 1.9.2", + "reth-chainspec", + "reth-evm", + "reth-execution-errors", + "reth-execution-types", + "reth-optimism-chainspec", + "reth-optimism-consensus", + "reth-optimism-forks", + "reth-optimism-primitives", + "reth-primitives-traits", + "reth-rpc-eth-api", + "reth-storage-errors", "revm", "thiserror 2.0.17", ] [[package]] -name = "reth-optimism-evm" -version = "1.9.3" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-op-evm", - "alloy-primitives", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", - "op-revm", - "reth-chainspec 1.9.3", - "reth-evm 1.9.3", - "reth-execution-errors 1.9.3", - "reth-execution-types 1.9.3", - "reth-optimism-chainspec 1.9.3", - "reth-optimism-consensus 1.9.3", - "reth-optimism-forks 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-rpc-eth-api", - "reth-storage-errors 1.9.3", - "revm", - "thiserror 2.0.17", -] - -[[package]] -name = "reth-optimism-flashblocks" +name = "reth-optimism-flashblocks" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ @@ -9274,21 +8881,21 @@ dependencies = [ "eyre", "futures-util", "metrics", - "reth-chain-state 1.9.3", - "reth-engine-primitives 1.9.3", - "reth-errors 1.9.3", - "reth-evm 1.9.3", - "reth-execution-types 1.9.3", - "reth-metrics 1.9.3", - "reth-optimism-evm 1.9.3", - "reth-optimism-payload-builder 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", + "reth-chain-state", + "reth-engine-primitives", + "reth-errors", + "reth-evm", + "reth-execution-types", + "reth-metrics", + "reth-optimism-evm", + "reth-optimism-payload-builder", + "reth-optimism-primitives", + "reth-payload-primitives", + "reth-primitives-traits", + "reth-revm", "reth-rpc-eth-types", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", + "reth-storage-api", + "reth-tasks", "ringbuffer", "serde", "serde_json", @@ -9298,17 +8905,6 @@ dependencies = [ "url", ] -[[package]] -name = "reth-optimism-forks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-op-hardforks", - "alloy-primitives", - "once_cell", - "reth-ethereum-forks 1.9.2", -] - [[package]] name = "reth-optimism-forks" version = "1.9.3" @@ -9317,7 +8913,7 @@ dependencies = [ "alloy-op-hardforks", "alloy-primitives", "once_cell", - "reth-ethereum-forks 1.9.3", + "reth-ethereum-forks", ] [[package]] @@ -9334,78 +8930,38 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", + "reth-chainspec", + "reth-consensus", "reth-engine-local", - "reth-evm 1.9.3", + "reth-evm", "reth-network", "reth-node-api", "reth-node-builder", "reth-node-core", - "reth-optimism-chainspec 1.9.3", - "reth-optimism-consensus 1.9.3", - "reth-optimism-evm 1.9.3", - "reth-optimism-forks 1.9.3", - "reth-optimism-payload-builder 1.9.3", - "reth-optimism-primitives 1.9.3", + "reth-optimism-chainspec", + "reth-optimism-consensus", + "reth-optimism-evm", + "reth-optimism-forks", + "reth-optimism-payload-builder", + "reth-optimism-primitives", "reth-optimism-rpc", "reth-optimism-storage", - "reth-optimism-txpool 1.9.3", - "reth-payload-builder 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-optimism-txpool", + "reth-payload-builder", + "reth-primitives-traits", "reth-provider", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool 1.9.3", - "reth-trie-common 1.9.3", + "reth-transaction-pool", + "reth-trie-common", "revm", "serde", "tokio", "url", ] -[[package]] -name = "reth-optimism-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-evm", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-debug", - "alloy-rpc-types-engine", - "derive_more", - "op-alloy-consensus", - "op-alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.2", - "reth-chain-state 1.9.2", - "reth-chainspec 1.9.2", - "reth-evm 1.9.2", - "reth-execution-types 1.9.2", - "reth-optimism-evm 1.9.2", - "reth-optimism-forks 1.9.2", - "reth-optimism-primitives 1.9.2", - "reth-optimism-txpool 1.9.2", - "reth-payload-builder 1.9.2", - "reth-payload-builder-primitives 1.9.2", - "reth-payload-primitives 1.9.2", - "reth-payload-util 1.9.2", - "reth-payload-validator 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-revm 1.9.2", - "reth-storage-api 1.9.2", - "reth-transaction-pool 1.9.2", - "revm", - "serde", - "sha2", - "thiserror 2.0.17", - "tracing", -] - [[package]] name = "reth-optimism-payload-builder" version = "1.9.3" @@ -9421,24 +8977,24 @@ dependencies = [ "derive_more", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.3", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-evm 1.9.3", - "reth-execution-types 1.9.3", - "reth-optimism-evm 1.9.3", - "reth-optimism-forks 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-optimism-txpool 1.9.3", - "reth-payload-builder 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-payload-util 1.9.3", - "reth-payload-validator 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", - "reth-storage-api 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-basic-payload-builder", + "reth-chain-state", + "reth-chainspec", + "reth-evm", + "reth-execution-types", + "reth-optimism-evm", + "reth-optimism-forks", + "reth-optimism-primitives", + "reth-optimism-txpool", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-payload-util", + "reth-payload-validator", + "reth-primitives-traits", + "reth-revm", + "reth-storage-api", + "reth-transaction-pool", "revm", "serde", "sha2", @@ -9446,19 +9002,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-optimism-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "op-alloy-consensus", - "reth-primitives-traits 1.9.2", -] - [[package]] name = "reth-optimism-primitives" version = "1.9.3" @@ -9472,9 +9015,9 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-zstd-compressors 1.9.3", + "reth-codecs", + "reth-primitives-traits", + "reth-zstd-compressors", "serde", "serde_with", ] @@ -9509,28 +9052,28 @@ dependencies = [ "op-alloy-rpc-types-engine", "op-revm", "reqwest", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-evm 1.9.3", - "reth-metrics 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-evm", + "reth-metrics", "reth-node-api", "reth-node-builder", - "reth-optimism-evm 1.9.3", + "reth-optimism-evm", "reth-optimism-flashblocks", - "reth-optimism-forks 1.9.3", - "reth-optimism-payload-builder 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-optimism-txpool 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-optimism-forks", + "reth-optimism-payload-builder", + "reth-optimism-primitives", + "reth-optimism-txpool", + "reth-primitives-traits", "reth-rpc", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "revm", "serde_json", "thiserror 2.0.17", @@ -9546,44 +9089,8 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", - "reth-optimism-primitives 1.9.3", - "reth-storage-api 1.9.3", -] - -[[package]] -name = "reth-optimism-txpool" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-json-rpc", - "alloy-primitives", - "alloy-rpc-client", - "alloy-rpc-types-eth", - "alloy-serde", - "c-kzg", - "derive_more", - "futures-util", - "metrics", - "op-alloy-consensus", - "op-alloy-flz", - "op-alloy-rpc-types", - "op-revm", - "parking_lot", - "reth-chain-state 1.9.2", - "reth-chainspec 1.9.2", - "reth-metrics 1.9.2", - "reth-optimism-evm 1.9.2", - "reth-optimism-forks 1.9.2", - "reth-optimism-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-storage-api 1.9.2", - "reth-transaction-pool 1.9.2", - "serde", - "thiserror 2.0.17", - "tokio", - "tracing", + "reth-optimism-primitives", + "reth-storage-api", ] [[package]] @@ -9607,42 +9114,21 @@ dependencies = [ "op-alloy-rpc-types", "op-revm", "parking_lot", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-metrics 1.9.3", - "reth-optimism-evm 1.9.3", - "reth-optimism-forks 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-metrics", + "reth-optimism-evm", + "reth-optimism-forks", + "reth-optimism-primitives", + "reth-primitives-traits", + "reth-storage-api", + "reth-transaction-pool", "serde", "thiserror 2.0.17", "tokio", "tracing", ] -[[package]] -name = "reth-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "alloy-rpc-types", - "futures-util", - "metrics", - "reth-chain-state 1.9.2", - "reth-ethereum-engine-primitives 1.9.2", - "reth-metrics 1.9.2", - "reth-payload-builder-primitives 1.9.2", - "reth-payload-primitives 1.9.2", - "reth-primitives-traits 1.9.2", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-payload-builder" version = "1.9.3" @@ -9653,24 +9139,12 @@ dependencies = [ "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state 1.9.3", - "reth-ethereum-engine-primitives 1.9.3", - "reth-metrics 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "tokio", - "tokio-stream", - "tracing", -] - -[[package]] -name = "reth-payload-builder-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "pin-project", - "reth-payload-primitives 1.9.2", + "reth-chain-state", + "reth-ethereum-engine-primitives", + "reth-metrics", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "tokio", "tokio-stream", "tracing", @@ -9682,32 +9156,12 @@ version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "pin-project", - "reth-payload-primitives 1.9.3", + "reth-payload-primitives", "tokio", "tokio-stream", "tracing", ] -[[package]] -name = "reth-payload-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "either", - "op-alloy-rpc-types-engine", - "reth-chain-state 1.9.2", - "reth-chainspec 1.9.2", - "reth-errors 1.9.2", - "reth-primitives-traits 1.9.2", - "serde", - "thiserror 2.0.17", - "tokio", -] - [[package]] name = "reth-payload-primitives" version = "1.9.3" @@ -9719,25 +9173,15 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-errors 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-primitives-traits", "serde", "thiserror 2.0.17", "tokio", ] -[[package]] -name = "reth-payload-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "reth-transaction-pool 1.9.2", -] - [[package]] name = "reth-payload-util" version = "1.9.3" @@ -9745,17 +9189,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-primitives", - "reth-transaction-pool 1.9.3", -] - -[[package]] -name = "reth-payload-validator" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-rpc-types-engine", - "reth-primitives-traits 1.9.2", + "reth-transaction-pool", ] [[package]] @@ -9765,7 +9199,7 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", ] [[package]] @@ -9776,37 +9210,10 @@ dependencies = [ "alloy-consensus", "c-kzg", "once_cell", - "reth-ethereum-forks 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-static-file-types 1.9.3", -] - -[[package]] -name = "reth-primitives-traits" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-genesis", - "alloy-primitives", - "alloy-rlp", - "alloy-rpc-types-eth", - "alloy-trie", - "auto_impl", - "bytes", - "derive_more", - "once_cell", - "op-alloy-consensus", - "reth-codecs 1.9.2", - "revm-bytecode", - "revm-primitives", - "revm-state", - "secp256k1 0.30.0", - "serde", - "serde_with", - "thiserror 2.0.17", + "reth-ethereum-forks", + "reth-ethereum-primitives", + "reth-primitives-traits", + "reth-static-file-types", ] [[package]] @@ -9832,7 +9239,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs 1.9.3", + "reth-codecs", "revm-bytecode", "revm-primitives", "revm-state", @@ -9858,26 +9265,26 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-codecs 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-codecs", "reth-db", "reth-db-api", - "reth-errors 1.9.3", - "reth-ethereum-engine-primitives 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-execution-types 1.9.3", - "reth-fs-util 1.9.3", - "reth-metrics 1.9.3", + "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 1.9.3", - "reth-prune-types 1.9.3", - "reth-stages-types 1.9.3", - "reth-static-file-types 1.9.3", - "reth-storage-api 1.9.3", - "reth-storage-errors 1.9.3", - "reth-trie 1.9.3", + "reth-primitives-traits", + "reth-prune-types", + "reth-stages-types", + "reth-static-file-types", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", "reth-trie-db", "revm-database", "revm-state", @@ -9899,13 +9306,13 @@ dependencies = [ "rayon", "reth-config", "reth-db-api", - "reth-errors 1.9.3", + "reth-errors", "reth-exex-types", - "reth-metrics 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-metrics", + "reth-primitives-traits", "reth-provider", - "reth-prune-types 1.9.3", - "reth-static-file-types 1.9.3", + "reth-prune-types", + "reth-static-file-types", "reth-tokio-util", "rustc-hash 2.1.1", "thiserror 2.0.17", @@ -9913,17 +9320,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-prune-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "derive_more", - "strum 0.27.2", - "thiserror 2.0.17", -] - [[package]] name = "reth-prune-types" version = "1.9.3" @@ -9933,7 +9329,7 @@ dependencies = [ "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs 1.9.3", + "reth-codecs", "serde", "strum 0.27.2", "thiserror 2.0.17", @@ -9949,10 +9345,10 @@ dependencies = [ "alloy-rlp", "futures", "reth-eth-wire", - "reth-ethereum-primitives 1.9.3", + "reth-ethereum-primitives", "reth-network", "reth-network-api", - "reth-storage-errors 1.9.3", + "reth-storage-errors", "tokio", "tokio-stream", "tracing", @@ -9968,46 +9364,33 @@ dependencies = [ "eyre", "futures", "parking_lot", - "reth-chain-state 1.9.3", - "reth-errors 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", + "reth-chain-state", + "reth-errors", + "reth-ethereum-primitives", + "reth-evm", "reth-node-api", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-ress-protocol", - "reth-revm 1.9.3", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", + "reth-revm", + "reth-storage-api", + "reth-tasks", "reth-tokio-util", - "reth-trie 1.9.3", + "reth-trie", "schnellru", "tokio", "tracing", ] -[[package]] -name = "reth-revm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "reth-primitives-traits 1.9.2", - "reth-storage-api 1.9.2", - "reth-storage-errors 1.9.2", - "reth-trie 1.9.2", - "revm", -] - [[package]] name = "reth-revm" version = "1.9.3" source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-storage-errors 1.9.3", - "reth-trie 1.9.3", + "reth-primitives-traits", + "reth-storage-api", + "reth-storage-errors", + "reth-trie", "revm", ] @@ -10050,32 +9433,32 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", - "reth-consensus-common 1.9.3", - "reth-engine-primitives 1.9.3", - "reth-errors 1.9.3", - "reth-evm 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-consensus-common", + "reth-engine-primitives", + "reth-errors", + "reth-evm", "reth-evm-ethereum", - "reth-execution-types 1.9.3", - "reth-metrics 1.9.3", + "reth-execution-types", + "reth-metrics", "reth-network-api", - "reth-network-peers 1.9.3", + "reth-network-peers", "reth-network-types", "reth-node-api", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", + "reth-primitives-traits", + "reth-revm", "reth-rpc-api", "reth-rpc-convert", "reth-rpc-engine-api", "reth-rpc-eth-api", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", - "reth-transaction-pool 1.9.3", - "reth-trie-common 1.9.3", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie-common", "revm", "revm-inspectors", "revm-primitives", @@ -10111,11 +9494,11 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee 0.26.0", - "reth-chain-state 1.9.3", - "reth-engine-primitives 1.9.3", - "reth-network-peers 1.9.3", + "reth-chain-state", + "reth-engine-primitives", + "reth-network-peers", "reth-rpc-eth-api", - "reth-trie-common 1.9.3", + "reth-trie-common", ] [[package]] @@ -10130,24 +9513,24 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "pin-project", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-consensus 1.9.3", - "reth-evm 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-consensus", + "reth-evm", "reth-ipc", - "reth-metrics 1.9.3", + "reth-metrics", "reth-network-api", "reth-node-core", - "reth-primitives-traits 1.9.3", + "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.9.3", - "reth-tasks 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "serde", "thiserror 2.0.17", "tokio", @@ -10175,11 +9558,11 @@ dependencies = [ "op-alloy-network", "op-alloy-rpc-types", "op-revm", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", - "reth-optimism-primitives 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", + "reth-ethereum-primitives", + "reth-evm", + "reth-optimism-primitives", + "reth-primitives-traits", + "reth-storage-api", "revm-context", "thiserror 2.0.17", ] @@ -10197,17 +9580,17 @@ dependencies = [ "jsonrpsee-types 0.26.0", "metrics", "parking_lot", - "reth-chainspec 1.9.3", - "reth-engine-primitives 1.9.3", - "reth-metrics 1.9.3", - "reth-payload-builder 1.9.3", - "reth-payload-builder-primitives 1.9.3", - "reth-payload-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-chainspec", + "reth-engine-primitives", + "reth-metrics", + "reth-payload-builder", + "reth-payload-builder-primitives", + "reth-payload-primitives", + "reth-primitives-traits", "reth-rpc-api", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", - "reth-transaction-pool 1.9.3", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", "serde", "thiserror 2.0.17", "tokio", @@ -10237,21 +9620,21 @@ dependencies = [ "jsonrpsee 0.26.0", "jsonrpsee-types 0.26.0", "parking_lot", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-errors 1.9.3", - "reth-evm 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-errors", + "reth-evm", "reth-network-api", "reth-node-api", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", + "reth-primitives-traits", + "reth-revm", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", - "reth-transaction-pool 1.9.3", - "reth-trie-common 1.9.3", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie-common", "revm", "revm-inspectors", "tokio", @@ -10280,21 +9663,21 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-errors 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-evm 1.9.3", - "reth-execution-types 1.9.3", - "reth-metrics 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-revm 1.9.3", + "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.9.3", - "reth-tasks 1.9.3", - "reth-transaction-pool 1.9.3", - "reth-trie 1.9.3", + "reth-storage-api", + "reth-tasks", + "reth-transaction-pool", + "reth-trie", "revm", "revm-inspectors", "schnellru", @@ -10329,7 +9712,7 @@ dependencies = [ "alloy-rpc-types-engine", "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", - "reth-errors 1.9.3", + "reth-errors", "reth-network-api", "serde", "strum 0.27.2", @@ -10350,32 +9733,32 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec 1.9.3", - "reth-codecs 1.9.3", + "reth-chainspec", + "reth-codecs", "reth-config", - "reth-consensus 1.9.3", + "reth-consensus", "reth-db", "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives 1.9.3", + "reth-ethereum-primitives", "reth-etl", - "reth-evm 1.9.3", - "reth-execution-types 1.9.3", + "reth-evm", + "reth-execution-types", "reth-exex", - "reth-fs-util 1.9.3", + "reth-fs-util", "reth-network-p2p", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-prune-types 1.9.3", - "reth-revm 1.9.3", + "reth-prune-types", + "reth-revm", "reth-stages-api", - "reth-static-file-types 1.9.3", - "reth-storage-errors 1.9.3", + "reth-static-file-types", + "reth-storage-errors", "reth-testing-utils", - "reth-trie 1.9.3", + "reth-trie", "reth-trie-db", "tempfile", "thiserror 2.0.17", @@ -10394,31 +9777,22 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus 1.9.3", - "reth-errors 1.9.3", - "reth-metrics 1.9.3", + "reth-consensus", + "reth-errors", + "reth-metrics", "reth-network-p2p", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", "reth-prune", - "reth-stages-types 1.9.3", + "reth-stages-types", "reth-static-file", - "reth-static-file-types 1.9.3", + "reth-static-file-types", "reth-tokio-util", "thiserror 2.0.17", "tokio", "tracing", ] -[[package]] -name = "reth-stages-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "reth-trie-common 1.9.2", -] - [[package]] name = "reth-stages-types" version = "1.9.3" @@ -10428,8 +9802,8 @@ dependencies = [ "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.9.3", - "reth-trie-common 1.9.3", + "reth-codecs", + "reth-trie-common", "serde", ] @@ -10441,29 +9815,18 @@ dependencies = [ "alloy-primitives", "parking_lot", "rayon", - "reth-codecs 1.9.3", + "reth-codecs", "reth-db-api", - "reth-primitives-traits 1.9.3", + "reth-primitives-traits", "reth-provider", - "reth-prune-types 1.9.3", - "reth-stages-types 1.9.3", - "reth-static-file-types 1.9.3", - "reth-storage-errors 1.9.3", + "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.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "derive_more", - "serde", - "strum 0.27.2", -] - [[package]] name = "reth-static-file-types" version = "1.9.3" @@ -10476,28 +9839,6 @@ dependencies = [ "strum 0.27.2", ] -[[package]] -name = "reth-storage-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rpc-types-engine", - "auto_impl", - "reth-chainspec 1.9.2", - "reth-db-models 1.9.2", - "reth-ethereum-primitives 1.9.2", - "reth-execution-types 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-prune-types 1.9.2", - "reth-stages-types 1.9.2", - "reth-storage-errors 1.9.2", - "reth-trie-common 1.9.2", - "revm-database", -] - [[package]] name = "reth-storage-api" version = "1.9.3" @@ -10508,35 +9849,19 @@ dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec 1.9.3", + "reth-chainspec", "reth-db-api", - "reth-db-models 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-execution-types 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-prune-types 1.9.3", - "reth-stages-types 1.9.3", - "reth-storage-errors 1.9.3", - "reth-trie-common 1.9.3", + "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", ] -[[package]] -name = "reth-storage-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "derive_more", - "reth-primitives-traits 1.9.2", - "reth-prune-types 1.9.2", - "reth-static-file-types 1.9.2", - "revm-database-interface", - "thiserror 2.0.17", -] - [[package]] name = "reth-storage-errors" version = "1.9.3" @@ -10546,29 +9871,13 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "derive_more", - "reth-primitives-traits 1.9.3", - "reth-prune-types 1.9.3", - "reth-static-file-types 1.9.3", + "reth-primitives-traits", + "reth-prune-types", + "reth-static-file-types", "revm-database-interface", "thiserror 2.0.17", ] -[[package]] -name = "reth-tasks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "auto_impl", - "dyn-clone", - "futures-util", - "metrics", - "reth-metrics 1.9.2", - "thiserror 2.0.17", - "tokio", - "tracing", - "tracing-futures", -] - [[package]] name = "reth-tasks" version = "1.9.3" @@ -10580,7 +9889,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics 1.9.3", + "reth-metrics", "thiserror 2.0.17", "tokio", "tracing", @@ -10598,8 +9907,8 @@ dependencies = [ "alloy-primitives", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-ethereum-primitives", + "reth-primitives-traits", "secp256k1 0.30.0", ] @@ -10647,45 +9956,6 @@ dependencies = [ "url", ] -[[package]] -name = "reth-transaction-pool" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "aquamarine", - "auto_impl", - "bitflags 2.10.0", - "futures-util", - "metrics", - "parking_lot", - "pin-project", - "reth-chain-state 1.9.2", - "reth-chainspec 1.9.2", - "reth-eth-wire-types 1.9.2", - "reth-ethereum-primitives 1.9.2", - "reth-execution-types 1.9.2", - "reth-fs-util 1.9.2", - "reth-metrics 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-storage-api 1.9.2", - "reth-tasks 1.9.2", - "revm-interpreter", - "revm-primitives", - "rustc-hash 2.1.1", - "schnellru", - "serde", - "serde_json", - "smallvec", - "thiserror 2.0.17", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "reth-transaction-pool" version = "1.9.3" @@ -10704,16 +9974,16 @@ dependencies = [ "paste", "pin-project", "rand 0.9.2", - "reth-chain-state 1.9.3", - "reth-chainspec 1.9.3", - "reth-eth-wire-types 1.9.3", - "reth-ethereum-primitives 1.9.3", - "reth-execution-types 1.9.3", - "reth-fs-util 1.9.3", - "reth-metrics 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-storage-api 1.9.3", - "reth-tasks 1.9.3", + "reth-chain-state", + "reth-chainspec", + "reth-eth-wire-types", + "reth-ethereum-primitives", + "reth-execution-types", + "reth-fs-util", + "reth-metrics", + "reth-primitives-traits", + "reth-storage-api", + "reth-tasks", "revm-interpreter", "revm-primitives", "rustc-hash 2.1.1", @@ -10727,28 +9997,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "reth-trie" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-eips", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "itertools 0.14.0", - "reth-execution-errors 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-stages-types 1.9.2", - "reth-storage-errors 1.9.2", - "reth-trie-common 1.9.2", - "reth-trie-sparse 1.9.2", - "revm-database", - "tracing", -] - [[package]] name = "reth-trie" version = "1.9.3" @@ -10762,35 +10010,18 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", - "reth-execution-errors 1.9.3", - "reth-metrics 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-stages-types 1.9.3", - "reth-storage-errors 1.9.3", - "reth-trie-common 1.9.3", - "reth-trie-sparse 1.9.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.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-consensus", - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "derive_more", - "itertools 0.14.0", - "nybbles", - "rayon", - "reth-primitives-traits 1.9.2", - "revm-database", -] - [[package]] name = "reth-trie-common" version = "1.9.3" @@ -10811,8 +10042,8 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs 1.9.3", - "reth-primitives-traits 1.9.3", + "reth-codecs", + "reth-primitives-traits", "revm-database", "serde", "serde_with", @@ -10825,9 +10056,9 @@ source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea8 dependencies = [ "alloy-primitives", "reth-db-api", - "reth-execution-errors 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-trie 1.9.3", + "reth-execution-errors", + "reth-primitives-traits", + "reth-trie", "tracing", ] @@ -10844,34 +10075,18 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors 1.9.3", - "reth-metrics 1.9.3", + "reth-execution-errors", + "reth-metrics", "reth-provider", - "reth-storage-errors 1.9.3", - "reth-trie 1.9.3", - "reth-trie-common 1.9.3", - "reth-trie-sparse 1.9.3", + "reth-storage-errors", + "reth-trie", + "reth-trie-common", + "reth-trie-sparse", "thiserror 2.0.17", "tokio", "tracing", ] -[[package]] -name = "reth-trie-sparse" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "alloy-primitives", - "alloy-rlp", - "alloy-trie", - "auto_impl", - "reth-execution-errors 1.9.2", - "reth-primitives-traits 1.9.2", - "reth-trie-common 1.9.2", - "smallvec", - "tracing", -] - [[package]] name = "reth-trie-sparse" version = "1.9.3" @@ -10883,10 +10098,10 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors 1.9.3", - "reth-metrics 1.9.3", - "reth-primitives-traits 1.9.3", - "reth-trie-common 1.9.3", + "reth-execution-errors", + "reth-metrics", + "reth-primitives-traits", + "reth-trie-common", "smallvec", "tracing", ] @@ -10901,22 +10116,14 @@ dependencies = [ "alloy-trie", "metrics", "rayon", - "reth-execution-errors 1.9.3", - "reth-metrics 1.9.3", - "reth-trie-common 1.9.3", - "reth-trie-sparse 1.9.3", + "reth-execution-errors", + "reth-metrics", + "reth-trie-common", + "reth-trie-sparse", "smallvec", "tracing", ] -[[package]] -name = "reth-zstd-compressors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.2#74351d98e906b8af5f118694529fb2b71d316946" -dependencies = [ - "zstd", -] - [[package]] name = "reth-zstd-compressors" version = "1.9.3" @@ -11237,7 +10444,7 @@ dependencies = [ [[package]] name = "rollup-boost" version = "0.1.0" -source = "git+http://github.com/flashbots/rollup-boost?rev=6dbc3a2a97c769c4b0a420199dc6c26147fc16e8#6dbc3a2a97c769c4b0a420199dc6c26147fc16e8" +source = "git+http://github.com/flashbots/rollup-boost?rev=v0.7.10#501ae74cf6d93ae4ff0d7454ca7b36827fd1e135" dependencies = [ "alloy-primitives", "alloy-rpc-types-engine", @@ -11268,7 +10475,7 @@ dependencies = [ "opentelemetry_sdk 0.28.0", "parking_lot", "paste", - "reth-optimism-payload-builder 1.9.2", + "reth-optimism-payload-builder", "rustls", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 957e2500..48987748 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ op-alloy-network = { version = "0.22.0", default-features = false } op-alloy-consensus = { version = "0.22.0", default-features = false } # rollup-boost -rollup-boost = { git = "http://github.com/flashbots/rollup-boost", rev = "6dbc3a2a97c769c4b0a420199dc6c26147fc16e8" } +rollup-boost = { git = "http://github.com/flashbots/rollup-boost", rev = "v0.7.10" } rustls = "0.23.23" # tokio