What's Changed
Added
- Get memo api by @ytx1991 in #14377
- Add additional state_changed events to metrics destination by @cmmarslender in #14419
- RPC call to reset wallet sync data by @trepca in #14365
- Adding Community seeders/dns introducers by @hoffmang9 in #14497
- Add dexie DNS seeder by @denisu in #14556
- rpc endpoint to count nfts per wallet or all wallets by @trepca in #14570
Changed
- Add support for Python 3.11 by @altendky in #11407
- Don't print entire TransactionRecord to log file by @aqk in #14456
- Return a better error message when the 'coin_id' argument for nft_get_info cannot be decoded into a 32 byte hex string by @aqk in #14454
- Always Log service startup and shutdown. by @aqk in #14447
- Output proper json by @aqk in #14451
- Rate limit 'Rate limiting' message by @aqk in #14435
- update GUI when wallets are removed by @trepca in #14251
- let sqlite count NFTs on removal by @trepca in #14523
- Offer CLI command help now shows --fee units as XCH by @paninaro in #14529
- optimize offers by @arvidn in #14531
- bump chia_rs to 0.2.2 by @arvidn in #14533
- Improve the help text for the peer command by @TheLastCicada in #14542
- Simplify request_mempool_transactions() and get_items_not_in_filter() by @AmineKhaldi in #14404
- Remove redundant checks for minting coin and reserve fee by @AmineKhaldi in #14560
- Augment mempool's total_mempool_fees to int as it shouldn't be limited by type Mojos by @AmineKhaldi in #14587
- nft paging at sqlite level by @trepca in #14561
Fixed
- Dl wallet store index fix by @neurosis69 in #13316
- Deprecate
curry-and-treehash
and replace it withcurry
. by @richardkiss in #14066 - Fix get memo API by @ytx1991 in #14513
- wallet: Don't update
FINISHED_SYNC_UP_TO
during long sync by @xdustinface in #14520 - Don't raise on lack of hints in notification manager by @Quexington in #14590
GUI Changes
- Support showing memos for inbound transactions when expanding the txn row
- Fix nft royalties bug on create offer page (#1476)
New Contributors
Full Changelog: 1.7.0...1.8.0-b1