Skip to content

bsv-attest 0.2.0

Choose a tag to compare

@sgbett sgbett released this 13 Apr 00:00
· 554 commits to master since this release

0.2.0 — 2026-04-13

Breaking Changes

  • Removed broadcaster from Attest::Configuration — attestation now uses the wallet's broadcaster via create_action

Added

  • BSV::Attest.publish now uses wallet.create_action for transaction construction and broadcast (#414)
  • BSV::Attest::BroadcastError class for create_action failures (#413)

Changed

  • Attest::Response simplified to hash + txid only (#412)

Fixed

  • Pass args as positional Hash to create_action for Ruby 2.7 compatibility (#414)