fix: bump streamingfast/reth to v2.3.0-fh-7 - #21
Merged
Conversation
Picks up the selfdestruct-refund post-tx balance fix (fh-7) and the reverted-precompile value-transfer balance changes (fh-6). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
sduchesneau
force-pushed
the
fix/bump-reth-firehose-fh-7
branch
from
August 10, 2026 17:56
8afc495 to
4b3e490
Compare
UlysseCorbeil
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the
streamingfast/rethpin fromv2.3.0-fh-5tov2.3.0-fh-7, picking up two Firehose balance-change fixes:AccountDestroyedjournal entry — noBalanceTransfer— so a coinbase, sender or fee vault that received a suicide refund reported aRewardTransactionFee/GasRefundold_balancecontradicting theSuicideRefundevent emitted moments earlier.BalanceTransferjournal entry truncated before the journal walk ran.fh-5 → fh-7 touches only
crates/firehose; no reth, revm or alloy-evm version moves, so theCargo.lockdiff is purely the git tag/rev for thestreamingfast/rethsource.cargo check --workspace --all-targetspasses.🤖 Generated with Claude Code