From 169e0e8714f37b7a19645a4c0c317fca7e7fcfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Duchesneau?= Date: Mon, 10 Aug 2026 13:47:05 -0400 Subject: [PATCH] Bump streamingfast/reth to v2.3.0-fh-7 Picks up the selfdestruct-refund post-tx balance fix (fh-7), which also backs the OP fee-vault credits, plus fh-3, fh-5 and fh-6. Co-Authored-By: Claude Opus 5 --- rust/Cargo.lock | 212 +++++++++++++++++------------------ rust/Cargo.toml | 148 ++++++++++++------------ rust/op-reth/CHANGELOG.sf.md | 21 ++++ 3 files changed, 201 insertions(+), 180 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 02bc5ce122e..f8fc070e4d4 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -11395,7 +11395,7 @@ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "reth-basic-payload-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -11422,7 +11422,7 @@ dependencies = [ [[package]] name = "reth-chain-state" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -11455,7 +11455,7 @@ dependencies = [ [[package]] name = "reth-chainspec" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -11475,7 +11475,7 @@ dependencies = [ [[package]] name = "reth-cli" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-genesis 2.0.5", "clap", @@ -11488,7 +11488,7 @@ dependencies = [ [[package]] name = "reth-cli-commands" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -11576,7 +11576,7 @@ dependencies = [ [[package]] name = "reth-cli-runner" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "reth-tasks", "tokio", @@ -11586,7 +11586,7 @@ dependencies = [ [[package]] name = "reth-cli-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -11639,7 +11639,7 @@ dependencies = [ [[package]] name = "reth-config" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "eyre", "humantime-serde", @@ -11655,7 +11655,7 @@ dependencies = [ [[package]] name = "reth-consensus" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -11669,7 +11669,7 @@ dependencies = [ [[package]] name = "reth-consensus-common" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -11682,7 +11682,7 @@ dependencies = [ [[package]] name = "reth-consensus-debug-client" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -11707,7 +11707,7 @@ dependencies = [ [[package]] name = "reth-db" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "derive_more 2.1.1", @@ -11736,7 +11736,7 @@ dependencies = [ [[package]] name = "reth-db-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -11762,7 +11762,7 @@ dependencies = [ [[package]] name = "reth-db-common" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-genesis 2.0.5", @@ -11792,7 +11792,7 @@ dependencies = [ [[package]] name = "reth-db-models" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -11807,7 +11807,7 @@ dependencies = [ [[package]] name = "reth-discv4" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -11832,7 +11832,7 @@ dependencies = [ [[package]] name = "reth-discv5" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -11856,7 +11856,7 @@ dependencies = [ [[package]] name = "reth-dns-discovery" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "dashmap", @@ -11880,7 +11880,7 @@ dependencies = [ [[package]] name = "reth-downloaders" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -11915,7 +11915,7 @@ dependencies = [ [[package]] name = "reth-e2e-test-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -11972,7 +11972,7 @@ dependencies = [ [[package]] name = "reth-ecies" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "aes", "alloy-primitives", @@ -12000,7 +12000,7 @@ dependencies = [ [[package]] name = "reth-engine-local" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -12023,7 +12023,7 @@ dependencies = [ [[package]] name = "reth-engine-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12048,7 +12048,7 @@ dependencies = [ [[package]] name = "reth-engine-tree" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -12107,7 +12107,7 @@ dependencies = [ [[package]] name = "reth-engine-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -12137,7 +12137,7 @@ dependencies = [ [[package]] name = "reth-era" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12153,7 +12153,7 @@ dependencies = [ [[package]] name = "reth-era-downloader" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "bytes", @@ -12169,7 +12169,7 @@ dependencies = [ [[package]] name = "reth-era-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -12191,7 +12191,7 @@ dependencies = [ [[package]] name = "reth-errors" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "reth-consensus", "reth-execution-errors", @@ -12202,7 +12202,7 @@ dependencies = [ [[package]] name = "reth-eth-wire" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-chains", "alloy-primitives", @@ -12231,7 +12231,7 @@ dependencies = [ [[package]] name = "reth-eth-wire-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -12256,7 +12256,7 @@ dependencies = [ [[package]] name = "reth-ethereum" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-rpc-types-engine", "alloy-rpc-types-eth 2.0.5", @@ -12297,7 +12297,7 @@ dependencies = [ [[package]] name = "reth-ethereum-cli" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "clap", "eyre", @@ -12320,7 +12320,7 @@ dependencies = [ [[package]] name = "reth-ethereum-consensus" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12336,7 +12336,7 @@ dependencies = [ [[package]] name = "reth-ethereum-engine-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -12352,7 +12352,7 @@ dependencies = [ [[package]] name = "reth-ethereum-forks" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eip2124", "alloy-hardforks", @@ -12366,7 +12366,7 @@ dependencies = [ [[package]] name = "reth-ethereum-payload-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12396,7 +12396,7 @@ dependencies = [ [[package]] name = "reth-ethereum-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12410,7 +12410,7 @@ dependencies = [ [[package]] name = "reth-etl" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "rayon", "reth-db-api", @@ -12420,7 +12420,7 @@ dependencies = [ [[package]] name = "reth-evm" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -12445,7 +12445,7 @@ dependencies = [ [[package]] name = "reth-evm-ethereum" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12465,7 +12465,7 @@ dependencies = [ [[package]] name = "reth-execution-cache" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "fixed-cache", @@ -12483,7 +12483,7 @@ dependencies = [ [[package]] name = "reth-execution-errors" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-evm", "alloy-primitives", @@ -12496,7 +12496,7 @@ dependencies = [ [[package]] name = "reth-execution-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12515,7 +12515,7 @@ dependencies = [ [[package]] name = "reth-exex" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12553,7 +12553,7 @@ dependencies = [ [[package]] name = "reth-exex-test-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "eyre", @@ -12585,7 +12585,7 @@ dependencies = [ [[package]] name = "reth-exex-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -12599,7 +12599,7 @@ dependencies = [ [[package]] name = "reth-firehose" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -12627,7 +12627,7 @@ dependencies = [ [[package]] name = "reth-fs-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "serde", "serde_json", @@ -12637,7 +12637,7 @@ dependencies = [ [[package]] name = "reth-invalid-block-hooks" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -12665,7 +12665,7 @@ dependencies = [ [[package]] name = "reth-ipc" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "bytes", "futures", @@ -12685,7 +12685,7 @@ dependencies = [ [[package]] name = "reth-libmdbx" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "bitflags 2.11.1", "byteorder", @@ -12702,7 +12702,7 @@ dependencies = [ [[package]] name = "reth-mdbx-sys" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "bindgen", "cc", @@ -12711,7 +12711,7 @@ dependencies = [ [[package]] name = "reth-metrics" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "futures", "metrics", @@ -12724,7 +12724,7 @@ dependencies = [ [[package]] name = "reth-net-banlist" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "ipnet", @@ -12733,7 +12733,7 @@ dependencies = [ [[package]] name = "reth-net-nat" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "futures-util", "if-addrs 0.14.0", @@ -12747,7 +12747,7 @@ dependencies = [ [[package]] name = "reth-network" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12805,7 +12805,7 @@ dependencies = [ [[package]] name = "reth-network-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -12830,7 +12830,7 @@ dependencies = [ [[package]] name = "reth-network-p2p" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12853,7 +12853,7 @@ dependencies = [ [[package]] name = "reth-network-peers" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -12868,7 +12868,7 @@ dependencies = [ [[package]] name = "reth-network-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eip2124", "humantime-serde", @@ -12882,7 +12882,7 @@ dependencies = [ [[package]] name = "reth-nippy-jar" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "anyhow", "bincode 1.3.3", @@ -12899,7 +12899,7 @@ dependencies = [ [[package]] name = "reth-node-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-rpc-types-engine", "eyre", @@ -12923,7 +12923,7 @@ dependencies = [ [[package]] name = "reth-node-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -12992,7 +12992,7 @@ dependencies = [ [[package]] name = "reth-node-core" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -13047,7 +13047,7 @@ dependencies = [ [[package]] name = "reth-node-ethereum" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -13094,7 +13094,7 @@ dependencies = [ [[package]] name = "reth-node-ethstats" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -13118,7 +13118,7 @@ dependencies = [ [[package]] name = "reth-node-events" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -13142,7 +13142,7 @@ dependencies = [ [[package]] name = "reth-node-metrics" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "bytes", "eyre", @@ -13171,7 +13171,7 @@ dependencies = [ [[package]] name = "reth-node-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "reth-chainspec", "reth-db-api", @@ -13833,7 +13833,7 @@ dependencies = [ [[package]] name = "reth-payload-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -13857,7 +13857,7 @@ dependencies = [ [[package]] name = "reth-payload-builder-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "pin-project", "reth-payload-primitives", @@ -13869,7 +13869,7 @@ dependencies = [ [[package]] name = "reth-payload-primitives" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -13892,7 +13892,7 @@ dependencies = [ [[package]] name = "reth-payload-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -13902,7 +13902,7 @@ dependencies = [ [[package]] name = "reth-payload-validator" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-rpc-types-engine", @@ -13945,7 +13945,7 @@ dependencies = [ [[package]] name = "reth-provider" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -13994,7 +13994,7 @@ dependencies = [ [[package]] name = "reth-prune" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -14022,7 +14022,7 @@ dependencies = [ [[package]] name = "reth-prune-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "arbitrary", @@ -14038,7 +14038,7 @@ dependencies = [ [[package]] name = "reth-revm" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -14053,7 +14053,7 @@ dependencies = [ [[package]] name = "reth-rpc" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-dyn-abi", @@ -14129,7 +14129,7 @@ dependencies = [ [[package]] name = "reth-rpc-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-genesis 2.0.5", @@ -14159,7 +14159,7 @@ dependencies = [ [[package]] name = "reth-rpc-builder" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-network 2.0.5", "alloy-provider", @@ -14202,7 +14202,7 @@ dependencies = [ [[package]] name = "reth-rpc-convert" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-evm", @@ -14222,7 +14222,7 @@ dependencies = [ [[package]] name = "reth-rpc-engine-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -14253,7 +14253,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-dyn-abi", @@ -14300,7 +14300,7 @@ dependencies = [ [[package]] name = "reth-rpc-eth-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-chains", "alloy-consensus 2.0.5", @@ -14351,7 +14351,7 @@ dependencies = [ [[package]] name = "reth-rpc-layer" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-rpc-types-engine", "http 1.4.0", @@ -14365,7 +14365,7 @@ dependencies = [ [[package]] name = "reth-rpc-server-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -14396,7 +14396,7 @@ dependencies = [ [[package]] name = "reth-stages" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -14447,7 +14447,7 @@ dependencies = [ [[package]] name = "reth-stages-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -14475,7 +14475,7 @@ dependencies = [ [[package]] name = "reth-stages-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "arbitrary", @@ -14489,7 +14489,7 @@ dependencies = [ [[package]] name = "reth-static-file" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "parking_lot", @@ -14509,7 +14509,7 @@ dependencies = [ [[package]] name = "reth-static-file-types" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "clap", @@ -14524,7 +14524,7 @@ dependencies = [ [[package]] name = "reth-storage-api" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eip7928 0.4.3", @@ -14550,7 +14550,7 @@ dependencies = [ [[package]] name = "reth-storage-errors" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eips 2.0.5", "alloy-primitives", @@ -14568,7 +14568,7 @@ dependencies = [ [[package]] name = "reth-tasks" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "crossbeam-utils", "dashmap", @@ -14589,7 +14589,7 @@ dependencies = [ [[package]] name = "reth-testing-utils" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -14605,7 +14605,7 @@ dependencies = [ [[package]] name = "reth-tokio-util" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "tokio", "tokio-stream", @@ -14615,7 +14615,7 @@ dependencies = [ [[package]] name = "reth-tracing" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "clap", "eyre", @@ -14635,7 +14635,7 @@ dependencies = [ [[package]] name = "reth-tracing-otlp" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "base64 0.22.1", "clap", @@ -14654,7 +14654,7 @@ dependencies = [ [[package]] name = "reth-transaction-pool" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -14701,7 +14701,7 @@ dependencies = [ [[package]] name = "reth-trie" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-eips 2.0.5", @@ -14727,7 +14727,7 @@ dependencies = [ [[package]] name = "reth-trie-common" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-consensus 2.0.5", "alloy-primitives", @@ -14754,7 +14754,7 @@ dependencies = [ [[package]] name = "reth-trie-db" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "metrics", @@ -14774,7 +14774,7 @@ dependencies = [ [[package]] name = "reth-trie-parallel" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-eip7928 0.4.3", "alloy-evm", @@ -14802,7 +14802,7 @@ dependencies = [ [[package]] name = "reth-trie-sparse" version = "2.3.0" -source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-2#f9f4b7d33e5e965259189694a73e000f4cbdf2ee" +source = "git+https://github.com/streamingfast/reth.git?tag=v2.3.0-fh-7#b069ebb394ed4e438d62fee3fb12cfe9bf9fb82c" dependencies = [ "alloy-primitives", "alloy-rlp", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f9aee8a7e30..0bff25bceac 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -353,82 +353,82 @@ reth-rpc-traits = { version = "0.4.1", default-features = false } reth-zstd-compressors = { version = "0.4.1", default-features = false } # ==================== RETH CRATES (git: streamingfast/reth tag v2.3.0-fh, rebased on upstream reth v2.3.0) ==================== -reth = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-basic-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-chain-state = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-chainspec = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-cli = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-cli-commands = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-cli-runner = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-cli-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-consensus = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-consensus-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-db-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-db-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-downloaders = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-e2e-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-engine-local = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-engine-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-engine-tree = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-eth-wire = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-eth-wire-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-ethereum-cli = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-ethereum-consensus = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-ethereum-forks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-ethereum-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-evm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-evm-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-exex = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-exex-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-execution-cache = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-execution-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-execution-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-fs-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-network = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-network-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-network-peers = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-node-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-node-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-node-core = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-node-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-node-events = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-node-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-payload-builder-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-payload-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-payload-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-payload-validator = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-provider = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-prune = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-prune-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-revm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-rpc = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-rpc-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-rpc-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-rpc-engine-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-rpc-eth-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-rpc-eth-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-rpc-server-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-stages = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-stages-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-static-file = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-static-file-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-storage-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-storage-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-tasks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-tracing = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-transaction-pool = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-trie = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-trie-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2", default-features = false } -reth-trie-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } -reth-trie-parallel = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } +reth = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-basic-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-chain-state = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-chainspec = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-cli = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-cli-commands = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-cli-runner = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-cli-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-consensus = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-consensus-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-db-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-db-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-downloaders = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-e2e-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-engine-local = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-engine-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-engine-tree = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-eth-wire = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-eth-wire-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-ethereum-cli = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-ethereum-consensus = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-ethereum-forks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-ethereum-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-evm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-evm-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-exex = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-exex-test-utils = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-execution-cache = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-execution-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-execution-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-fs-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-network = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-network-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-network-peers = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-node-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-node-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-node-core = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-node-ethereum = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-node-events = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-node-metrics = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-payload-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-payload-builder-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-payload-primitives = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-payload-util = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-payload-validator = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-provider = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-prune = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-prune-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-revm = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-rpc = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-rpc-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-rpc-builder = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-rpc-engine-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-rpc-eth-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-rpc-eth-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-rpc-server-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-stages = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-stages-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-static-file = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-static-file-types = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-storage-api = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-storage-errors = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-tasks = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-tracing = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-transaction-pool = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-trie = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-trie-common = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7", default-features = false } +reth-trie-db = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } +reth-trie-parallel = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } # StreamingFast Firehose instrumentation crate (lives in the SF reth fork only). -reth-firehose = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-2" } +reth-firehose = { git = "https://github.com/streamingfast/reth.git", tag = "v2.3.0-fh-7" } # ==================== FIREHOSE TRACER (crates.io) ==================== # Track the same major as the SF reth fork (`firehose/2.x` declares `firehose-tracer = "5"`). diff --git a/rust/op-reth/CHANGELOG.sf.md b/rust/op-reth/CHANGELOG.sf.md index 483e3ee3d39..be824454eda 100644 --- a/rust/op-reth/CHANGELOG.sf.md +++ b/rust/op-reth/CHANGELOG.sf.md @@ -6,6 +6,27 @@ This changelog tracks changes that the StreamingFast fork applies on top of upst ## Unreleased +### Fixed + +- Bumped the SF reth fork pin in `rust/Cargo.toml` from `v2.3.0-fh-2` to `v2.3.0-fh-7`, picking up + five Firehose fixes. No reth/revm/alloy version moves — the tags differ only in `crates/firehose` + (plus a small `payload_validator.rs` finality fix), so the `Cargo.lock` diff is purely the git + tag/rev of the `streamingfast/reth` source. + - fh-7: include the SELFDESTRUCT refund when resolving an account's post-transaction balance. + revm credits the beneficiary in place and records the move only inside its `AccountDestroyed` + journal entry on the truly-destroyed path (EIP-6780), so a coinbase, sender or fee vault that + received a suicide refund reported a `RewardTransactionFee` / `GasRefund` `old_balance` + contradicting the `SuicideRefund` event emitted moments earlier. The same resolver backs the + OP fee-vault credits in `OpPostTxExtras`. + - fh-6: emit the value-transfer balance changes when a transaction sends value to a precompile + and then fails; the reverted callee had its `BalanceTransfer` journal entry truncated before + the journal walk ran. + - fh-5: fix a call/receipt log-count mismatch panic when a native-precompile log is emitted at a + journal index freed by a reverted opcode `LOG`. + - fh-3: gas-bound cap on `step_keccak256`, preventing an OOM panic for operations that would + out-of-gas anyway. + - fh-4 is CI/packaging only (Docker build for the reth fork), no runtime effect here. + ### Changed - Merged upstream `op-reth/v2.4.0` into the Firehose branch. No reth/revm/alloy version bump