near-explorer icon indicating copy to clipboard operation
near-explorer copied to clipboard

Transaction actions descriptions are misleading when transaction fails

Open frol opened this issue 2 years ago • 0 comments

Story

As a developer who investigates an issue, I want to clearly understand the transaction flow so I can develop contracts more efficiently.

Currently, I see "New account created: ...", "Transferred", etc, and only at the end I can see that the receipt actually failed, and I should know that all these receipt actions will be discarded.

Acceptance Criteria

  • [ ] The UI communicates that the receipt fails
  • [ ] The UI communicates that the changes from a failing receipt are completely discarded
  • [ ] The UI communicates that all the receipts are independent, so failure in one receipt does not mean that the transaction would fail

frol avatar Aug 23 '21 16:08 frol