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
Right now transactions can fail for a few reasons:
The state machine throw an error
The SQL command returned by the state machine is invalid
Other code related to Paima Engine itself goes wrong (ex: wallet delegation fails)
In #370, we handle these errors. However, we don't actually track anywhere which transaction failed (or why). Eventually though, we'll want to have an explorer for Paima Engine and being able to see that transactions failed will be useful there.
The text was updated successfully, but these errors were encountered:
Right now transactions can fail for a few reasons:
In #370, we handle these errors. However, we don't actually track anywhere which transaction failed (or why). Eventually though, we'll want to have an explorer for Paima Engine and being able to see that transactions failed will be useful there.
The text was updated successfully, but these errors were encountered: