Release 0.73.2
jgriffiths
released this
08 Oct 09:08
·
129 commits
to master
since this release
Release 0.73.2 - 24-10-08
Note: Please also see the 0.73.1 and 0.73.0 release notes at 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
- Python: Python wheels for Linux and Mac platforms are now published to PyPI. Other platforms will be supported in future releases. Please ensure you use the
requirements.txt
file provided with each release to ensure that the gdk wheel you install is the correct package.
Changed
- Liquid: Preliminary changes to support discounted Liquid fees. This will be available to end users in an upcoming release.
- Dependencies: Update rust dependencies.
Fixed
- Liquid: Fix errors when listing transactions or fetching balances from a subaccount which contains non-unblindable UTXOs.
- Multisig: Fix minor discrepancies between transaction weight and vsize due to rounding. Note this fix requires a server release which will be made shortly.
- Build (Windows): Remove duplicated "lib" directory from the library install path.