bsv-wallet 0.9.1
0.9.1 — 2026-04-16
Changed
- Raised
bsv-sdkdependency floor to>= 0.12.1to 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'screate_actionflow relies onTransaction.from_beefproducing fully-wired ancestry, which the old SDK didn't do.
Fixed
- Removed redundant
store_transactioncall ininternalize_action—store_proofs_from_beefalready 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.