Skip to content

v0.28.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thunderbiscuit thunderbiscuit released this 24 Apr 20:15
· 368 commits to master since this release
v0.28.0
ffd5a96

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 type Address [#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

New Contributors

Full Changelog: v0.27.1...v0.28.0