Skip to content

feat/cleanup report#455

Merged
zeroXbrock merged 9 commits intomainfrom
feat/cleanup-report
Feb 17, 2026
Merged

feat/cleanup report#455
zeroXbrock merged 9 commits intomainfrom
feat/cleanup-report

Conversation

@zeroXbrock
Copy link
Member

@zeroXbrock zeroXbrock commented Feb 14, 2026

Motivation

clean up visual artifacts & bugs in reports

Solution

  • cleanup report charts
    • show slot when hovering heatmap
    • remove heatmap idle labels
    • limit number of X-axis rows in Time To Inclusion chart
    • log metrics for batched transactions
      • this normally happens in the RPC client middleware but for batches we don't use that so we have to do it manually in TestScenario
  • fix unchecked error in reports (if txs are not found)
  • handle bad params in fill_block to prevent panic
  • collect metrics for batched eth_sendRawTransaction calls

PR Checklist

  • Added Tests
  • Added Documentation
  • Ran cargo +nightly clippy --workspace --lib --examples --tests --benches --all-features --locked --fix
  • Ran cargo fmt --all
  • Note breaking changes in PR description, if applicable
  • update changelogs
    • Update CHANGELOG.md in each affected crate
    • add a high-level description in the root changelog

@zeroXbrock zeroXbrock merged commit 0f9e30d into main Feb 17, 2026
7 checks passed
@zeroXbrock zeroXbrock deleted the feat/cleanup-report branch February 17, 2026 22:53
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

Comments