- Lightning Improvements:
- Fixed handling of failed HTLCs in gossip-based routing (#7995)
- Corrected LN cooperative channel closing to witness v1 addresses (#8012)
- PSBT Enhancements:
- Restricted to plain
xpubs
, removingypub/zpub
usage (#8036) - Added both
UTXO
andWIT_UTXO
for witness v0 transaction inputs (#8039)
- Restricted to plain
- Hardware Wallet Updates:
- Trezor: Optimized signing speed by eliminating transaction serialization (#8058)
- Ledger:
- Added support for new Bitcoin app v2.
1.0
(#8041) - Implemented deprecation warning for Ledger HW.1 devices
- Added support for new Bitcoin app v2.
- Binary Builds:
- Tightened build system to use source packages more extensively (#7999, #8000)
- Windows:
- Switched to Debian makensis instead of upstream Windows executable (#8057)
- Moved away from Debian sid, now building missing dependencies (98d29cba)
- AppImage: Fixed runtime issues on certain systems (#8011)
- Command Improvements:
- Enhanced
getinfo()
to display testnet mode status (#8044) - Added
convert_currency
command for fiat exchange rate conversions (#8091)
- Enhanced
- GUI Fixes:
- Qt wizard: Resolved QR code display issue during 2FA wallet creation (#8071)
- Network Improvements:
- Reworked Tor-socks-proxy detection to reduce log spam (#7317)
- Android-specific:
- Added setting to enable debug logs (#7409)
- Merchant Tools:
- Fixed payserver JavaScript for compatibility with Electrum
4.3
invoice API (0fc90e07)
- Fixed payserver JavaScript for compatibility with Electrum
- BIP21 Handling:
- Improved robustness in handling URIs with “lightning” key (ac1d53f0, 2fd762c3, #8047)