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
We need to figure out if the changes introduced in #3829 are breaking changes in the database format.
Therefore we would like to sync the state of the internal testnet in two ways:
1.
2. sync from genesis
3. sync with rocksdb database snapshot
4. run a node without the change, stop it, apply the change, start it again (in the middle of an epoch)
5. run a node without the change, stop it, apply the change, start it again (after an epoch passed)
The text was updated successfully, but these errors were encountered:
We need to figure out if the changes introduced in #3829 are breaking changes in the database format.
Therefore we would like to sync the state of the internal testnet in two ways:
1.
2. sync from genesis
3. sync with rocksdb database snapshot
4. run a node without the change, stop it, apply the change, start it again (in the middle of an epoch)
5. run a node without the change, stop it, apply the change, start it again (after an epoch passed)
The text was updated successfully, but these errors were encountered: