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

Multiwallet sync progress reporting #89

Open
itswisdomagain opened this issue Jan 16, 2020 · 0 comments
Open

Multiwallet sync progress reporting #89

itswisdomagain opened this issue Jan 16, 2020 · 0 comments

Comments

@itswisdomagain
Copy link
Contributor

Re-reading the sync progress notification code highlighted the following 2 issues:

  • Stage 1 (headers fetching) gets done for all wallets before progressing to stage 2 whereas stage 2 (address discovery) does not get done for all wallets before proceeding to stage 3. After stage 1 is completed for all wallets, the first wallet goes through stages 2 and 3 before the next wallet goes through stages 2 and 3. The implication of this reporting is that the client app user interface shows progress reports for stage 2, then stage 3 (for 1 wallet), back to stage 2, then stage 3 again (for the next wallet) and so on until the last wallet.

  • Overall sync ETA calculation currently appears to be done on a per-wallet basis rather than for all wallets. The implication of this would be a constantly changing estimated completion time on the UI.

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