feat(timings): add execution winrate and fix overview imports#409
Merged
feat(timings): add execution winrate and fix overview imports#409
Conversation
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
…load_fastest_execution_by_node_class Aligns with xatu-cbt naming convention changes.
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
engine_newPayloadper slot, with a stacked percentage bar chart and a leaderboard standings sidebarint_engine_new_payload_fastestfor per-slot winrate on short ranges (1h/6h) andfct_engine_new_payload_winrate_hourlyfor aggregated data on longer ranges (24h/7d/31d)BlobCountBy→BlobCount,ReorgBy→Reorg)