Enrich finalized transaction activity - #77
Open
HDauven wants to merge 3 commits into
Open
Conversation
HDauven
force-pushed
the
feat/73-finalized-transaction-enrichment
branch
from
July 24, 2026 23:36
44b287c to
80152a8
Compare
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.
Closes #73
Stacked on #76. Once #76 merges, this PR can be retargeted to
main.Summary
lastBlockPair, re-read the transaction, fetch its reported block, verify exact transaction membership, and authenticate the finalized frontier hashTest plan
npm run test:coverage(528 tests)npm run build:chromenpm run build:firefoxnpm run build:tauriRegression coverage includes accepted-but-non-final execution, exact-frontier and older-finalized blocks, both reorg outcomes, old-fork failure followed by canonical success, finalized failed Phoenix reservations, stalled fetches, stalled JSON bodies, absolute request deadlines, early acknowledgement/notification, large integer values, original-network rechecks, late extension and local watcher timeout/removal after finality, delayed stale reconciliation after manual finalization, and concurrent updates to different transaction hashes.