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

Show new transactions instantly in activity #1715

Closed
markmhendrickson opened this issue Sep 16, 2021 Discussed in #1712 · 2 comments · Fixed by #1726
Closed

Show new transactions instantly in activity #1715

markmhendrickson opened this issue Sep 16, 2021 Discussed in #1712 · 2 comments · Fixed by #1726
Assignees

Comments

@markmhendrickson
Copy link
Collaborator

markmhendrickson commented Sep 16, 2021

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

@Eshwari007
Copy link

Note:All the below occurred in one same account in Mainnet

I have noticed the similar behavior and was even thinking of logging the issue but after couple minutes,I noticed the missing transaction in the account
There were two transaction but the first one was not visible in Activity despite tx was successful.
Within few sec,I placed another tx but that received nonce conflict.
I then tried again in few min on another tx and the tx was successful
This time I was able to view the latest tx as pending.
I even went to explorer to check on the history of the account but was not able to track the first tx.

After few minutes once the latest tx was completed,and the balance was deducted.I saw both of the tx (first and last) in the activity and also in explorer.

There were only Failed to load resources error in the console.
tx error

@Eshwari007
Copy link

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants