Qt GUI Fixes:
- Resolved undefined variable check in swap dialog (#8341)
- Addressed “Recursion depth exceeded” issue in UTXO privacy analysis (#8315)
QML GUI Improvements:
- Fixed transaction signing for 2FA wallets (#8368)
- Resolved issue with wallets having encrypted keystore but unencrypted storage (#8374)
- Improved wizard component management (#8357)
- Optimized wallet loading process (#8355)
- Enhanced seed entry with custom
Seedkeyboard
(#8371, #8352) - Implemented runtime toggling of Android
SECURE_FLAG
for screenshots (#8351) - Refined server lag indicator logic (53d61c01)
Hardware Wallet Support:
- Fixed hardened character representation (“
h
” vs “'
“) for compatibility (#8364, 499f5153) - Restored DigitalBitbox support (22b8c4e3)
General Fixes:
- Corrected data type for
history_rates
configuration option (#8367) - Improved
wallet.get_tx_parents
functionality (a1bfea61, 56fa8325)