Skip to content

Release 3.1.0

Latest

Choose a tag to compare

@thunderbiscuit thunderbiscuit released this 11 Sep 15:57
· 2 commits to master since this release
v3.1.0
5fa4898

Release 3.1.0

This is version 3.1.0 of the BDK language bindings! This release uses the following Rust dependencies:

  • bdk_wallet 3.1.0
  • bdk_electrum 0.24.0
  • bdk_esplora 0.22.2
  • bdk_kyoto 0.17.1
  • bitcoin 0.32.102
  • miniscript 12.3.7
  • uniffi 0.31.2

See our changelog for details on the public-facing API changes.


What's Changed

Added

Changed

Fixed

  • Bump miniscript to 12.3.7 patch by @thunderbiscuit in #1015
  • fix(keys): return secret bytes for single descriptor keys by @reez in #1027
  • fix: reject trailing bytes when decoding transactions by @reez in #1070
  • fix: reject invalid transaction builder current heights by @reez in #1086
  • fix: remove temporary esplora panic handling by @reez in #1107
  • fix: enforce last call wins fee policy by @reez in #1085

New Contributors

Full Changelog: v3.0.0...v3.1.0