Add cross-client execution metrics and slow block logging #9834
DCO-2 / DCO
succeeded
May 1, 2026 in 1s
Check passed!
All commits are signed off, the check passed.
Summary
| Sha | Message | Pass or fail reason | |
|---|---|---|---|
| 🟢 | 219f327 | Add cross-client execution metrics and slow block ... | Valid sign-off found |
| 🟢 | 7a49bc7 | read tracking in state layer | Valid sign-off found |
| 🟢 | 2059e04 | 500ms default for testing | Valid sign-off found |
| 🟢 | 1fd91f7 | use cli option everywhere | Valid sign-off found |
| 🟢 | 5f85026 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | d68e23c | truncate decimal values in logs | Valid sign-off found |
| 🟢 | 1cc9fee | move persist | Valid sign-off found |
| 🟢 | 6cfc70d | state_read_ms | Valid sign-off found |
| 🟢 | a01c659 | gas used | Valid sign-off found |
| 🟢 | b1bdbf9 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | db89b64 | handle slow tracer background tracer | Valid sign-off found |
| 🟢 | 7daa67e | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | 04d42b9 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | ef037ad | formatting imports | Valid sign-off found |
| 🟢 | 4d6988d | test mock fix | Valid sign-off found |
| 🟢 | ce5da33 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | 003365d | config toml fix | Valid sign-off found |
| 🟢 | bb8eebc | fix AT | Valid sign-off found |
| 🟢 | 3d88ad5 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | 24f967c | fix toml test file | Valid sign-off found |
| 🟢 | 70311c0 | Merge branch 'main' of github.com:macfarla/besu in... | Skipped: sign-off not required in merge commit |
| 🟢 | 5c90a96 | remove delegate pattern | Valid sign-off found |
| 🟢 | 1bf8a25 | Add tracer type to block processing log; generaliz... | Valid sign-off found |
| 🟢 | 1ab105f | generalise regex | Valid sign-off found |
| 🟢 | 698432f | formatting | Valid sign-off found |
| 🟢 | 13458d9 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | d54a0f9 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | ed2b6ce | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | 0d40e84 | avoid precompile address range in test | Valid sign-off found |
| 🟢 | 6c7116c | review comments: update comments, copyright and st... | Valid sign-off found |
| 🟢 | 43f57a4 | simplify cli options to single slow-block-threshol... | Valid sign-off found |
| 🟢 | e6c9a44 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | b9de3b9 | rename and copyright | Valid sign-off found |
| 🟢 | 4445bd6 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | 71f01bf | tracer for parallel | Valid sign-off found |
| 🟢 | c14d0ca | added tests for parallel tracing | Valid sign-off found |
| 🟢 | 1f24ff0 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | 35351f6 | refactor tracer features to new class | Valid sign-off found |
| 🟢 | 8a65b7e | return NO_TRACING rather than null | Valid sign-off found |
| 🟢 | 5b6c15f | add slow block tracing to BAL | Valid sign-off found |
| 🟢 | 836b7ef | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | 344673b | added test for actual parallel execution | Valid sign-off found |
| 🟢 | 9a41319 | add wiring for unique counters | Valid sign-off found |
| 🟢 | ed74072 | wire up the state metrics collector | Valid sign-off found |
| 🟢 | 94a95a5 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | eadea53 | address flaky test | Valid sign-off found |
| 🟢 | e00a2d3 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | b10defc | optimize the case where the feature is disabled | Valid sign-off found |
| 🟢 | 87b3746 | Merge branch 'main' of github.com:hyperledger/besu... | Skipped: sign-off not required in merge commit |
| 🟢 | e776c66 | merge | Skipped: sign-off not required in merge commit |
| 🟢 | ed87459 | compile error | Valid sign-off found |
| 🟢 | 2dafeb0 | refactor SlowBlockTracer to be a decorator, removi... | Valid sign-off found |
| 🟢 | d991f6a | State metrics data race in parallel workers | Valid sign-off found |
| 🟢 | 1af152c | bal parallel execution | Valid sign-off found |
| 🟢 | 1b79911 | Merge upstream main into execution-metrics branch | Skipped: sign-off not required in merge commit |
| 🟢 | faf33a7 | findTracer util method to find the right tracer to... | Valid sign-off found |
| 🟢 | 8157f9e | add to config overview | Valid sign-off found |
| 🟢 | 2efbfc8 | Merge branch 'main' of https://github.com/hyperled... | Skipped: sign-off not required in merge commit |
| 🟢 | f24f86c | Merge branch 'main' of https://github.com/hyperled... | Skipped: sign-off not required in merge commit |
| 🟢 | 0877732 | add accounts_deleted and storage_slots_deleted | Valid sign-off found |
| 🟢 | f51e83c | Merge branch 'main' of https://github.com/hyperled... | Skipped: sign-off not required in merge commit |
| 🟢 | 01d148a | changed default to disabled | Valid sign-off found |
| 🟢 | 1140269 | changelog entry | Valid sign-off found |
| 🟢 | 9cc2432 | fix write count bug, add tests | Valid sign-off found |
| 🟢 | 989e18e | merge | Skipped: sign-off not required in merge commit |
| 🟢 | 79254ae | fix merge bork | Valid sign-off found |
| 🟢 | 880725c | formatting | Valid sign-off found |
Loading