From 9b9a2df804b2472adf9a8d2721cc53ae7c86299b Mon Sep 17 00:00:00 2001 From: theochap Date: Tue, 18 Nov 2025 11:43:38 -0500 Subject: [PATCH] chore(deps): bump reth --- Cargo.lock | 2418 +++++++++-------- Cargo.toml | 106 +- crates/op-rbuilder/src/builders/builder_tx.rs | 9 +- 3 files changed, 1271 insertions(+), 1262 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48ed2603..226871b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,8 +343,8 @@ dependencies = [ "auto_impl", "derive_more", "op-alloy", - "op-revm 14.0.0", - "revm 33.0.0", + "op-revm 14.1.0", + "revm 33.1.0", "thiserror 2.0.17", ] @@ -485,8 +485,8 @@ dependencies = [ "alloy-primitives 1.4.1", "auto_impl", "op-alloy", - "op-revm 14.0.0", - "revm 33.0.0", + "op-revm 14.1.0", + "revm 33.1.0", "thiserror 2.0.17", ] @@ -574,8 +574,10 @@ dependencies = [ "alloy-primitives 1.4.1", "alloy-pubsub", "alloy-rpc-client", + "alloy-rpc-types-debug", "alloy-rpc-types-engine", "alloy-rpc-types-eth", + "alloy-rpc-types-trace", "alloy-rpc-types-txpool", "alloy-signer", "alloy-sol-types 1.4.1", @@ -7162,59 +7164,59 @@ dependencies = [ "op-alloy-network", "op-alloy-rpc-types", "op-alloy-rpc-types-engine", - "op-revm 14.0.0", + "op-revm 14.1.0", "opentelemetry 0.31.0", "p2p", "parking_lot", "rand 0.9.2", "reqwest", "reth", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-basic-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-cli", "reth-cli-commands", "reth-cli-util", "reth-db", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-exex", "reth-ipc", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-ethereum", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-optimism-cli", - "reth-optimism-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-optimism-node", - "reth-optimism-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-optimism-rpc", - "reth-optimism-txpool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-txpool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-primitives", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-eth-types", "reth-rpc-layer", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-testing-utils", "reth-tracing-otlp", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "rlimit", "rollup-boost", "secp256k1 0.30.0", @@ -7255,12 +7257,12 @@ dependencies = [ [[package]] name = "op-revm" -version = "14.0.0" +version = "14.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f887a8353e22df6ce5b150e4d3a51838bc6a64d4644c5f7416bef70f442c2857" +checksum = "1475a779c73999fc803778524042319691b31f3d6699d2b560c4ed8be1db802a" dependencies = [ "auto_impl", - "revm 33.0.0", + "revm 33.1.0", "serde", ] @@ -8556,23 +8558,23 @@ checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" [[package]] name = "reth" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-rpc-types", "aquamarine", "clap", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-cli-runner", "reth-cli-util", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db", "reth-ethereum-cli", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network", "reth-network-api", "reth-node-api", @@ -8580,30 +8582,30 @@ dependencies = [ "reth-node-core", "reth-node-ethereum", "reth-node-metrics", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-primitives", "reth-provider", "reth-ress-protocol", "reth-ress-provider", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tracing", ] [[package]] name = "reth-basic-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", @@ -8611,23 +8613,23 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "tokio", "tracing", ] [[package]] name = "reth-basic-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8635,23 +8637,23 @@ dependencies = [ "futures-core", "futures-util", "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tracing", ] [[package]] name = "reth-chain-state" -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", @@ -8660,14 +8662,14 @@ dependencies = [ "metrics", "parking_lot", "pin-project", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm-database", "tokio", "tokio-stream", @@ -8676,8 +8678,8 @@ dependencies = [ [[package]] name = "reth-chain-state" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8689,14 +8691,14 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", "revm-database", "revm-state", "serde", @@ -8707,8 +8709,8 @@ dependencies = [ [[package]] name = "reth-chainspec" -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", @@ -8719,16 +8721,16 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde_json", ] [[package]] name = "reth-chainspec" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8739,16 +8741,16 @@ dependencies = [ "alloy-trie", "auto_impl", "derive_more", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde_json", ] [[package]] name = "reth-cli" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-genesis", "clap", @@ -8761,8 +8763,8 @@ dependencies = [ [[package]] name = "reth-cli-commands" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8782,13 +8784,13 @@ dependencies = [ "lz4", "ratatui", "reqwest", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-cli", "reth-cli-runner", "reth-cli-util", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-config", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db", "reth-db-api", "reth-db-common", @@ -8801,27 +8803,27 @@ dependencies = [ "reth-era-utils", "reth-eth-wire", "reth-etl", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-exex", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-node-api", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-prune", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-stages", "reth-static-file", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-trie-db", "secp256k1 0.30.0", "serde", @@ -8836,18 +8838,18 @@ dependencies = [ [[package]] name = "reth-cli-runner" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tracing", ] [[package]] name = "reth-cli-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", @@ -8855,7 +8857,7 @@ dependencies = [ "eyre", "libc", "rand 0.8.5", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "secp256k1 0.30.0", "serde", "thiserror 2.0.17", @@ -8864,8 +8866,8 @@ dependencies = [ [[package]] name = "reth-codecs" -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", @@ -8875,15 +8877,15 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs-derive 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-zstd-compressors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde", ] [[package]] name = "reth-codecs" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8894,16 +8896,16 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs-derive 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-zstd-compressors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "visibility", ] [[package]] name = "reth-codecs-derive" -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 = [ "proc-macro2", "quote", @@ -8912,8 +8914,8 @@ dependencies = [ [[package]] name = "reth-codecs-derive" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "proc-macro2", "quote", @@ -8922,15 +8924,15 @@ dependencies = [ [[package]] name = "reth-config" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "eyre", "humantime-serde", "reth-network-types", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "toml", "url", @@ -8938,58 +8940,58 @@ dependencies = [ [[package]] name = "reth-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-primitives 1.4.1", "auto_impl", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "thiserror 2.0.17", ] [[package]] name = "reth-consensus" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", "auto_impl", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "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" +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.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", ] [[package]] name = "reth-consensus-common" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-consensus-debug-client" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9004,7 +9006,7 @@ dependencies = [ "futures", "reqwest", "reth-node-api", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tracing", "ringbuffer", "serde", @@ -9014,8 +9016,8 @@ dependencies = [ [[package]] name = "reth-db" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "derive_more", @@ -9024,12 +9026,12 @@ dependencies = [ "page_size", "parking_lot", "reth-db-api", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-libmdbx", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-nippy-jar", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tracing", "rustc-hash 2.1.1", "strum 0.27.2", @@ -9040,8 +9042,8 @@ dependencies = [ [[package]] name = "reth-db-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -9053,42 +9055,42 @@ dependencies = [ "modular-bitfield", "parity-scale-codec", "proptest", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-db-models 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-db-models 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "roaring", "serde", ] [[package]] name = "reth-db-common" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-genesis", "alloy-primitives 1.4.1", "boyer-moore-magiclen", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-config", "reth-db-api", "reth-etl", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-node-types", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-trie-db", "serde", "serde_json", @@ -9098,33 +9100,33 @@ dependencies = [ [[package]] name = "reth-db-models" -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 1.4.1", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", ] [[package]] name = "reth-db-models" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", ] [[package]] name = "reth-discv4" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", @@ -9133,10 +9135,10 @@ dependencies = [ "itertools 0.14.0", "parking_lot", "rand 0.8.5", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-net-banlist", "reth-net-nat", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "schnellru", "secp256k1 0.30.0", "serde", @@ -9148,8 +9150,8 @@ dependencies = [ [[package]] name = "reth-discv5" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", @@ -9160,10 +9162,10 @@ dependencies = [ "itertools 0.14.0", "metrics", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "secp256k1 0.30.0", "thiserror 2.0.17", "tokio", @@ -9172,8 +9174,8 @@ dependencies = [ [[package]] name = "reth-dns-discovery" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "data-encoding", @@ -9181,8 +9183,8 @@ dependencies = [ "hickory-resolver", "linked_hash_set", "parking_lot", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", "schnellru", "secp256k1 0.30.0", @@ -9196,8 +9198,8 @@ dependencies = [ [[package]] name = "reth-downloaders" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9211,15 +9213,15 @@ dependencies = [ "pin-project", "rayon", "reth-config", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-p2p", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-testing-utils", "tempfile", "thiserror 2.0.17", @@ -9231,8 +9233,8 @@ dependencies = [ [[package]] name = "reth-ecies" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "aes", "alloy-primitives 1.4.1", @@ -9247,7 +9249,7 @@ dependencies = [ "hmac", "pin-project", "rand 0.8.5", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "secp256k1 0.30.0", "sha2", "sha3", @@ -9260,8 +9262,8 @@ dependencies = [ [[package]] name = "reth-engine-local" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", @@ -9269,14 +9271,14 @@ dependencies = [ "eyre", "futures-util", "op-alloy-rpc-types-engine", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tokio-stream", "tracing", @@ -9284,31 +9286,31 @@ dependencies = [ [[package]] name = "reth-engine-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", "alloy-eips", "alloy-primitives 1.4.1", "alloy-rpc-types-engine", "auto_impl", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde", "thiserror 2.0.17", ] [[package]] name = "reth-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9316,15 +9318,15 @@ dependencies = [ "alloy-rpc-types-engine", "auto_impl", "futures", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "thiserror 2.0.17", "tokio", @@ -9332,30 +9334,30 @@ dependencies = [ [[package]] name = "reth-engine-service" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "futures", "pin-project", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-engine-tree", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-p2p", "reth-node-types", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-prune", "reth-stages-api", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-engine-tree" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9371,34 +9373,34 @@ dependencies = [ "mini-moka", "parking_lot", "rayon", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-p2p", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-prune", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-stages", "reth-stages-api", "reth-static-file", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tracing", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-trie-parallel", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-sparse 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-trie-sparse-parallel", - "revm 33.0.0", + "revm 33.1.0", "revm-primitives", "schnellru", "smallvec", @@ -9409,8 +9411,8 @@ dependencies = [ [[package]] name = "reth-engine-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9418,16 +9420,16 @@ dependencies = [ "futures", "itertools 0.14.0", "pin-project", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-engine-tree", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "serde_json", "tokio", @@ -9437,8 +9439,8 @@ dependencies = [ [[package]] name = "reth-era" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9446,30 +9448,31 @@ dependencies = [ "alloy-rlp", "ethereum_ssz", "ethereum_ssz_derive", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "snap", "thiserror 2.0.17", ] [[package]] name = "reth-era-downloader" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "bytes", "eyre", "futures-util", "reqwest", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-era", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "sha2", "tokio", ] [[package]] name = "reth-era-utils" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", @@ -9479,41 +9482,41 @@ dependencies = [ "reth-era", "reth-era-downloader", "reth-etl", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tracing", ] [[package]] name = "reth-errors" -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-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "thiserror 2.0.17", ] [[package]] name = "reth-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "thiserror 2.0.17", ] [[package]] name = "reth-eth-wire" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-chains", "alloy-primitives 1.4.1", @@ -9522,13 +9525,13 @@ dependencies = [ "derive_more", "futures", "pin-project", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-ecies", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-eth-wire-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "snap", "thiserror 2.0.17", @@ -9540,8 +9543,8 @@ dependencies = [ [[package]] name = "reth-eth-wire-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-chains", "alloy-consensus", @@ -9551,18 +9554,18 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-codecs-derive 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde", "thiserror 2.0.17", ] [[package]] name = "reth-eth-wire-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -9572,22 +9575,22 @@ dependencies = [ "alloy-rlp", "bytes", "derive_more", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-codecs-derive 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs-derive 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "thiserror 2.0.17", ] [[package]] name = "reth-ethereum-cli" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "clap", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-cli", "reth-cli-commands", "reth-cli-runner", @@ -9604,33 +9607,33 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives 1.4.1", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tracing", ] [[package]] name = "reth-ethereum-engine-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-eips", "alloy-primitives 1.4.1", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde", "sha2", "thiserror 2.0.17", @@ -9638,17 +9641,17 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", "alloy-rlp", "alloy-rpc-types-engine", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "sha2", "thiserror 2.0.17", @@ -9656,8 +9659,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -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", "alloy-hardforks", @@ -9669,8 +9672,8 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -9682,37 +9685,37 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives 1.4.1", "alloy-rlp", "alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-basic-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-evm-ethereum", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-validator 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-validator 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "tracing", ] [[package]] name = "reth-ethereum-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", "alloy-eips", @@ -9720,16 +9723,16 @@ dependencies = [ "alloy-rlp", "alloy-rpc-types-eth", "alloy-serde", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-zstd-compressors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde", "serde_with", ] [[package]] name = "reth-ethereum-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9739,17 +9742,17 @@ dependencies = [ "alloy-serde", "arbitrary", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-zstd-compressors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "serde_with", ] [[package]] name = "reth-etl" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "rayon", "reth-db-api", @@ -9758,8 +9761,8 @@ dependencies = [ [[package]] name = "reth-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", @@ -9768,19 +9771,19 @@ dependencies = [ "auto_impl", "derive_more", "futures-util", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm 31.0.2", ] [[package]] name = "reth-evm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9790,100 +9793,100 @@ dependencies = [ "derive_more", "futures-util", "metrics", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", ] [[package]] name = "reth-evm-ethereum" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-evm 0.24.1", "alloy-primitives 1.4.1", "alloy-rpc-types-engine", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", ] [[package]] name = "reth-execution-errors" -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-evm 0.23.1", "alloy-primitives 1.4.1", "alloy-rlp", "nybbles", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "thiserror 2.0.17", ] [[package]] name = "reth-execution-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-evm 0.24.1", "alloy-primitives 1.4.1", "alloy-rlp", "nybbles", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "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" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-evm 0.23.1", "alloy-primitives 1.4.1", "derive_more", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm 31.0.2", ] [[package]] name = "reth-execution-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-evm 0.24.1", "alloy-primitives 1.4.1", "derive_more", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "serde", "serde_with", ] [[package]] name = "reth-exex" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9893,23 +9896,23 @@ dependencies = [ "itertools 0.14.0", "metrics", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-config", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-exex-types", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-node-api", "reth-node-core", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-stages-api", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tracing", "rmp-serde", "thiserror 2.0.17", @@ -9920,22 +9923,22 @@ dependencies = [ [[package]] name = "reth-exex-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "serde_with", ] [[package]] name = "reth-fs-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 = [ "serde", "serde_json", @@ -9944,8 +9947,8 @@ dependencies = [ [[package]] name = "reth-fs-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "serde", "serde_json", @@ -9954,8 +9957,8 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", @@ -9965,15 +9968,15 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "pretty_assertions", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-api", "reth-tracing", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "revm-bytecode", "revm-database", "serde", @@ -9982,8 +9985,8 @@ dependencies = [ [[package]] name = "reth-ipc" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "bytes", "futures", @@ -10002,8 +10005,8 @@ dependencies = [ [[package]] name = "reth-libmdbx" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "bitflags 2.9.4", "byteorder", @@ -10018,8 +10021,8 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "bindgen 0.71.1", "cc", @@ -10027,8 +10030,8 @@ dependencies = [ [[package]] name = "reth-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 = [ "metrics", "metrics-derive", @@ -10036,8 +10039,8 @@ dependencies = [ [[package]] name = "reth-metrics" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "futures", "metrics", @@ -10048,16 +10051,17 @@ dependencies = [ [[package]] name = "reth-net-banlist" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", + "ipnet", ] [[package]] name = "reth-net-nat" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "futures-util", "if-addrs 0.14.0", @@ -10070,8 +10074,8 @@ dependencies = [ [[package]] name = "reth-network" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10089,28 +10093,28 @@ dependencies = [ "pin-project", "rand 0.8.5", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-discv4", "reth-discv5", "reth-dns-discovery", "reth-ecies", "reth-eth-wire", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-eth-wire-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-net-banlist", "reth-network-api", "reth-network-p2p", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-types", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "rustc-hash 2.1.1", "schnellru", "secp256k1 0.30.0", @@ -10125,8 +10129,8 @@ dependencies = [ [[package]] name = "reth-network-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", @@ -10136,10 +10140,10 @@ dependencies = [ "derive_more", "enr", "futures", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-eth-wire-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-p2p", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-types", "reth-tokio-util", "serde", @@ -10150,8 +10154,8 @@ dependencies = [ [[package]] name = "reth-network-p2p" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10160,21 +10164,21 @@ dependencies = [ "derive_more", "futures", "parking_lot", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-eth-wire-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-types", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tracing", ] [[package]] name = "reth-network-peers" -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 1.4.1", "alloy-rlp", @@ -10186,8 +10190,8 @@ dependencies = [ [[package]] name = "reth-network-peers" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", @@ -10201,13 +10205,13 @@ dependencies = [ [[package]] name = "reth-network-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eip2124", "humantime-serde", "reth-net-banlist", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "serde_json", "tracing", @@ -10215,15 +10219,15 @@ dependencies = [ [[package]] name = "reth-nippy-jar" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "anyhow", "bincode", "derive_more", "lz4_flex", "memmap2", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "thiserror 2.0.17", "tracing", @@ -10232,32 +10236,32 @@ dependencies = [ [[package]] name = "reth-node-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-rpc-types-engine", "eyre", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-basic-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db-api", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-api", "reth-node-core", "reth-node-types", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-node-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10271,24 +10275,24 @@ dependencies = [ "futures", "jsonrpsee 0.26.0", "rayon", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-basic-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-config", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-consensus-debug-client", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", "reth-engine-local", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-engine-service", "reth-engine-tree", "reth-engine-util", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-exex", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-invalid-block-hooks", "reth-network", "reth-network-api", @@ -10298,8 +10302,8 @@ dependencies = [ "reth-node-ethstats", "reth-node-events", "reth-node-metrics", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-prune", "reth-rpc", @@ -10310,10 +10314,10 @@ dependencies = [ "reth-rpc-layer", "reth-stages", "reth-static-file", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", "reth-tracing", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "secp256k1 0.30.0", "serde_json", "tokio", @@ -10323,8 +10327,8 @@ dependencies = [ [[package]] name = "reth-node-core" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10336,32 +10340,35 @@ dependencies = [ "eyre", "futures", "humantime", + "ipnet", "rand 0.9.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-cli-util", "reth-config", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db", "reth-discv4", "reth-discv5", "reth-engine-local", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-net-banlist", "reth-net-nat", "reth-network", "reth-network-p2p", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-provider", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tracing", "reth-tracing-otlp", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "secp256k1 0.30.0", "serde", "shellexpand", @@ -10376,30 +10383,30 @@ dependencies = [ [[package]] name = "reth-node-ethereum" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-network", "alloy-rpc-types-engine", "alloy-rpc-types-eth", "eyre", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-engine-local", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-ethereum-consensus", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-ethereum-payload-builder", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-evm-ethereum", "reth-network", "reth-node-api", "reth-node-builder", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc", "reth-rpc-api", "reth-rpc-builder", @@ -10407,25 +10414,25 @@ dependencies = [ "reth-rpc-eth-types", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "tokio", ] [[package]] name = "reth-node-ethstats" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", "chrono", "futures-util", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-api", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "serde_json", "thiserror 2.0.17", @@ -10438,8 +10445,8 @@ dependencies = [ [[package]] name = "reth-node-events" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10449,21 +10456,21 @@ dependencies = [ "futures", "humantime", "pin-project", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-api", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-stages", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tracing", ] [[package]] name = "reth-node-metrics" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "eyre", "http", @@ -10474,8 +10481,8 @@ dependencies = [ "metrics-util 0.19.1", "procfs", "reqwest", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tikv-jemalloc-ctl", "tokio", "tower 0.5.2", @@ -10484,20 +10491,20 @@ dependencies = [ [[package]] name = "reth-node-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db-api", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-optimism-chainspec" -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", @@ -10508,19 +10515,19 @@ dependencies = [ "derive_more", "op-alloy-consensus", "op-alloy-rpc-types", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde_json", ] [[package]] name = "reth-optimism-chainspec" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-chains", "alloy-consensus", @@ -10533,12 +10540,12 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types", "paste", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "serde_json", "tar-no-std", @@ -10547,8 +10554,8 @@ dependencies = [ [[package]] name = "reth-optimism-cli" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10559,33 +10566,33 @@ dependencies = [ "eyre", "futures-util", "op-alloy-consensus", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-cli", "reth-cli-commands", "reth-cli-runner", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db", "reth-db-api", "reth-db-common", "reth-downloaders", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-node-builder", "reth-node-core", "reth-node-events", "reth-node-metrics", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-optimism-node", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-prune", "reth-rpc-server-types", "reth-stages", "reth-static-file", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tracing", "serde", "tokio", @@ -10595,24 +10602,24 @@ dependencies = [ [[package]] name = "reth-optimism-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 1.4.1", "alloy-trie", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-consensus-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-consensus-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm 31.0.2", "thiserror 2.0.17", "tracing", @@ -10620,33 +10627,33 @@ dependencies = [ [[package]] name = "reth-optimism-consensus" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives 1.4.1", "alloy-trie", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "thiserror 2.0.17", "tracing", ] [[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", @@ -10656,24 +10663,24 @@ dependencies = [ "op-alloy-consensus", "op-alloy-rpc-types-engine", "op-revm 12.0.2", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm 31.0.2", "thiserror 2.0.17", ] [[package]] name = "reth-optimism-evm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10682,26 +10689,26 @@ dependencies = [ "alloy-primitives 1.4.1", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "op-revm 14.0.0", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "op-revm 14.1.0", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-eth-api", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "thiserror 2.0.17", ] [[package]] name = "reth-optimism-flashblocks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10713,20 +10720,20 @@ dependencies = [ "futures-util", "metrics", "op-alloy-rpc-types-engine", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-eth-types", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "ringbuffer", "serde_json", "tokio", @@ -10737,30 +10744,30 @@ dependencies = [ [[package]] name = "reth-optimism-forks" -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-op-hardforks", "alloy-primitives 1.4.1", "once_cell", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", ] [[package]] name = "reth-optimism-forks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-op-hardforks", "alloy-primitives 1.4.1", "once_cell", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-optimism-node" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", @@ -10770,34 +10777,34 @@ dependencies = [ "eyre", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "op-revm 14.0.0", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "op-revm 14.1.0", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-engine-local", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network", "reth-node-api", "reth-node-builder", "reth-node-core", - "reth-optimism-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-optimism-rpc", "reth-optimism-storage", - "reth-optimism-txpool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-txpool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-rpc-api", "reth-rpc-engine-api", "reth-rpc-server-types", "reth-tracing", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "serde", "tokio", "url", @@ -10805,8 +10812,8 @@ dependencies = [ [[package]] name = "reth-optimism-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", @@ -10818,24 +10825,24 @@ dependencies = [ "derive_more", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-txpool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-validator 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-basic-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-txpool 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-util 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-validator 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm 31.0.2", "serde", "sha2", @@ -10845,8 +10852,8 @@ dependencies = [ [[package]] name = "reth-optimism-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10859,24 +10866,24 @@ dependencies = [ "either", "op-alloy-consensus", "op-alloy-rpc-types-engine", - "reth-basic-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-txpool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-validator 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-basic-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-txpool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-validator 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "serde", "sha2", "thiserror 2.0.17", @@ -10885,21 +10892,21 @@ dependencies = [ [[package]] name = "reth-optimism-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", "alloy-eips", "alloy-primitives 1.4.1", "alloy-rlp", "op-alloy-consensus", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", ] [[package]] name = "reth-optimism-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10909,17 +10916,17 @@ dependencies = [ "bytes", "modular-bitfield", "op-alloy-consensus", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-zstd-compressors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-zstd-compressors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "serde_with", ] [[package]] name = "reth-optimism-rpc" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10944,31 +10951,31 @@ dependencies = [ "op-alloy-rpc-jsonrpsee", "op-alloy-rpc-types", "op-alloy-rpc-types-engine", - "op-revm 14.0.0", + "op-revm 14.1.0", "reqwest", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-node-api", "reth-node-builder", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-optimism-flashblocks", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-txpool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-txpool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "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.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "serde_json", "thiserror 2.0.17", "tokio", @@ -10979,18 +10986,18 @@ dependencies = [ [[package]] name = "reth-optimism-storage" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-optimism-txpool" -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", @@ -11008,15 +11015,15 @@ dependencies = [ "op-alloy-rpc-types", "op-revm 12.0.2", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde", "thiserror 2.0.17", "tokio", @@ -11025,8 +11032,8 @@ dependencies = [ [[package]] name = "reth-optimism-txpool" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11042,17 +11049,17 @@ dependencies = [ "op-alloy-consensus", "op-alloy-flz", "op-alloy-rpc-types", - "op-revm 14.0.0", + "op-revm 14.1.0", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "thiserror 2.0.17", "tokio", @@ -11061,20 +11068,20 @@ dependencies = [ [[package]] name = "reth-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-primitives 1.4.1", "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "tokio", "tokio-stream", "tracing", @@ -11082,20 +11089,20 @@ dependencies = [ [[package]] name = "reth-payload-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", "alloy-rpc-types", "futures-util", "metrics", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tokio-stream", "tracing", @@ -11103,11 +11110,11 @@ dependencies = [ [[package]] name = "reth-payload-builder-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 = [ "pin-project", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "tokio", "tokio-stream", "tracing", @@ -11115,11 +11122,11 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "pin-project", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tokio-stream", "tracing", @@ -11127,8 +11134,8 @@ dependencies = [ [[package]] name = "reth-payload-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-eips", "alloy-primitives 1.4.1", @@ -11136,10 +11143,10 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "serde", "thiserror 2.0.17", "tokio", @@ -11147,8 +11154,8 @@ dependencies = [ [[package]] name = "reth-payload-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", @@ -11156,12 +11163,12 @@ dependencies = [ "auto_impl", "either", "op-alloy-rpc-types-engine", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "thiserror 2.0.17", "tokio", @@ -11169,62 +11176,62 @@ dependencies = [ [[package]] name = "reth-payload-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-primitives 1.4.1", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", ] [[package]] name = "reth-payload-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-payload-validator" -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", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", ] [[package]] name = "reth-payload-validator" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-primitives" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "c-kzg", "once_cell", - "reth-ethereum-forks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-forks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-primitives-traits" -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", @@ -11238,7 +11245,7 @@ dependencies = [ "derive_more", "once_cell", "op-alloy-consensus", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm-bytecode", "revm-primitives", "revm-state", @@ -11250,8 +11257,8 @@ dependencies = [ [[package]] name = "reth-primitives-traits" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11271,7 +11278,7 @@ dependencies = [ "proptest", "proptest-arbitrary-interop", "rayon", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "revm-bytecode", "revm-primitives", "revm-state", @@ -11283,8 +11290,8 @@ dependencies = [ [[package]] name = "reth-provider" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11297,26 +11304,26 @@ dependencies = [ "notify", "parking_lot", "rayon", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db", "reth-db-api", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-nippy-jar", "reth-node-types", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-trie-db", "revm-database", "revm-state", @@ -11327,8 +11334,8 @@ dependencies = [ [[package]] name = "reth-prune" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11338,13 +11345,13 @@ dependencies = [ "rayon", "reth-config", "reth-db-api", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-exex-types", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", "rustc-hash 2.1.1", "thiserror 2.0.17", @@ -11354,8 +11361,8 @@ dependencies = [ [[package]] name = "reth-prune-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-primitives 1.4.1", "derive_more", @@ -11365,14 +11372,14 @@ dependencies = [ [[package]] name = "reth-prune-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "arbitrary", "derive_more", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "strum 0.27.2", "thiserror 2.0.17", @@ -11380,18 +11387,18 @@ dependencies = [ [[package]] name = "reth-ress-protocol" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", "alloy-rlp", "futures", "reth-eth-wire", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network", "reth-network-api", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tokio", "tokio-stream", "tracing", @@ -11399,26 +11406,26 @@ dependencies = [ [[package]] name = "reth-ress-provider" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", "eyre", "futures", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-node-api", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-ress-protocol", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", "schnellru", "tokio", "tracing", @@ -11426,34 +11433,34 @@ dependencies = [ [[package]] name = "reth-revm" -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 1.4.1", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm 31.0.2", ] [[package]] name = "reth-revm" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", ] [[package]] name = "reth-rpc" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -11489,33 +11496,33 @@ dependencies = [ "jsonwebtoken", "parking_lot", "pin-project", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-evm-ethereum", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-api", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-types", "reth-node-api", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "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.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "revm-inspectors", "revm-primitives", "serde", @@ -11531,8 +11538,8 @@ dependencies = [ [[package]] name = "reth-rpc-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-genesis", @@ -11550,17 +11557,17 @@ dependencies = [ "alloy-rpc-types-txpool", "alloy-serde", "jsonrpsee 0.26.0", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-network-peers 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-network-peers 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-eth-api", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", ] [[package]] name = "reth-rpc-builder" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-network", "alloy-provider", @@ -11569,24 +11576,24 @@ dependencies = [ "jsonrpsee 0.26.0", "metrics", "pin-project", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-ipc", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-api", "reth-node-core", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "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.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "thiserror 2.0.17", "tokio", @@ -11598,10 +11605,11 @@ dependencies = [ [[package]] name = "reth-rpc-convert" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", + "alloy-evm 0.24.1", "alloy-json-rpc", "alloy-network", "alloy-primitives 1.4.1", @@ -11613,20 +11621,18 @@ dependencies = [ "op-alloy-consensus", "op-alloy-network", "op-alloy-rpc-types", - "op-revm 14.0.0", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-optimism-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm-context 12.0.0", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-optimism-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", "thiserror 2.0.17", ] [[package]] name = "reth-rpc-engine-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", @@ -11635,17 +11641,17 @@ dependencies = [ "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", "metrics", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-engine-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-builder-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-payload-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-engine-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-builder-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-payload-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-api", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", "thiserror 2.0.17", "tokio", @@ -11654,8 +11660,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -11675,22 +11681,22 @@ dependencies = [ "jsonrpsee 0.26.0", "jsonrpsee-types 0.26.0", "parking_lot", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-api", "reth-node-api", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-convert", "reth-rpc-eth-types", "reth-rpc-server-types", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "revm-inspectors", "tokio", "tracing", @@ -11698,8 +11704,8 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11718,22 +11724,22 @@ dependencies = [ "metrics", "rand 0.9.2", "reqwest", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-rpc-convert", "reth-rpc-server-types", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-transaction-pool 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm 33.0.0", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-transaction-pool 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm 33.1.0", "revm-inspectors", "schnellru", "serde", @@ -11745,8 +11751,8 @@ dependencies = [ [[package]] name = "reth-rpc-layer" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-rpc-types-engine", "http", @@ -11759,15 +11765,15 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", "alloy-rpc-types-engine", "jsonrpsee-core 0.26.0", "jsonrpsee-types 0.26.0", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-api", "serde", "strum 0.27.2", @@ -11775,8 +11781,8 @@ dependencies = [ [[package]] name = "reth-stages" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -11788,32 +11794,32 @@ dependencies = [ "num-traits", "rayon", "reqwest", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-config", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db", "reth-db-api", "reth-era", "reth-era-downloader", "reth-era-utils", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-etl", - "reth-evm 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-evm 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-exex", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-p2p", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-prune", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-revm 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-revm 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-stages-api", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-testing-utils", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-trie-db", "tempfile", "thiserror 2.0.17", @@ -11823,8 +11829,8 @@ dependencies = [ [[package]] name = "reth-stages-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", @@ -11832,16 +11838,16 @@ dependencies = [ "auto_impl", "futures-util", "metrics", - "reth-consensus 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-consensus 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-network-p2p", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", "reth-prune", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-static-file", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-tokio-util", "thiserror 2.0.17", "tokio", @@ -11850,51 +11856,51 @@ dependencies = [ [[package]] name = "reth-stages-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-primitives 1.4.1", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", ] [[package]] name = "reth-stages-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "arbitrary", "bytes", "modular-bitfield", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "serde", ] [[package]] name = "reth-static-file" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "parking_lot", "rayon", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db-api", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", "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" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "alloy-primitives 1.4.1", "derive_more", @@ -11904,8 +11910,8 @@ dependencies = [ [[package]] name = "reth-static-file-types" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "clap", @@ -11916,92 +11922,92 @@ dependencies = [ [[package]] name = "reth-storage-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-eips", "alloy-primitives 1.4.1", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-db-models 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-db-models 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm-database", ] [[package]] name = "reth-storage-api" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", "alloy-primitives 1.4.1", "alloy-rpc-types-engine", "auto_impl", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-db-api", - "reth-db-models 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-db-models 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "revm-database", "serde_json", ] [[package]] name = "reth-storage-errors" -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 1.4.1", "alloy-rlp", "derive_more", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm-database-interface", "thiserror 2.0.17", ] [[package]] name = "reth-storage-errors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-eips", "alloy-primitives 1.4.1", "alloy-rlp", "derive_more", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-prune-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-static-file-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-prune-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-static-file-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", "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" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth?tag=v1.9.3#27a8c0f5a6dfb27dea84c5751776ecabdd069646" dependencies = [ "auto_impl", "dyn-clone", "futures-util", "metrics", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "thiserror 2.0.17", "tokio", "tracing", @@ -12010,8 +12016,8 @@ dependencies = [ [[package]] name = "reth-tasks" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "auto_impl", "dyn-clone", @@ -12019,7 +12025,7 @@ dependencies = [ "metrics", "pin-project", "rayon", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "thiserror 2.0.17", "tokio", "tracing", @@ -12028,8 +12034,8 @@ dependencies = [ [[package]] name = "reth-testing-utils" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12037,15 +12043,15 @@ dependencies = [ "alloy-primitives 1.4.1", "rand 0.8.5", "rand 0.9.2", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "secp256k1 0.30.0", ] [[package]] name = "reth-tokio-util" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "tokio", "tokio-stream", @@ -12054,8 +12060,8 @@ dependencies = [ [[package]] name = "reth-tracing" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "clap", "eyre", @@ -12071,8 +12077,8 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "clap", "eyre", @@ -12088,8 +12094,8 @@ dependencies = [ [[package]] name = "reth-transaction-pool" -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", @@ -12102,16 +12108,16 @@ dependencies = [ "metrics", "parking_lot", "pin-project", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-eth-wire-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm-interpreter 29.0.1", "revm-primitives", "rustc-hash 2.1.1", @@ -12127,8 +12133,8 @@ dependencies = [ [[package]] name = "reth-transaction-pool" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12143,17 +12149,17 @@ dependencies = [ "paste", "pin-project", "rand 0.9.2", - "reth-chain-state 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-chainspec 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-eth-wire-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-ethereum-primitives 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-execution-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-fs-util 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-api 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-tasks 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "revm-interpreter 29.0.1", + "reth-chain-state 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-chainspec 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-eth-wire-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-ethereum-primitives 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-fs-util 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-api 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-tasks 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "revm-interpreter 31.1.0", "revm-primitives", "rustc-hash 2.1.1", "schnellru", @@ -12168,8 +12174,8 @@ dependencies = [ [[package]] name = "reth-trie" -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", @@ -12178,20 +12184,20 @@ dependencies = [ "alloy-trie", "auto_impl", "itertools 0.14.0", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-sparse 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm-database", "tracing", ] [[package]] name = "reth-trie" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-eips", @@ -12201,13 +12207,13 @@ dependencies = [ "auto_impl", "itertools 0.14.0", "metrics", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-stages-types 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-stages-types 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-sparse 1.9.3 (git+https://github.com/paradigmxyz/reth)", "revm-database", "tracing", "triehash", @@ -12215,8 +12221,8 @@ dependencies = [ [[package]] name = "reth-trie-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-primitives 1.4.1", @@ -12226,14 +12232,14 @@ dependencies = [ "itertools 0.14.0", "nybbles", "rayon", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "revm-database", ] [[package]] name = "reth-trie-common" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-consensus", "alloy-primitives 1.4.1", @@ -12250,8 +12256,8 @@ dependencies = [ "nybbles", "plain_hasher", "rayon", - "reth-codecs 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-codecs 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", "revm-database", "serde", "serde_with", @@ -12259,21 +12265,21 @@ dependencies = [ [[package]] name = "reth-trie-db" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "reth-db-api", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", "tracing", ] [[package]] name = "reth-trie-parallel" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", @@ -12283,13 +12289,13 @@ dependencies = [ "itertools 0.14.0", "metrics", "rayon", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", "reth-provider", - "reth-storage-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-storage-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-sparse 1.9.3 (git+https://github.com/paradigmxyz/reth)", "thiserror 2.0.17", "tokio", "tracing", @@ -12297,24 +12303,24 @@ dependencies = [ [[package]] name = "reth-trie-sparse" -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 1.4.1", "alloy-rlp", "alloy-trie", "auto_impl", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "smallvec", "tracing", ] [[package]] name = "reth-trie-sparse" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", @@ -12322,44 +12328,44 @@ dependencies = [ "auto_impl", "metrics", "rayon", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-primitives-traits 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-primitives-traits 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", "smallvec", "tracing", ] [[package]] name = "reth-trie-sparse-parallel" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "alloy-primitives 1.4.1", "alloy-rlp", "alloy-trie", "metrics", "rayon", - "reth-execution-errors 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-metrics 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-common 1.9.2 (git+https://github.com/paradigmxyz/reth)", - "reth-trie-sparse 1.9.2 (git+https://github.com/paradigmxyz/reth)", + "reth-execution-errors 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-metrics 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-common 1.9.3 (git+https://github.com/paradigmxyz/reth)", + "reth-trie-sparse 1.9.3 (git+https://github.com/paradigmxyz/reth)", "smallvec", "tracing", ] [[package]] name = "reth-zstd-compressors" -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 = [ "zstd", ] [[package]] name = "reth-zstd-compressors" -version = "1.9.2" -source = "git+https://github.com/paradigmxyz/reth#7a599dc13018acc7f7d206581bf4cd4eb6368091" +version = "1.9.3" +source = "git+https://github.com/paradigmxyz/reth#9dc6e256a9ac52fd686ac83f630846ca4e623b8b" dependencies = [ "zstd", ] @@ -12385,18 +12391,18 @@ dependencies = [ [[package]] name = "revm" -version = "33.0.0" +version = "33.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "151be0bca9fd5ebfbbbc02af9f75f1e1610f71c750eea71b4d91fe7b65362c61" +checksum = "0c85ed0028f043f87b3c88d4a4cb6f0a76440085523b6a8afe5ff003cf418054" dependencies = [ "revm-bytecode", - "revm-context 12.0.0", - "revm-context-interface 13.0.0", + "revm-context 12.1.0", + "revm-context-interface 13.1.0", "revm-database", "revm-database-interface", - "revm-handler 14.0.0", - "revm-inspector 14.0.0", - "revm-interpreter 31.0.0", + "revm-handler 14.1.0", + "revm-inspector 14.1.0", + "revm-interpreter 31.1.0", "revm-precompile 31.0.0", "revm-primitives", "revm-state", @@ -12433,15 +12439,15 @@ dependencies = [ [[package]] name = "revm-context" -version = "12.0.0" +version = "12.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4e6ab8619ee12fdcd34ee8e932364153340b744c75e2fdaebbc8f76308b0826" +checksum = "f038f0c9c723393ac897a5df9140b21cfa98f5753a2cb7d0f28fa430c4118abf" dependencies = [ "bitvec", "cfg-if", "derive-where", "revm-bytecode", - "revm-context-interface 13.0.0", + "revm-context-interface 13.1.0", "revm-database-interface", "revm-primitives", "revm-state", @@ -12466,9 +12472,9 @@ dependencies = [ [[package]] name = "revm-context-interface" -version = "13.0.0" +version = "13.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d8fb70266f324e266fe5d75cfd9b1c0f5d4556c756a8ee50ddb329347fd695c" +checksum = "431c9a14e4ef1be41ae503708fd02d974f80ef1f2b6b23b5e402e8d854d1b225" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -12482,9 +12488,9 @@ dependencies = [ [[package]] name = "revm-database" -version = "9.0.5" +version = "9.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6c15bb255481fcf29f5ef7c97f00ed4c28a6ab6c490d77b990d73603031569" +checksum = "980d8d6bba78c5dd35b83abbb6585b0b902eb25ea4448ed7bfba6283b0337191" dependencies = [ "alloy-eips", "revm-bytecode", @@ -12528,17 +12534,17 @@ dependencies = [ [[package]] name = "revm-handler" -version = "14.0.0" +version = "14.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa52757cd0287eac51864aa9a6a583a327d29a0d08b3c91b7f91157f229cd28a" +checksum = "d44f8f6dbeec3fecf9fe55f78ef0a758bdd92ea46cd4f1ca6e2a946b32c367f3" dependencies = [ "auto_impl", "derive-where", "revm-bytecode", - "revm-context 12.0.0", - "revm-context-interface 13.0.0", + "revm-context 12.1.0", + "revm-context-interface 13.1.0", "revm-database-interface", - "revm-interpreter 31.0.0", + "revm-interpreter 31.1.0", "revm-precompile 31.0.0", "revm-primitives", "revm-state", @@ -12565,16 +12571,16 @@ dependencies = [ [[package]] name = "revm-inspector" -version = "14.0.0" +version = "14.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6421be68d5f649faf26b9684d7e0339568695096ae2faaf789a56b12cfea3fcf" +checksum = "5617e49216ce1ca6c8826bcead0386bc84f49359ef67cde6d189961735659f93" dependencies = [ "auto_impl", "either", - "revm-context 12.0.0", + "revm-context 12.1.0", "revm-database-interface", - "revm-handler 14.0.0", - "revm-interpreter 31.0.0", + "revm-handler 14.1.0", + "revm-interpreter 31.1.0", "revm-primitives", "revm-state", "serde", @@ -12595,7 +12601,7 @@ dependencies = [ "boa_engine", "boa_gc", "colorchoice", - "revm 33.0.0", + "revm 33.1.0", "serde", "serde_json", "thiserror 2.0.17", @@ -12616,12 +12622,12 @@ dependencies = [ [[package]] name = "revm-interpreter" -version = "31.0.0" +version = "31.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8201c0fbd91334a8d4d0aae955f8d4534a118d55855ed9b03aec8f83fb62561e" +checksum = "26ec36405f7477b9dccdc6caa3be19adf5662a7a0dffa6270cdb13a090c077e5" dependencies = [ "revm-bytecode", - "revm-context-interface 13.0.0", + "revm-context-interface 13.1.0", "revm-primitives", "revm-state", "serde", @@ -12802,7 +12808,7 @@ dependencies = [ [[package]] name = "rollup-boost" version = "0.1.0" -source = "git+http://github.com/flashbots/rollup-boost?tag=v0.7.9#6dbc3a2a97c769c4b0a420199dc6c26147fc16e8" +source = "git+http://github.com/flashbots/rollup-boost?tag=v0.7.10#501ae74cf6d93ae4ff0d7454ca7b36827fd1e135" dependencies = [ "alloy-primitives 1.4.1", "alloy-rpc-types-engine", @@ -12833,7 +12839,7 @@ dependencies = [ "opentelemetry_sdk 0.28.0", "parking_lot", "paste", - "reth-optimism-payload-builder 1.9.2 (git+https://github.com/paradigmxyz/reth?tag=v1.9.2)", + "reth-optimism-payload-builder 1.9.3 (git+https://github.com/paradigmxyz/reth?tag=v1.9.3)", "rustls", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 7c9c2944..e3ac804f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,63 +46,63 @@ unreachable_pub = "deny" unused_async = "warn" [workspace.dependencies] -reth = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-cli = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-db = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-db-common = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-errors = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-trie = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-trie-parallel = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-provider = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2", features = [ +reth = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-cli = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-db = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-db-common = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-errors = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-rpc-engine-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-trie = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-trie-parallel = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-primitives-traits = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3", features = [ "test-utils", ] } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-evm = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-exex = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-tasks = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-metrics = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-execution-types = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-revm = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-payload-util = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-network-peers = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-tracing-otlp = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-ipc = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-rpc-api = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-execution-errors = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-exex = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-tasks = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-metrics = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-revm = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-payload-builder-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-payload-util = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-network-peers = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-testing-utils = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-tracing-otlp = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-ipc = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } # reth optimism -reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2" } -reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", version = "1.9.2", features = [ +reth-optimism-primitives = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-consensus = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-evm = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3" } +reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth", version = "1.9.3", features = [ "client", ] } @@ -162,7 +162,7 @@ alloy-trie = { version = "0.9.1" } alloy-hardforks = "0.4.4" # rollup-boost -rollup-boost = { git = "http://github.com/flashbots/rollup-boost", tag = "v0.7.9" } +rollup-boost = { git = "http://github.com/flashbots/rollup-boost", tag = "v0.7.10" } # optimism alloy-op-evm = { version = "0.24.1", default-features = false } diff --git a/crates/op-rbuilder/src/builders/builder_tx.rs b/crates/op-rbuilder/src/builders/builder_tx.rs index 7cc56b07..d8d99adb 100644 --- a/crates/op-rbuilder/src/builders/builder_tx.rs +++ b/crates/op-rbuilder/src/builders/builder_tx.rs @@ -12,7 +12,7 @@ use op_alloy_consensus::OpTypedTransaction; use op_alloy_rpc_types::OpTransactionRequest; use op_revm::{OpHaltReason, OpTransactionError}; use reth_evm::{ - ConfigureEvm, Evm, EvmError, InvalidTxError, eth::receipt_builder::ReceiptBuilderCtx, + ConfigureEvm, Evm, EvmEnv, EvmError, InvalidTxError, eth::receipt_builder::ReceiptBuilderCtx, precompiles::PrecompilesMap, }; use reth_node_api::PayloadBuilderError; @@ -20,7 +20,7 @@ use reth_optimism_primitives::OpTransactionSigned; use reth_primitives::Recovered; use reth_provider::{ProviderError, StateProvider}; use reth_revm::{State, database::StateProviderDatabase}; -use reth_rpc_api::eth::{EthTxEnvError, transaction::TryIntoTxEnv}; +use reth_rpc_api::eth::{EthTxEnvError, TryIntoTxEnv}; use revm::{ DatabaseCommit, DatabaseRef, context::{ @@ -322,7 +322,10 @@ pub trait BuilderTransactions, evm: &mut OpEvm, ) -> Result, BuilderTransactionError> { - let tx_env = tx.try_into_tx_env(evm.cfg(), evm.block())?; + let tx_env = tx.try_into_tx_env(&EvmEnv { + cfg_env: evm.cfg().clone(), + block_env: evm.block().clone(), + })?; let to = tx_env.base.kind.into_to().unwrap_or_default(); let ResultAndState { result, state } = match evm.transact(tx_env) {