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

Activity shows Sapphire ParaTime deposit as "Failed" immediately after performing the transaction #2113

Open
tjanez opened this issue Jan 13, 2025 · 1 comment · May be fixed by #2123
Open
Assignees
Labels
bug Something isn't working ux Usability, user experience etc.

Comments

@tjanez
Copy link
Member

tjanez commented Jan 13, 2025

Steps to reproduce:

  1. Deposit something into a Sapphire ParaTime account.
  2. Navigate from "ParaTimes" tab back to "Account" tab.
  3. Deposit transaction marked as "Failed" even though it succeeded:
    Screenshot from 2025-01-13 12-25-52
  4. After refreshing (either automatically or by switching to some other tab and going back to the "Account" tab), the same transaction is marked as "Successful":
    Screenshot from 2025-01-13 12-26-20

I think the wallet should not mark the deposit transaction as "Failed" for this interim period of time.

@tjanez tjanez added bug Something isn't working ux Usability, user experience etc. labels Jan 13, 2025
@lukaw3d
Copy link
Member

lukaw3d commented Feb 2, 2025

Caused by one of these

status: t.success ? TransactionStatus.Successful : TransactionStatus.Failed,

since
oasisprotocol/explorer#528 (comment)

@lukaw3d lukaw3d self-assigned this Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ux Usability, user experience etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants