You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roothash state of suspended runtimes is not correctly restored after a dump/restore since the only place where we restore state is at genesis and not later when the runtime becomes unsuspended. This means that for any suspended runtimes the state will be reset.
This should be fixed together with a test for moving a suspended runtime across a dump/restore upgrade.
The text was updated successfully, but these errors were encountered:
kostko
changed the title
State of suspended runtimes is not correct restored after a dump/restore
State of suspended runtimes is not correctly restored after a dump/restore
Nov 6, 2020
Roothash state of suspended runtimes is not correctly restored after a dump/restore since the only place where we restore state is at genesis and not later when the runtime becomes unsuspended. This means that for any suspended runtimes the state will be reset.
This should be fixed together with a test for moving a suspended runtime across a dump/restore upgrade.
The text was updated successfully, but these errors were encountered: