Skip to content

Release 0.73.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jgriffiths jgriffiths released this 25 Oct 00:05
· 9 commits to master since this release
release_0.73.3
904e93b

Release 0.73.3 - 24-10-25

Note: Please also see the 0.73.2, 0.73.1 and 0.73.0 release notes at https://github.com/Blockstream/gdk/releases/tag/release_0.73.2, https://github.com/Blockstream/gdk/releases/tag/release_0.73.1 and https://github.com/Blockstream/gdk/releases/tag/release_0.73.0 if you are upgrading from a pre-0.73.0 release.

Added

  • GA_create_redeposit_transaction: Add support for "expired_at" to create re-deposit transactions for UTXOs that will expire in the future.
  • GA_get_balance/GA_get_unspent_outputs/GA_create_redeposit_transaction: Add support for "expires_in" to support filtering for UTXOs that expire in the given number of blocks from the current block height.

Changed

  • Transactions: Improve error messages when too many or duplicate inputs are used.

Fixed

  • Transactions: Fix weight calculation for Liquid when all inputs to a transaction are non-segwit (i.e. p2sh, p2pkh). This fix prevents the actual fee rate from becoming lower than the desired fee rate.
  • Singlesig (Liquid): Prevent returned fee rates from falling below the networks real relay fee rate of 0.1 sat/vbyte.