Skip to content

bsv-ruby-sdk 0.16.0

Choose a tag to compare

@sgbett sgbett released this 01 May 11:06
· 295 commits to master since this release

0.16.0 — 2026-05-01

Breaking Changes

  • Removed bsv-wallet and bsv-wallet-postgres gems from the monorepo (#662)
  • Unified BSV::Wallet namespace with canonical BRC-100 interface, error reconciliation, and idiomatic ProtoWallet (#664)
  • Hard-deprecated Network::ARC and Network::WhatsOnChain facades (#659)

Added

  • BSV::Wallet::ProtoWallet for SDK-native cryptographic operations (signing, encryption, HMAC, key derivation) (#662)

Fixed

  • Guard nil status_code in MCP error messages (#659)