Skip to content

Release 0.73.4

Compare
Choose a tag to compare
@jgriffiths jgriffiths released this 12 Nov 07:21
· 93 commits to master since this release
release_0.73.4
faf2451

Release 0.73.4 - 24-11-12

Note: Please also see the 0.73.3, 0.73.2, 0.73.1 and 0.73.0 release notes at https://github.com/Blockstream/gdk/releases/tag/release_0.73.3, 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

  • Singlesig(Liquid): Add support for discounted Liquid fees. Discounted fees can now be used on the Liquid testnet networks.
  • Crypto: Add GA_rsa_verify to verify an RSA challenge.
  • Android: Release binaries now support devices with 16k page sizes.

Changed

  • Transactions(Liquid): Use appropriate coin selection criteria when discounted Liquid fees are in use.
  • GA_create_transaction: Return the error "Fee change below the dust threshold" when the change output left over from paying fees is below the dust threshold. Previously this case returned "Insufficient funds for fees" (which is still returned if there is not enough value in fee UTXOs to pay the transaction fee).
  • SPV: Update built-in checkpoints.
  • Liquid: Update built-in assets and icons.
  • Dependencies: Update tor, rust-tempfile, libwally.

Fixed

  • Transactions: Further fixes for Liquid weight calculations.
  • Singlesig(MacOS): Fix occasional localhost proxy resolution issues.