mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-14 09:48:03 -05:00
bit of context around pool creation, so you can see whether those steps are dragging.
- Added per-worker timers around database_provider_ro() and ProofTaskTx::new() for both
storage and account pools, feeding new histograms in ProofTaskTrieMetrics (crates/trie/
parallel/src/proof_task.rs:728, crates/trie/parallel/src/proof_task_metrics.rs:18).
- Introduced debug logs when a payload spawns and finishes building the proof worker pools
to make block-level spikes line up with worker lifecycle events (crates/engine/tree/src/
tree/payload_processor/mod.rs:231).