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
It was observed that the app was stuck at the redeem request step, with error {"type":"recoverable","message":"Error: Failed to request redeem"}}.
Nevertheless, the request was done properly and the transaction went through. It is unclear why the app returned this error and why it couldn't recover.
To Do
Analyze that part of the code (here and here for example) and check what can be improved such that if any generic submission error arises, we still can recover or be sure that the extrinsic did fail, and not just the response of submitting it.
The text was updated successfully, but these errors were encountered:
@pendulum-chain/product this bug has been observed or at least documented only once. It is important as it happens at the redeem stage of the flow and funds are on the ephemeral account. Offramp can be recovered easily by executing the dumped transactions, but it is irrecoverable if those are lost.
Context
It was observed that the app was stuck at the redeem request step, with error
{"type":"recoverable","message":"Error: Failed to request redeem"}}
.Nevertheless, the request was done properly and the transaction went through. It is unclear why the app returned this error and why it couldn't recover.
To Do
Analyze that part of the code (here and here for example) and check what can be improved such that if any generic submission error arises, we still can recover or be sure that the extrinsic did fail, and not just the response of submitting it.
The text was updated successfully, but these errors were encountered: