Skip to content

bsv-ruby-sdk 0.23.1

Choose a tag to compare

@sgbett sgbett released this 06 Jun 06:00
· 79 commits to master since this release

Fixed

  • 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)