Discord Discussion Link
No response
What browsers are you seeing the problem on?
Chrome
What were you trying to do?
I generated 20 addresses. Now after typing in the password to unlock the wallet and clicking unlock, it takes 10 seconds to unlock and show the account page.
What did not work?
Unlock process should happen asynchronously. If there are many calls that need to take place after unlock, only process the minimum necessary (decrypt the keys) before showing the account page and asynchronously process the rest of the calls after the unlock. Makes the wallet appear faster even if it isn't really.
Version
None
Relevant log output
No response
Discord Discussion Link
No response
What browsers are you seeing the problem on?
Chrome
What were you trying to do?
I generated 20 addresses. Now after typing in the password to unlock the wallet and clicking unlock, it takes 10 seconds to unlock and show the account page.
What did not work?
Unlock process should happen asynchronously. If there are many calls that need to take place after unlock, only process the minimum necessary (decrypt the keys) before showing the account page and asynchronously process the rest of the calls after the unlock. Makes the wallet appear faster even if it isn't really.
Version
None
Relevant log output
No response