- PSBT enhancement: Restored Bitcoin Core compatibility post-
CVE-2020-14199, now supporting both UTXO andWITNESS_UTXOin PSBT inputs (#6429) - Hardware wallet improvements:
- BitBox02: Enhanced multisig UX with
get_soft_device_idimplementation (#6386) - Coldcard: Fixed “show address” functionality for multisig wallets (#6517)
- All devices: Dedicated thread for device communication to resolve threading issues (#6561)
- BitBox02: Enhanced multisig UX with
- New feature: “Automated BIP39 recovery” (#6219, #6155)
- Scans multiple known derivation paths during BIP39 seed restoration
- Presents found paths to user for selection
- Added keystore derivation path display in Qt GUI Wallet Information (#4700)
- Resolved issue with “signtransaction” RPC command (#6502)
- Dependency update:
pyaesno longer required (#6563) - Source distribution improvement:
make_libsecp256k1.shnow bundled intar.gzfor easierlibsecp256k1setup (#6323) - Various minor bug fixes and usability enhancements