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
Describe the bug
Running the rollback or truncate command for snapshots at the moment seems to cause corruption of the database.
After I run ark snapshot:rollback --height=xxx or ark snapshot:truncate I get error messages like Expected to find 51 delegates but only found 0. This indicates an issue with the genesis block & delegates.
To Reproduce
Steps to reproduce the behavior:
Stop all core processes
Run ark snapshot:rollback --height=xxx or ark snapshot:truncate
Restart all processes
Different message about delegates, genesis block or wrong transaction count in the database can appear.
Expected behavior
Rollback a few blocks or truncate the database, restart and sync back with the network.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running the rollback or truncate command for snapshots at the moment seems to cause corruption of the database.
After I run
ark snapshot:rollback --height=xxx
orark snapshot:truncate
I get error messages likeExpected to find 51 delegates but only found 0. This indicates an issue with the genesis block & delegates.
To Reproduce
Steps to reproduce the behavior:
ark snapshot:rollback --height=xxx
orark snapshot:truncate
Expected behavior
Rollback a few blocks or truncate the database, restart and sync back with the network.
The text was updated successfully, but these errors were encountered: