Skip to content

Release 0.27.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@thunderbiscuit thunderbiscuit released this 21 Feb 20:52
· 421 commits to master since this release
v0.27.1
016bba9

Summary

This release updates BDK to 0.27.1 and has a number of new APIs.

Changelog

  • Update BDK to latest version 0.27.1 #312
  • APIs changed
    • PartiallySignedTransaction.extract_tx() returns a Transaction instead of a the transaction bytes. #296
    • Blockchain.broadcast() takes a Transaction instead of a PartiallySignedTransaction. #296
  • APIs added
    • New Transaction structure that can be created from or serialized to consensus encoded bytes. #296
    • Add Wallet.get_internal_address() API #304
    • Add AddressIndex::Peek(index) and AddressIndex::Reset(index) APIs #305

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.1