Skip to content

Release 0.74.1

Compare
Choose a tag to compare
@jgriffiths jgriffiths released this 12 Dec 10:36
· 63 commits to master since this release
release_0.74.1
6cfda8b

Release 0.74.1 - 24-12-13

Note: Please also see the 0.74.0 release notes at https://github.com/Blockstream/gdk/releases/tag/release_0.74.0 if you are upgrading from a pre-0.74.0 release.

Added

  • Added an example Dockerfile for building AWS lambda compatible gdk deployments.

Changed

  • Singlesig: Allow some incorrect descriptors/xpubs returned by Ledger HWW.
  • GA_create_transaction: Return the currently calculated transaction fee in the "fee" element when an insufficient fee error occurs.

Fixed

  • Singlesig: Prevent the relay fee from falling below the network minimum.
  • Liquid: Update the allowed maximum of transaction inputs to 256, not 255.
  • Build: Various build fixes for older compilers.