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

Only sync the wallet's output status from Base nodes that are synced to the chain tip #1808

Closed
philipr-za opened this issue May 4, 2020 · 1 comment · Fixed by #2194
Closed
Assignees

Comments

@philipr-za
Copy link
Contributor

Once we have the ability to monitor a base node's chain tip and sync status as described in #1806 the wallet should only check the status of its spendable outputs from base nodes that are synced to the chain tip.

Currently the wallet will immediately ask a base node about the wallet's spendable outputs and if the BN doesn't know about them the wallet will consider them invalid. This could be done in error if the BN being queried is not up to date.

@philipr-za
Copy link
Contributor Author

It is possible to ask the BN if it is synced rather than relying on multiple BN's. The support for multiple BNs will be more robust but I think that can come after this issue.

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

Successfully merging a pull request may close this issue.

2 participants