Note: This release contains minor ABI changes, please see CHANGES.md
for details.
- 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