-
Notifications
You must be signed in to change notification settings - Fork 60
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
web-wallet: Integration with latest wallet-js and Sync improvements #2109
Conversation
2660cff
to
e7a6752
Compare
dcb06d1
to
f2e899a
Compare
The Could you please assist debugging, @ascartabelli? 🙏 Thanks! Update: Solved |
Remember to push the branch when you're done and I'll have a look first thing in the morning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was just a quick pre-review, left some comments around.
In any case: really a great job!
web-wallet/src/routes/(welcome)/setup/restore/NetworkSyncProgress.svelte
Show resolved
Hide resolved
22a2287
to
b4fe174
Compare
58ada57
to
1187d36
Compare
Resolves #1561, Resolves #1567, Resolves #1568, Resolves #1570, Resolves #1595 Changelog: - Integration with the latest wallet-js library (v.0.5.3) - Display of the current network block height during wallet creation - Prevention of full sync for newly created wallets - Option for users to restore a wallet from either genesis or a specific block height - Relocation of the initial sync to the wallet restore flow - A sync indicator that displays progress for both initial and subsequent syncs
233b5eb
to
d4a9cf6
Compare
Resolves #1561, Resolves #1567, Resolves #1568, Resolves #1570, Resolves #1595
This PR includes the following features / enhancements: