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

Lazy load authcore wallet vault to improve app resume time #240

Open
williamchong opened this issue Jan 5, 2021 · 0 comments
Open

Lazy load authcore wallet vault to improve app resume time #240

williamchong opened this issue Jan 5, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@williamchong
Copy link
Member

Previous issue: #125
Currently when the app resume, we always wait for authcore vault to init, which calls 2 API and costs ~ 2-5 seconds.
Authcore suggested that we could lazy init or background init and wallet when resuming app, and only blocks the user when any wallet feature is used

@williamchong williamchong added the help wanted Extra attention is needed label Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant