Release 0.74.1
jgriffiths
released this
12 Dec 10:36
·
63 commits
to master
since this release
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.