feat: debug engine reorg depth #10517
Labels
A-consensus
Related to the consensus engine
C-enhancement
New feature or request
C-test
A change that impacts how or what we test
Description
Currently,
EngineReorg
debug util only accepts thefrequency
parameter - how often does the reorg of the latest head occur. Introduce and expose through CLI a new parameter that does tunes thedepth
of the reorg. This will help us test deep reorgs which exceed the persistence threshold in new engine implementation.Related to #10398
The text was updated successfully, but these errors were encountered: