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
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Investigate correct return code for --return-failure-trace ture and transaction failed to speculatively execute.
As of Leap 3, defaults to --return-failure-trace true which means that automation which depends on eosjs to return a non-zero value on transaction failure will instead need to parse the traces or use option --return-failure-trace false.
Update to parse transaction trace and return a non-zero error code when the trace includes an exception indicating the transaction failed to speculatively execute.
The text was updated successfully, but these errors were encountered:
Investigate correct return code for --return-failure-trace ture and transaction failed to speculatively execute.
As of Leap 3, defaults to --return-failure-trace true which means that automation which depends on eosjs to return a non-zero value on transaction failure will instead need to parse the traces or use option --return-failure-trace false.
Update to parse transaction trace and return a non-zero error code when the trace includes an exception indicating the transaction failed to speculatively execute.
The text was updated successfully, but these errors were encountered: