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

Bug: Sent transaction not shown in history for more than 30s - Optimistically update UI with newest one #38

Open
tohrxyz opened this issue Aug 3, 2024 · 0 comments

Comments

@tohrxyz
Copy link

tohrxyz commented Aug 3, 2024

When I send transaction, the UI history list doesn't register it for more than half a minute, which is bad, as user might be confused what happened. I understand this can be due to some api calls not getting it right away.

I propose...

to optimistically update the history with the newest transaction and keep it as "placeholder" until the wallet actually fetches it from blockchain. This would help UX and avoid user's confusion.

Or wallet can ask for this specific ID at first and add it temporarily to history.,

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

No branches or pull requests

1 participant