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

zcash_client_backend: Periodically update the recover-until height for improved progress reporting. #1591

Open
nuttycom opened this issue Oct 24, 2024 · 0 comments

Comments

@nuttycom
Copy link
Contributor

After #1541, we likely want to periodically bump the recover-until height when we detect we've been offline for long enough that older history is technically recovery. @nuttycom reminded me that the ideal criterion for this is "the chain tip is in a new subtree", because that means we no longer need to scan every note in the old subtree in order to make existing notes spendable (we'll instead grab its subtree root).

Originally posted by @str4d in #1070 (comment)

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