Release 0.6.0
Pre-release
Pre-release
Summary
This release updates BDK to 0.23 and has a number of breaking changes and new apis. See changelog for all the details.
Changelog
-
Update BDK to latest version 0.23.0 bitcoindevkit/bdk-ffi#204
-
Update uniffi-rs to latest version 0.21.0 bitcoindevkit/bdk-ffi#216
-
Breaking Changes
- Changed
TxBuilder.finish()
to return newTxBuilderResult
bitcoindevkit/bdk-ffi#209 TxBuilder.add_recipient()
now takes aScript
instead of anAddress
bitcoindevkit/bdk-ffi#192AddressAmount
is nowScriptAmount
bitcoindevkit/bdk-ffi#192
- Changed
-
APIs Added
- Added
TxBuilderResult
with PSBT and TransactionDetails bitcoindevkit/bdk-ffi#209 Address
andScript
structs have been added bitcoindevkit/bdk-ffi#192- Add
PartiallySignedBitcoinTransaction.extract_tx()
function bitcoindevkit/bdk-ffi#192 - Add
secret_bytes()
method on theDescriptorSecretKey
bitcoindevkit/bdk-ffi#199 - Add
PartiallySignedBitcoinTransaction.combine()
method bitcoindevkit/bdk-ffi#200
- Added
Full Changelog: bitcoindevkit/bdk-ffi@v0.9.0...v0.10.0