fix: bump streamingfast/reth to v2.3.0-fh-7 - #10
Merged
sduchesneau merged 1 commit intoAug 10, 2026
Conversation
Picks up the selfdestruct-refund post-tx balance fix; the resolver also backs the OP fee-vault credits. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
sduchesneau
changed the base branch from
firehose/world-chain-2.x
to
release/world-chain-2.x
August 10, 2026 17:56
sduchesneau
added a commit
to streamingfast/world-chain
that referenced
this pull request
Aug 10, 2026
streamingfast/optimism#10 merged, so release/world-chain-2.x now pins fh-7 and the reth graph resolves to a single copy again. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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-6tov2.3.0-fh-7(streamingfast/reth#22).On the truly-destroyed SELFDESTRUCT path (EIP-6780) revm credits the beneficiary in place and records the move only inside its
AccountDestroyedjournal entry — noBalanceTransfer— soresolve_post_tx_balancemissed it. A coinbase, sender or fee vault that received a suicide refund reported aRewardTransactionFee/GasRefundold_balancecontradicting theSuicideRefundevent emitted moments earlier. The same resolver backs the OP fee-vault credits viapost_tx_balance.fh-6 → 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 -p reth-optimism-firehose --all-targetsandcargo check -p op-reth --all-targetsboth pass.🤖 Generated with Claude Code