From 1e313af8e73bfa7c3de9d305f1052a71f5ce9a5e Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:55:25 +0000 Subject: [PATCH 1/3] deps: bump reth rev to 1f84158 (2026-04-02) --- Cargo.toml | 94 +++++++++++++++++++++++++++--------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 67513d169d..eda4ee5db2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,56 +120,56 @@ tempo-telemetry-util = { path = "crates/telemetry-util", default-features = fals tempo-transaction-pool = { path = "crates/transaction-pool", default-features = false } tempo-validator-config = { path = "crates/validator-config", default-features = false } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76", default-features = false } -reth-cli = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-cli-runner = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", default-features = false } +reth-cli = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-cli-runner = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } reth-codecs = { version = "0.1.0", default-features = false } -reth-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-consensus-common = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-db-api = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-engine-local = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-engine-tree = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-errors = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-eth-wire-types = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-etl = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-ethereum-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76", default-features = false } -reth-execution-types = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-evm = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-network-peers = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76", default-features = false } -reth-node-api = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-node-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } +reth-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-consensus-common = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-db-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-engine-local = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-engine-tree = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-errors = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-eth-wire-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-etl = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-ethereum-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", default-features = false } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-network-peers = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", default-features = false } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-node-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } reth-primitives-traits = { version = "0.1.0", default-features = false } -reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-rpc = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-trie = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-trie-common = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-rpc = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-trie = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-trie-common = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-revm = { git = "https://github.com/paradigmxyz/reth", rev = "f8efc76", features = [ +reth-revm = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", features = [ "std", "optional-checks", ] } From 5ec7292863fc6e87a6266182032814b3a63a5200 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:58:24 +0000 Subject: [PATCH 2/3] fix: resolve breaking changes from reth update (2026-04-02) --- Cargo.lock | 207 +++++++++++++++++++++++++++-------------------------- 1 file changed, 104 insertions(+), 103 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f33d36e45b..af383d3be5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7609,7 +7609,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7636,7 +7636,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7668,7 +7668,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7688,7 +7688,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-genesis", "clap", @@ -7701,7 +7701,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7784,7 +7784,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "reth-tasks", "tokio", @@ -7794,7 +7794,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7847,7 +7847,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "eyre", "humantime-serde", @@ -7863,7 +7863,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7876,7 +7876,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7889,7 +7889,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7915,7 +7915,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "derive_more", @@ -7943,7 +7943,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7969,7 +7969,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7999,7 +7999,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8014,7 +8014,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8039,7 +8039,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8063,7 +8063,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "dashmap", @@ -8087,7 +8087,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8122,7 +8122,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "aes", "alloy-primitives", @@ -8207,7 +8207,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8230,7 +8230,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8255,7 +8255,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -8312,7 +8312,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -8340,7 +8340,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8355,7 +8355,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "bytes", @@ -8371,7 +8371,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8393,7 +8393,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -8404,7 +8404,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-chains", "alloy-primitives", @@ -8432,7 +8432,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8453,7 +8453,7 @@ dependencies = [ [[package]] name = "reth-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", @@ -8494,7 +8494,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "clap", "eyre", @@ -8517,7 +8517,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8533,7 +8533,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8549,7 +8549,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8562,7 +8562,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8592,7 +8592,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8606,7 +8606,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "rayon", "reth-db-api", @@ -8616,7 +8616,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8640,7 +8640,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8660,7 +8660,7 @@ dependencies = [ [[package]] name = "reth-execution-cache" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "fixed-cache", @@ -8678,7 +8678,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8691,7 +8691,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8710,7 +8710,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8748,7 +8748,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "serde", "serde_json", @@ -8772,7 +8772,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8800,7 +8800,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "bytes", "futures", @@ -8820,7 +8820,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "bitflags 2.11.0", "byteorder", @@ -8837,7 +8837,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "bindgen", "cc", @@ -8846,7 +8846,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "futures", "metrics", @@ -8858,7 +8858,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "ipnet", @@ -8867,7 +8867,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "futures-util", "if-addrs", @@ -8881,7 +8881,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8938,7 +8938,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8963,7 +8963,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8986,7 +8986,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9001,7 +9001,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -9015,7 +9015,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "anyhow", "bincode", @@ -9032,7 +9032,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -9056,7 +9056,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9124,7 +9124,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9179,7 +9179,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-network", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9241,7 +9241,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9265,7 +9265,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "bytes", "eyre", @@ -9294,7 +9294,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "reth-chainspec", "reth-db-api", @@ -9306,7 +9306,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9330,7 +9330,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9342,7 +9342,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9366,7 +9366,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9409,7 +9409,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9455,7 +9455,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9484,7 +9484,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "arbitrary", @@ -9500,7 +9500,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9513,7 +9513,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eip7928", "alloy-eips", @@ -9622,7 +9622,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-network", "alloy-provider", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9685,7 +9685,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9716,7 +9716,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9760,7 +9760,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9808,7 +9808,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9822,7 +9822,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9853,7 +9853,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9905,7 +9905,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9933,7 +9933,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "arbitrary", @@ -9947,7 +9947,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "parking_lot", @@ -9967,7 +9967,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "clap", @@ -9982,7 +9982,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10006,7 +10006,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10024,7 +10024,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "crossbeam-utils", "dashmap", @@ -10045,7 +10045,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10061,7 +10061,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "tokio", "tokio-stream", @@ -10071,7 +10071,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "clap", "eyre", @@ -10090,7 +10090,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "clap", "eyre", @@ -10108,7 +10108,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10152,7 +10152,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10178,7 +10178,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10205,7 +10205,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "metrics", @@ -10225,13 +10225,14 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-eip7928", "alloy-evm", "alloy-primitives", "alloy-rlp", "crossbeam-channel", + "crossbeam-utils", "derive_more", "itertools 0.14.0", "metrics", @@ -10253,7 +10254,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=f8efc76#f8efc768805a6d45be992b826287cb68c80c5952" +source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" dependencies = [ "alloy-primitives", "alloy-rlp", From 5b9b35f4dfd048ae291f6a5a9c8f6c8395262462 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Thu, 2 Apr 2026 18:49:51 +0400 Subject: [PATCH 3/3] bump --- Cargo.lock | 207 +++++++++++++++++++------------------ Cargo.toml | 94 ++++++++--------- crates/node/src/rpc/mod.rs | 5 +- 3 files changed, 155 insertions(+), 151 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af383d3be5..4626d3867e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7609,7 +7609,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7636,7 +7636,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7668,7 +7668,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7688,7 +7688,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-genesis", "clap", @@ -7701,7 +7701,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-chains", "alloy-consensus", @@ -7784,7 +7784,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "reth-tasks", "tokio", @@ -7794,7 +7794,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -7847,7 +7847,7 @@ dependencies = [ [[package]] name = "reth-config" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "eyre", "humantime-serde", @@ -7863,7 +7863,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7876,7 +7876,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7889,7 +7889,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -7915,7 +7915,7 @@ dependencies = [ [[package]] name = "reth-db" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "derive_more", @@ -7943,7 +7943,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -7969,7 +7969,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-genesis", @@ -7999,7 +7999,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8014,7 +8014,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8039,7 +8039,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -8063,7 +8063,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "dashmap", @@ -8087,7 +8087,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8122,7 +8122,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8179,7 +8179,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "aes", "alloy-primitives", @@ -8207,7 +8207,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8230,7 +8230,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8255,7 +8255,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eip7928", @@ -8312,7 +8312,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -8340,7 +8340,7 @@ dependencies = [ [[package]] name = "reth-era" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8355,7 +8355,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "bytes", @@ -8371,7 +8371,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8393,7 +8393,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -8404,7 +8404,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-chains", "alloy-primitives", @@ -8432,7 +8432,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-chains", "alloy-consensus", @@ -8453,7 +8453,7 @@ dependencies = [ [[package]] name = "reth-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth", @@ -8494,7 +8494,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "clap", "eyre", @@ -8517,7 +8517,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8533,7 +8533,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8549,7 +8549,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -8562,7 +8562,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8592,7 +8592,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8606,7 +8606,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "rayon", "reth-db-api", @@ -8616,7 +8616,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8640,7 +8640,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8660,7 +8660,7 @@ dependencies = [ [[package]] name = "reth-execution-cache" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "fixed-cache", @@ -8678,7 +8678,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-evm", "alloy-primitives", @@ -8691,7 +8691,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8710,7 +8710,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8748,7 +8748,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "serde", "serde_json", @@ -8772,7 +8772,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8800,7 +8800,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "bytes", "futures", @@ -8820,7 +8820,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "bitflags 2.11.0", "byteorder", @@ -8837,7 +8837,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "bindgen", "cc", @@ -8846,7 +8846,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "futures", "metrics", @@ -8858,7 +8858,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "ipnet", @@ -8867,7 +8867,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "futures-util", "if-addrs", @@ -8881,7 +8881,7 @@ dependencies = [ [[package]] name = "reth-network" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8938,7 +8938,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -8963,7 +8963,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -8986,7 +8986,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -9001,7 +9001,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -9015,7 +9015,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "anyhow", "bincode", @@ -9032,7 +9032,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -9056,7 +9056,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9124,7 +9124,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9179,7 +9179,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-network", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9241,7 +9241,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9265,7 +9265,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "bytes", "eyre", @@ -9294,7 +9294,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "reth-chainspec", "reth-db-api", @@ -9306,7 +9306,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -9330,7 +9330,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "pin-project", "reth-payload-primitives", @@ -9342,7 +9342,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9366,7 +9366,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-rpc-types-engine", @@ -9409,7 +9409,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9455,7 +9455,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9484,7 +9484,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "arbitrary", @@ -9500,7 +9500,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "reth-primitives-traits", @@ -9513,7 +9513,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eip7928", "alloy-eips", @@ -9622,7 +9622,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-network", "alloy-provider", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-evm", @@ -9685,7 +9685,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9716,7 +9716,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -9753,6 +9753,7 @@ dependencies = [ "reth-trie-common", "revm", "revm-inspectors", + "serde_json", "tokio", "tracing", ] @@ -9760,7 +9761,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9808,7 +9809,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-rpc-types-engine", "http", @@ -9822,7 +9823,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9853,7 +9854,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -9905,7 +9906,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -9933,7 +9934,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "arbitrary", @@ -9947,7 +9948,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "parking_lot", @@ -9967,7 +9968,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "clap", @@ -9982,7 +9983,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10006,7 +10007,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eips", "alloy-primitives", @@ -10024,7 +10025,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "crossbeam-utils", "dashmap", @@ -10045,7 +10046,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10061,7 +10062,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "tokio", "tokio-stream", @@ -10071,7 +10072,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "clap", "eyre", @@ -10090,7 +10091,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "clap", "eyre", @@ -10108,7 +10109,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10152,7 +10153,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-eips", @@ -10178,7 +10179,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-consensus", "alloy-primitives", @@ -10205,7 +10206,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "metrics", @@ -10225,7 +10226,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-eip7928", "alloy-evm", @@ -10254,7 +10255,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "1.11.3" -source = "git+https://github.com/paradigmxyz/reth?rev=1f84158#1f84158137e1ee6a8a66e5671b4d23e910ed1f3c" +source = "git+https://github.com/paradigmxyz/reth?rev=c82d435#c82d43594e9868f994fc28e00169ba86598f40dc" dependencies = [ "alloy-primitives", "alloy-rlp", diff --git a/Cargo.toml b/Cargo.toml index eda4ee5db2..87089f8ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,56 +120,56 @@ tempo-telemetry-util = { path = "crates/telemetry-util", default-features = fals tempo-transaction-pool = { path = "crates/transaction-pool", default-features = false } tempo-validator-config = { path = "crates/validator-config", default-features = false } -reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", default-features = false } -reth-cli = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-cli-runner = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-basic-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435", default-features = false } +reth-cli = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-cli-commands = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-cli-runner = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } reth-codecs = { version = "0.1.0", default-features = false } -reth-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-consensus-common = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-db-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-engine-local = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-engine-tree = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-errors = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-eth-wire-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-etl = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-ethereum-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", default-features = false } -reth-execution-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-evm = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-network-peers = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", default-features = false } -reth-node-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-node-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-consensus-common = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-db = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-db-api = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-e2e-test-utils = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-engine-local = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-engine-tree = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-errors = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-eth-wire-types = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-etl = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-ethereum-cli = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-ethereum-consensus = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-ethereum-engine-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-ethereum-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435", default-features = false } +reth-execution-types = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-evm = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-evm-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-network-peers = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435", default-features = false } +reth-node-api = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-node-metrics = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-payload-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } reth-primitives-traits = { version = "0.1.0", default-features = false } -reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-rpc = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-trie = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-trie-common = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } -reth-trie-db = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158" } +reth-provider = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-rpc = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-rpc-builder = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-rpc-convert = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-rpc-server-types = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-trie = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-trie-common = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } +reth-trie-db = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435" } -reth-revm = { git = "https://github.com/paradigmxyz/reth", rev = "1f84158", features = [ +reth-revm = { git = "https://github.com/paradigmxyz/reth", rev = "c82d435", features = [ "std", "optional-checks", ] } diff --git a/crates/node/src/rpc/mod.rs b/crates/node/src/rpc/mod.rs index 1cb171e44c..b01255064e 100644 --- a/crates/node/src/rpc/mod.rs +++ b/crates/node/src/rpc/mod.rs @@ -48,7 +48,8 @@ use reth_rpc_eth_api::{ helpers::{ Call, EthApiSpec, EthBlocks, EthCall, EthFees, EthState, EthTransactions, LoadBlock, LoadFee, LoadPendingBlock, LoadReceipt, LoadState, LoadTransaction, SpawnBlocking, Trace, - estimate::EstimateCall, pending_block::PendingEnvBuilder, spec::SignersForRpc, + bal::GetBlockAccessList, estimate::EstimateCall, pending_block::PendingEnvBuilder, + spec::SignersForRpc, }, transaction::{ConvertReceiptInput, ReceiptConverter}, }; @@ -258,6 +259,8 @@ impl> Trace for TempoEthApi {} impl> EthCall for TempoEthApi {} +impl> GetBlockAccessList for TempoEthApi {} + impl> Call for TempoEthApi { #[inline] fn call_gas_limit(&self) -> u64 {