Version 1.5.3
Note: This release contains important bug fixes. Users are advised to update as soon as possible.
Added
- bip32: Add updated BIP checks to
bip32_key_unserialize(). - build: Add support for fuzzing wally API calls.
Fixed
- psbt: correctly handle allocation failures in
psbt_set_global_tx(). - tx: Avoid quadratic behaviour parsing txs with a huge number of witnesses.
- tx: Fix parsing Liquid transactions with short commitments.
- tx: Reject non-corresponding output as per bip341 when signing.
- map: Fix incorrect clear when reinserting an integer after removing bytes.
- js: Pass empty buffers as NULL + length zero.
- js: Bump
webpack,serialize-javascriptandterser-webpack-plugindependencies. - Various minor code and build fixes.