Libwally Core v0.9.1 Released
Wally is a cross-platform, cross-language collection of useful primitives for Bitcoin wallets.
- "Note: This release contains minor ABI changes, please see
CHANGES.md
for details." - Read the API documentation at https://wally.readthedocs.io.
What's new
- Fix a bug with incorrect nonce commitments when mapping Elements transaction outputs to PSET
- Avoid potential resource exhaustion for platforms with odd malloc semantics when provided with malicious input
- Add support for descriptors containing built-in wrappers with constant arguments and empty descriptors via
raw()
- Add various PSBT/transaction/witness stack helper functions
- Improve the reliability of clearing memory on all platforms
- Remove end of life Python 3.6/3.7 support, add support for 3.11
- Add musl/x64 Python wheels to the release (e.g. Alpine Linux)
- Documentation updates, various minor build and bug fixes