Skip to content

v0.31.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thunderbiscuit thunderbiscuit released this 18 Jan 20:13
· 269 commits to master since this release
v0.31.0
8d1ecd1

Summary

This release updates the bindings libraries to bdk version 0.29.0, updating rust-bitcoin to version 0.30.2.

Changelog

  • APIs Changed:
    • BumpFeeTxBuilder.allow_shrinking() now takes a Script as its argument #443
    • The Address constructor now takes a Network argument #443
    • The Payload::PubkeyHash and Payload::ScriptHash now have string arguments instead of byte arrays #443
  • APIs Added:
    • The Address type now has the is_valid_for_network() method #443