feat: rollup blobspace efficiency report cards - #238
Draft
a-thomas-22 wants to merge 3 commits into
Draft
a-thomas-22 wants to merge 3 commits into
a-thomas-22 wants to merge 3 commits into
Conversation
Grades each rollup on how well it uses blobspace over the most recent 300 blobs: average blob fill against the 131,072-byte capacity, average tip vs the sample median, and average fee cap headroom as an overbidding indicator. Scores map to letter grades through a rubric documented on the page. Unattributed senders are grouped as Unknown. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Resolves nav and sitemap conflicts against the new /records and /live pages, and adopts the network-scoped NetworkLink header. Adds an efficiency Open Graph card now that main provides the OG rendering infrastructure the original task made it conditional on. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Satori mispositioned the footer caption when the columns and caption were wrapped in a fragment, pushing it into the header row. Render the three sections as direct flex children instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
a-thomas-22
marked this pull request as draft
August 9, 2026 05:14
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.
Summary
Adds an /efficiency page: per-rollup report cards grading how well each rollup uses blobspace over a recent sample. The angle is competence, not volume: half-empty blobs and overpaying for inclusion lose points.
Verified against live mainnet data: grades currently spread from A+ (Unknown, Taiko) through B- (the OP-stack chains, which all bid a fixed 1 gwei cap at a 0.003 gwei base fee).
Notes
🤖 Generated with Claude Code