-
Notifications
You must be signed in to change notification settings - Fork 144
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
Show new transactions instantly in activity #1715
Closed
Comments
Merged
New transaction as shown immediately as 'Queued".Moving the ticket to Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently when the user submits a transaction, there is a lag time between submission and appearing in the activity tab of the home screen. This lag creates uncertainty for the user as to whether the transaction has actually been submitted successfully.
A potential solution via caching of transactions locally is discussed in #1712
This solution would not only provide greater "speediness" but also prevent users from thinking their transactions have failed to go through at all, should the API experience issues with recognizing transactions per hirosystems/stacks-blockchain-api#765 / https://github.com/hirosystems/devops/issues/797.
Companion issue for the desktop wallet: leather-io/desktop#921
The text was updated successfully, but these errors were encountered: