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

UI hangs when low gas price is set for the user transaction #144

Open
akolotov opened this issue Oct 13, 2018 · 0 comments
Open

UI hangs when low gas price is set for the user transaction #144

akolotov opened this issue Oct 13, 2018 · 0 comments

Comments

@akolotov
Copy link
Collaborator

During the testing it was found that even if the error like on the screenshot below appears, there is no notification to the user that web3 stops waiting for the transaction to be included to a block.

image

This could confuse the user - it will never know that he needs to re-send the transaction.

This issue most often happens when a low gas price was set for the transaction, that's why under #83 it was decided to use the gas price marked as fast in the response of the gas price oracle. But user can re-define lower price in the wallet window so the transaction will hangs anyway.

It makes sense to catch this error and display the user an alert that the transaction need a special treatment.

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