Skip to content
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

Make horizon sync resumable for outputs #6212

Open
SWvheerden opened this issue Mar 13, 2024 · 1 comment
Open

Make horizon sync resumable for outputs #6212

SWvheerden opened this issue Mar 13, 2024 · 1 comment

Comments

@SWvheerden
Copy link
Collaborator

SWvheerden commented Mar 13, 2024

Currently horizon sync is not resumable for outputs, it needs to be.
Although some parts of the horizon sync is resumable like the kernels, if the horizon sync times out or looses its sync peer during the output download it starts over from 0.

As the blockchain gets older and the outputs increase this becomes more and more difficult to do in a single pass.

@SWvheerden
Copy link
Collaborator Author

An idea we can implement is to somehow save the target hash + height, and just try and resync to that if its still in the main header chain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant