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
Protocols::Arcade#parse_broadcast_response, Protocols::ARC#parse_single_broadcast_response,
and Protocols::ARC#parse_batch_broadcast_response now preserve the parsed response body as data: on non-2xx responses. Previously the body was parsed only to extract an error_message,
then discarded — leaving callers with data: nil and no way to read txStatus / extraInfo
from synchronous broadcast failures (the terminal-rejection shape). Additive change; the 2xx
success path and ARC's existing 2xx-REJECTED branch are unchanged. (#793)