-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Resubmitting transaction should be worded clearer and better highlighted #5075
Comments
Additionally: Showing a duplicate/reference/notification of the offending transaction at the top of the transaction list might help make the user more aware of the transaction blocking all other transactions. |
@Cygnusfear check out our designs for a new transaction detail view - it's ordered with pending tx first, like you suggest, and changes the way we suggest users speed up pending tx: #4786 |
That looks great! Only suggestions I could think of is a warning if a transaction suddenly takes extremely long (pending label could be colored red) due to a spontaneous increase in network usage. I'll head over to the design corner and start rummaging around there! |
Sounds good. Closing this, thanks for the feedback. |
What problem are you trying to solve?
Currently transactions that are not processed hold up all future transactions, the offending transaction is marked by Metamask with a small blue subtext saying 'Taking too long? Retry with a higher gas price here'. However, as much as I'd not consider myself fully stupid, the wording of this subtext is vague enough that I had no idea this was how I could resubmit the transaction.
Describe the solution you'd like
Replace the text with 'Click here to resubmit your transaction with a higher gas price'. Alternatively:
'Click here to increase the gas price for speeding up your transaction'
Additional comments
If future transactions are being blocked by that one transaction, this should be made apparent to the user; novice users may probably not be aware that their transactions are being blocked and will resubmit new transactions which does not help. Suggested solutions:
Issue described above may cost unknowing users money due to their Metamask seemingly being 'broken':
https://www.reddit.com/r/ethtrader/comments/975ybz/daily_general_discussion_august_14_2018/e45viqx/
The text was updated successfully, but these errors were encountered: