bsv-wallet-postgres 0.5.0
·
489 commits
to master
since this release
0.5.0 — 2026-04-16
Changed — Breaking
SolidQueueAdapternow sets the wallet action status to'unproven'instead of'completed'on successful broadcast. Aligns with the status taxonomy change in bsv-wallet 0.9.0 (HLR #455). Thewallet_broadcast_jobsrow status is unchanged (job queue lifecycle is a separate domain).
Added
BroadcastQueue#broadcast_enabled?interface method;SolidQueueAdapterreturnstrue(broadcaster required at construction time). EnablesWalletClient#broadcast_enabled?to detect a queue-embedded broadcaster.
Changed
- Minimum
bsv-walletversion raised from>= 0.6.0to>= 0.9.0. Required for the new status taxonomy andbroadcast_enabled?interface.