Skip to content

v1.1.0

Choose a tag to compare

@thunderbiscuit thunderbiscuit released this 13 Mar 15:15
· 264 commits to master since this release
v1.1.0
e887d7d

This is our first 1.0 stable release!

Dependencies

This release uses the following Rust dependencies:

Library Version
bdk_wallet 1.1.0
bdk_electrum 0.21.0
bdk_esplora 0.20.1
rust-bitcoin 0.32.5
uniffi 0.29.0

Changelog

Added

  • Expose ElectrumClient::block_headers_subscribe method #664
  • Expose EsploraClient::get_block_hash method #665
  • Expose EsploraClient::get_tx_status method #666
  • Expose EsploraClient::get_tx_info method #666
  • Support for Testnet 4 #674
  • Add AddressData and WitnessProgram types from rust bitcoin #671
  • Expose Address::to_address_data method #671

Changed

  • More complete LocalOutput type #667

Automated Release Notes

Full Changelog: v1.0.0-beta.7...v1.1.0