mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
- Changed the proof worker to lazily initialize the database provider and ProofTaskTx on the first job message instead of during worker spawn. - This improves the worker's availability time by allowing it to mark itself as available immediately, reducing the startup overhead. - Updated metrics to capture the duration of DB provider creation and proof transaction initialization only when they are actually created, enhancing performance tracking.