Skip to content

fix(bench): report reconciled block receipt outcomes - #197

Draft
decofe wants to merge 1 commit into
mainfrom
centaur/report-block-receipt-outcomes-1788594747
Draft

decofe wants to merge 1 commit into
mainfrom
centaur/report-block-receipt-outcomes-1788594747

Conversation

@decofe

@decofe decofe commented Sep 5, 2026

Copy link
Copy Markdown
Member

Add bench send --collect-receipt-outcomes to emit per-block success/failure counts after reconciling receipts with the fetched block's hash, transaction order/count and gas total. Counts include zero-gas protocol transactions; missing or inconsistent receipts fail post-processing, and ordinary runs continue to omit unknown counts.

Validated core and CLI unit tests, RPC mock tests for complete/missing/partial responses, JSON compatibility, nightly formatting, and clippy for both affected crates. The cached-state control correctly reported all three captured transactions as reverted and is excluded from throughput analysis; the fresh-state control then reconciled 38,546 captured successful receipts with zero captured reverts or submission failures through summary generation. These are report-validation checks, not pricing results or proof that all 40,000 submissions were captured.

Prompted by: @shekhirin

Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants