-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizon syn correct behavior #5771
Comments
The correct goal should be that when a peer exit's horizon state, the node is in the best state possible. So when a node finds some issue with the kernel sync, it should rewind the kernels back to the starting height. |
Currently utxo sync is not resumable, which it should be. The utxo set is downloaded in go , but we should be able to make it so that it can resume. |
Fixing system-level use for #6006 |
Currently on Horizon sync, if the node fails horizon sync, the node can be stuck in a broken state if it cannot find a peer with the exact same chain. This can leave the peer in a broken state still a user manually deletes the base node's database.
This issue is to discuss ideas
The text was updated successfully, but these errors were encountered: