v0.28.0
Pre-release
Pre-release
·
368 commits
to master
since this release
Summary
This release updates BDK to 0.28.0 and has a number of new APIs.
Changelog
- Update BDK to version 0.28.0 [#341]
- Remove support for Python 3.6 and 3.7 [#345]
- APIs changed:
- Expose Address payload and network properties. [#325]
- Add SignOptions to Wallet.sign() params. [#326]
- address field on
AddressInfo
type is now of typeAddress
[#333] - new PartiallySignedTransaction.json_serialize() function to get JSON serialized value of all PSBT fields. [#334]
- Add from_script constructor to
Address
type [#337]
What's Changed
- Bump snapshot and dev versions of libraries by @thunderbiscuit in #317
- Bump uniffi-rs dependency to 0.23.0 by @thunderbiscuit in #299
- Streamline CI workflows by @thunderbiscuit in #321
- Expose more of the Transaction type by @thunderbiscuit in #307
- Expose Address payload and network properties by @notmandatory in #325
- Add SignOptions to Wallet.sign() params by @notmandatory in #326
- Fix bdk-android publishing CI workflow by @thunderbiscuit in #330
- Remove bdk-ffi-bindgen tool section in root readme by @thunderbiscuit in #331
- Use Address type in address field on AddressInfo by @thunderbiscuit in #333
- Use version 21 of the Android NDK in the CI test, build, and publish workflows by @thunderbiscuit in #335
- Added from_script constructor to Address by @andreasgriffin in #337
- Add PartiallySignedTransaction.json_serialize() function by @notmandatory in #334
- Update bdk to 0.28 by @notmandatory in #341
- Prepare language bindings libraries for 0.28 release by @thunderbiscuit in #342
- Update libraries to official release versions by @thunderbiscuit in #343
New Contributors
- @andreasgriffin made their first contribution in #337
Full Changelog: v0.27.1...v0.28.0