fix: bump streamingfast/reth to v2.3.0-fh-7 - #11
Merged
Conversation
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 <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-2tov2.3.0-fh-7. This branch was five releases behind; the bump picks all of them up.The headline fix is 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. That resolver also backs the OP fee-vault credits inOpPostTxExtras.Also included: fh-6 (reverted-precompile value transfers), fh-5 (call/receipt log-count mismatch panic), fh-3 (keccak OOM cap). fh-4 is CI/packaging only.
fh-2 → fh-7 touches only
crates/firehoseplus a smallpayload_validator.rsfinality fix; 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 -p op-reth --all-targetspasses.🤖 Generated with Claude Code