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
Now bunch of Cardano errors are returned in raw form, which is hard to comprehend for user. We need to cover all such errors, preferably by static check of constraints DSL.
All stuff covered by static checks was separated to #81
TODO:
Parse submitting errors to structured datatype (same across backends)
Handle TxInOutdated and WrongSlot events
Graceful errors on coin selection fail
The text was updated successfully, but these errors were encountered:
Now bunch of Cardano errors are returned in raw form, which is hard to comprehend for user. We need to cover all such errors, preferably by static check of constraints DSL.
All stuff covered by static checks was separated to #81
TODO:
TxInOutdated
andWrongSlot
eventsThe text was updated successfully, but these errors were encountered: