This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Allow RollingSessionWindow
to grow beyond dispute_period
#6040
Labels
J0-enhancement
An additional feature request.
T4-parachains_engineering
This PR/Issue is related to Parachains performance, stability, maintenance.
Currently, if finality stalls on testnets for more than
dispute_period
, we need to manually fix with sudoforceApprove
calls.By keeping sessions in window for all the unfinalized chain, finality will recover automatically.
OOM is not a concern here, since
SessionInfo
is <40kb, so we can afford keeping thousands (months) of them in memory.The text was updated successfully, but these errors were encountered: