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
Currently, if call wrapped around Futurepass failed, it's a silent one. The error details is tucked inside the proxy.ProxyExecuted which is easy to miss.
Currently, if call wrapped around Futurepass failed, it's a silent one. The error details is tucked inside the
proxy.ProxyExecuted
which is easy to miss.We should look at adding option to fail the extrinsic when that happen just like when any other failed extrinsic https://github.com/futureversecom/trn-js-api/blob/main/packages/extrinsic/src/libs/send.ts#L36
It needs to be optional flag to avoid breaking changes downstream, as they might have had their own error catching logic.
The proposed location is a 3rd parameter to the
send
functionThe text was updated successfully, but these errors were encountered: