Skip to content

bsv-wallet 0.9.1

Choose a tag to compare

@sgbett sgbett released this 16 Apr 21:01
· 479 commits to master since this release

0.9.1 — 2026-04-16

Changed

  • Raised bsv-sdk dependency floor to >= 0.12.1 to pick up BEEF ancestry correctness fixes (bsv-sdk#467, bsv-sdk#468, HLR #466). Consumer impact: recently-received UTXOs that previously could not be re-broadcast now can — the wallet's create_action flow relies on Transaction.from_beef producing fully-wired ancestry, which the old SDK didn't do.

Fixed

  • Removed redundant store_transaction call in internalize_actionstore_proofs_from_beef already persists every transaction in the BEEF bundle, so the subject tx was being written twice. No behaviour change; minor cleanup. (#469)

Related: wallet-toolbox#149 — same architectural gap reported upstream.