This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Make dispute-coordinator more robust with regards to runtime errors #5882
Labels
T4-parachains_engineering
This PR/Issue is related to Parachains performance, stability, maintenance.
T5-parachains_protocol
This PR/Issue is related to Parachains features and protocol changes.
U1-asap
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
We had problems in the past with the
RollingSessionWindow
in the dispute-coordinator, resulting in it not working properly - while at the same time backing continued to work.We should make usage of
RollingSessionWindow
at least as robust as backing - meaning if backing works, dispute-coordinator has to work as well, everything is unacceptable.In particular this means, it has to be possible to trigger disputes in the current session, even if fetching the
SessionInfo
for some older session fails.The text was updated successfully, but these errors were encountered: