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, execution data only contains a boolean value indicating if a transaction run successfully. Error messages must still be synced from Execution nodes.
Create new endpoints on the Execution node grpc API, that return transaction result error messages. We should have endpoints for getting a specific transaction's message, or getting all failing transactions' messages.
The text was updated successfully, but these errors were encountered:
Currently, execution data only contains a boolean value indicating if a transaction run successfully. Error messages must still be synced from Execution nodes.
Create new endpoints on the Execution node grpc API, that return transaction result error messages. We should have endpoints for getting a specific transaction's message, or getting all failing transactions' messages.
The text was updated successfully, but these errors were encountered: