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

[launcher] Speed up opening the wallet #3846

Merged
merged 1 commit into from Apr 6, 2023

Conversation

bgptr
Copy link
Collaborator

@bgptr bgptr commented Dec 5, 2022

Closes #3843

This removes the unnecessary gettingVSPInfo step from the setup wallet process. The fetched vsp info is used only in the manage processed tickets part of the flow. Now it's requested only if needed.
Also, this diff cleans up the process managed and unmanaged views and adds tests for them.

 + remove gettingVSPInfo step from the setup view  process
+ fix loading status on process manages/unmanaged views
 + cleanup process managed and unmanaged tickets
+ add tests
@alexlyp alexlyp merged commit 000a046 into decred:master Apr 6, 2023
alexlyp pushed a commit that referenced this pull request Apr 6, 2023
+ remove gettingVSPInfo step from the setup view  process
+ fix loading status on process manages/unmanaged views
 + cleanup process managed and unmanaged tickets
+ add tests
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 this pull request may close these issues.

[launcher] Delay when opening wallet
2 participants