Skip to content

feat(timings): add execution winrate and fix overview imports#409

Merged
samcm merged 31 commits intomasterfrom
feat/new-payload-winrate
Feb 11, 2026
Merged

feat(timings): add execution winrate and fix overview imports#409
samcm merged 31 commits intomasterfrom
feat/new-payload-winrate

Conversation

@samcm
Copy link
Member

@samcm samcm commented Feb 11, 2026

Summary

  • Adds winrate section to Engine API Timings page showing which execution client had the fastest engine_newPayload per slot, with a stacked percentage bar chart and a leaderboard standings sidebar
  • Uses int_engine_new_payload_fastest for per-slot winrate on short ranges (1h/6h) and fct_engine_new_payload_winrate_hourly for aggregated data on longer ranges (24h/7d/31d)
  • Fixes broken consensus overview page imports after xatu-cbt table renames (BlobCountByBlobCount, ReorgByReorg)
  • Adds 31d time range option, defaults to 7d, matches time selector styling to execution overview page
  • Collapses EIP-7870 specs banner by default
  • Regenerated API types from updated xatu-cbt protos

samcm added 27 commits February 9, 2026 20:59
Adds the Consensus Overview page scaffolding at /ethereum/consensus/overview
with routes, sidebar navigation, time period selector, fork annotations,
and a Blob Count chart showing hourly/daily statistics with bands.
Adds hourly/daily attestation participation rate chart showing the
percentage of attestations that participated (voted head or other)
relative to max possible votes.
- Add bar chart support to MultiLineChart (seriesType prop)
- Remove empty "Series:" label row from chart legends
- Use Header component, compact 280px charts, 3-col grid at 3xl
- Show reorgs as stacked bar chart, proposal status as rates (%)
- Switch 30d and 90d time windows to daily data for cleaner display
- Fix skeleton to show 8 cards matching actual page layout
…schedule

blob_schedule alone only covers BPO forks, missing base limits from
Deneb (6) and Electra (9). Now combines both sources so the reference
line is correct across all fork boundaries.
Persist selected time period in the URL as ?t=30d so it survives page
refresh and can be shared. Applies to consensus overview, execution
overview, and gas profiler home pages.
Adds the Consensus Overview page scaffolding at /ethereum/consensus/overview
with routes, sidebar navigation, time period selector, fork annotations,
and a Blob Count chart showing hourly/daily statistics with bands.
Adds hourly/daily attestation participation rate chart showing the
percentage of attestations that participated (voted head or other)
relative to max possible votes.
- Add bar chart support to MultiLineChart (seriesType prop)
- Remove empty "Series:" label row from chart legends
- Use Header component, compact 280px charts, 3-col grid at 3xl
- Show reorgs as stacked bar chart, proposal status as rates (%)
- Switch 30d and 90d time windows to daily data for cleaner display
- Fix skeleton to show 8 cards matching actual page layout
…schedule

blob_schedule alone only covers BPO forks, missing base limits from
Deneb (6) and Electra (9). Now combines both sources so the reference
line is correct across all fork boundaries.
Persist selected time period in the URL as ?t=30d so it survives page
refresh and can be shared. Applies to consensus overview, execution
overview, and gas profiler home pages.
… imports

- Add winrate section showing fastest engine_newPayload client per slot
  with stacked bar chart and leaderboard standings
- Use int_engine_new_payload_fastest for per-slot winrate (1h/6h ranges)
- Use fct_engine_new_payload_winrate_hourly for aggregated winrate (24h+)
- Add 31d time range option, default to 7d
- Match time selector styling to execution overview page
- Fix node_class double-counting in winrate queries
- Fix consensus overview broken imports after table renames
  (BlobCountBy -> BlobCount, ReorgBy -> Reorg)
- Regenerated API types from updated xatu-cbt protos
- Collapse EIP7870 specs banner by default
@samcm samcm requested a review from Savid as a code owner February 11, 2026 03:10
@samcm samcm merged commit 53e8f77 into master Feb 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant