Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Version 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thunderbiscuit thunderbiscuit released this 18 Jun 14:24
· 44 commits to master since this release
v0.7.0
4b2ef8b

General

Update bdk-ffi to 0.7.0, which relies on BDK version 0.19.0

  • Fixes sqlite-db issue causing wrong balance
  • Adds experimental taproot descriptor and PSBT support

APIs Removed

APIs Added

  • Wallet.getAddress(AddressIndex), returns AddressInfo, which contains an address (String) and an index (UInt) bitcoindevkit/bdk-ffi#137

APIs Changed

  • Wallet.sign(PartiallySignedBitcoinTransaction) now returns a Boolean, true if the PSBT is finalized, false if it's only a partial signature and the PSBT is not ready for broadcast bitcoindevkit/bdk-ffi#161

NOTE

This release is broken on maven central for bdk-jvm. Use 0.7.1 instead.