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
The failure_reason field in starknet_getMessagesStatus (RPC version 0.9 and up) is incorrectly derived from finality status when it should be derived from the execution status.
The
failure_reasonfield instarknet_getMessagesStatus(RPC version 0.9 and up) is incorrectly derived from finality status when it should be derived from the execution status.Reference:
RPC v0.9: https://github.com/starkware-libs/starknet-specs/blob/release/v0.9.1-rc.0/api/starknet_api_openrpc.json#L285-L288
RPC v0.10: https://github.com/starkware-libs/starknet-specs/blob/release/v0.10.2/api/starknet_api_openrpc.json#L344-L347