Skip to content

After a failed fork switch, we will try to restore the original fork,

but this can fail if any block on the new (failed) fork became irreversible while applying it. Fix this by not trying to restore the original fork when the new fork has an irreversible block on it, or when the good part of the new fork is already at least as long as the original fork.

Merge request reports