You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a dapp which triggers multiple transactions. As an example, I've got >100 triggered on a single user interaction, which makes the Confirm All button a much-desired feature with apparently no progress. After what may be a couple minutes' wait from the time the code triggers the transaction, this produces a popup requesting approval.
Start clicking Confirm to approve some. After each Confirm, the interface gets a semitransparent white cover with a loading spinner, like this:
and you have to wait for that to clear before clicking Confirm on the next one.
After a few, click Edit and drop the gas limit so that a transaction will fail Out Of Gas.
Continue approving transactions, but leave several still in the queue.
After a few moments, there will be a popup saying "Transaction Failed" instead of something that looks like this.
Wonder which transaction failed, and attempt to view transaction history. Attempt to do this by clicking the fox icon.
Find that clicking this just produces a copy of the "1 of XX requests waiting to be acknowledged" screen; the transaction history cannot be viewed and there is no way to find out what transaction(s) failed or succeeded. Conceivably, that information might impact a user's decision about whether or not to approve other transactions, but the user's decisions cannot be informed by knowing what failed. In such cases, the dapp design could wait for one transaction to finish before triggering another, but this would slow the UX down quite a bit, and lead to questions about how long to wait (e.g. multiple block confirmations??).
The only way to view transaction history is to complete the approval/rejection process for all pending transactions, then click the fox icon and it's visible.
Expected behavior
Some way to view transaction history even when transactions are pending.
Browser details (please complete the following information):
Just wanted to reach out and let you know we are pushing out feature requests over to our ZenDesk so the team can keep closer eyes on all suggestions / requests.
Hi @robbiekruszynski Did you create a copy of this Issue over on ZenDesk (& if so, could you please link to it here), or just close it because it was opened here well before you started using ZenDesk?
Personally I would consider this more a Defect than a Feature Request, but in any case I don't think it should just be completely closed.
To Reproduce
and you have to wait for that to clear before clicking Confirm on the next one.
Expected behavior
Some way to view transaction history even when transactions are pending.
Browser details (please complete the following information):
Additional context
Once you can view the history, the failed transaction is buried below older ones and not necessarily clear regarding status.
The text was updated successfully, but these errors were encountered: