What's Changed
Added
Changed
- Softfork2 infrastructure by @arvidn in #14625
- Check Wallet DB integrity by @aqk in #14401
- Make
conditions_for_solution()
support untrusted input by @arvidn in #14615 - Introduce
BlockRecordProtocol
as a subset ofBlockRecord
that the mempool manager uses for peak by @AmineKhaldi in #14628 - Extend sign API to support hex string by @ytx1991 in #14448
- Separate mempool item's JSON response value from the internal structure by @AmineKhaldi in #14476
- Improve chia wallet check help and diagnostic messages by @aqk in #14688
Fixed
- Handle
._get_extra_info()
call on a closing connection by @altendky in #14618 - Close the keychain proxy in more failure and cancellation cases by @altendky in #14415
- Fix sync mode indication by @xdustinface in #14524
GUI Changes
- Tooltips added to buttons in the app header
- spendCAT WalletConnect command now shows the CAT name/amount instead of XCH
- Wallet transaction list column updates
- Removed drop shadow from NFT "Update Pending" text in dark mode
- NFT gallery: limit NFT selection to 10 when creating an offer
- Fix EPERMS issue on Windows when loading NFTs
- Absorb non-critical errors from getRemoteFileSize
- Support
restoreMessages
NPM script on Windows - Updated localizations
- Support editing wallet name from layout header
- Expand offered fee section by default for imported offers
- Expose
suppressShareOnCreate
as user visible preferences in Notifications - Update window title and show an app status header when using
testnet
Full Changelog: 1.8.0-b1...1.8.0-b2