What's Changed
Added
- Add a wallet RPC for converting heights to timestamps by @Quexington in #14357
- Nft bulk transfer by @ytx1991 in #14329
Changed
- Try each Chia DNS Server in list before trying introducers by @aqk in #14253
- Optimize mempool's potential cache by @arvidn in #14297
- Infrastructure for upcoming soft-fork by @arvidn in #14302
- Improve command line info display for fee estimation by @aqk in #14336
- Add gzip support to DataLayer download client by @Chida82 in #14320
- Display complete exception info in log file by @aqk in #14319
- Enable setting time between blocks in full node sim by @geoffwalmsley in #14310
- Move table of SpendBundle costs to backend by @aqk in #14367
Fixed
- Update version of
clvm_tools_rs
to0.1.30
by @prozacchiwawa in #14327 - Disallow empty SpendBundles in the mempool by @arvidn in #14305
- Check for valid timeout and log error by @emlowe in #14304
- Add rate limits numbers to none response type by @almogdepaz in #14184
- Fixed condition to check for
wallet_id
by @steppsr in #14306 - Test
get_bucket_index
by @aqk in #14294 - It is okay to return a result in some cases when median == -1 by @aqk in #14285
- Fix offer cancel balance by @trepca in #14342
GUI Changes
- Update version check to account for '+' (PEP440 local version)
- Fix metadata cache retrieval from local storage
- Add support for navigating left and right between NFT details
- Bump Electron version to 22.0.1
- NFT gallery cosmetic fixes
- Display fee estimator when in wallet-only mode
- Fix locale decimal separator issue with fees
- Top header redesign
- Clear NFT cache option now nukes NFT local storage keys/values
- NFT gallery multiselect options to select all and deselect all
New Contributors
Full Changelog: 1.7.0-b5...1.7.0-b6