1.8.0-b4
Pre-release
Pre-release
What's Changed
Added
- Update the README to link to the Chia website by @TheLastCicada in #14801
- Added
chia completion
command by @wallentx in #14782 - added wallet_removed to allowed changes by @trepca in #14855
- Add support to cat_spend RPC for running TAIL by @Quexington in #14730
- expose NFT coin info's latest_height to RPCs requesting NFT info by @paninaro in #14954
Changed
- wallet: Don't just subscribe to all coin ids from the DB by @xdustinface in #14813
- wallet: Handle trade coins in the
try
block ofnew_coin_state
by @xdustinface in #14833 - add benchmark that tests the mempool over a long time by @arvidn in #14728
- Add placeholders for DAO Wallet directories by @aqk in #14858
- enable soft-fork2 conditions (incl. ASSERT_BEFORE) by @arvidn in #14733
- update condition codes constants in clvm include file by @arvidn in #14723
- wallet: Improve coin state retry wait logic and retry store test by @xdustinface in #14911
- wallet: Improve balance caching by @xdustinface in #14631
Fixed
- wallet: Disconnect untrusted peers if we find a trusted synced one by @xdustinface in #14640
- Only compile CLVM if source newer than hex by @Quexington in #14840
- Fixed windows issues with passphrase prompt on CLI by flushing prompt by @emlowe in #14904
- daemon: Fix removal while iterating over connections set by @xdustinface in #14887
- Fix the mempool fee rate calculation by @AmineKhaldi in #14926
- assert_before_height, assert_before_seconds fields in MempoolItem by @arvidn in #14931
- skip empty directories pre-commit by @Quexington in #14973
- Correct SQLite logging when using db_wrapper.manage_connection() by @altendky in #14866
- seeder: case-insensitive DNS label matching to support bit 0x20 use by @ctrlaltdel in #14933
- Check hint length in notficication manager to avoid raise by @Quexington in #14972
- Mempool insertion order by @arvidn in #14971
GUI Changes
- Update @babel/core to 7.21.2 by @paninaro in Chia-Network/chia-blockchain-gui#1556
- update http-cache-semantics dependency to 4.1.1 to address dependabot alert by @paninaro in Chia-Network/chia-blockchain-gui#1557
- Rifeljm/#328 emoji and color picker wallet view by @rifeljm in Chia-Network/chia-blockchain-gui#1553
- refactor and add test coverage for OfferBuilder's createDefaultValues by @paninaro in Chia-Network/chia-blockchain-gui#1562
- update @WalletConnect packages to 2.4.9 by @paninaro in Chia-Network/chia-blockchain-gui#1558
- remove unused useNFTMetadata hook in api-react by @paninaro in Chia-Network/chia-blockchain-gui#1563
- spend_type param by @lipalong in Chia-Network/chia-blockchain-gui#1595
- fixed navigation back for counter offer by @seeden in Chia-Network/chia-blockchain-gui#1627
- [BUGFIX] limiting the number of rows to show in the conflicting offers screen doesn't work by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1625
- Fixed broken
useThrottleQuery
by @ChiaMineJP in Chia-Network/chia-blockchain-gui#1633 - update playwright to 1.31.2 by @paninaro in Chia-Network/chia-blockchain-gui#1646
- Nft search dropdown is now available "Settings/Sign Message" by @rifeljm in Chia-Network/chia-blockchain-gui#1629
- Refactor styled components to sx prop in core package by @zsolt-dev in Chia-Network/chia-blockchain-gui#1645
- Add react and redux devtools to electron by @zsolt-dev in Chia-Network/chia-blockchain-gui#1649
- Add absent libgbm1 dependency by @Elentary in Chia-Network/chia-blockchain-gui#1648
- fix acceptance of one-sided offers by @paninaro in Chia-Network/chia-blockchain-gui#1652
- Nft transfer cosmetic fixes for showing fee mojos on a new line by @paninaro in Chia-Network/chia-blockchain-gui#1654
- update electron to 22.3.5 by @paninaro in Chia-Network/chia-blockchain-gui#1655
- update getWallets api/hook to set includeData to false by default by @paninaro in Chia-Network/chia-blockchain-gui#1656
- add getCATWalletInfo query to call cat_asset_id_to_name RPC by @paninaro in Chia-Network/chia-blockchain-gui#1657
- make playwright optional to allow CI to pass on Ubuntu ARM64 by @paninaro in Chia-Network/chia-blockchain-gui#1661
New Contributors
- @ctrlaltdel made their first contribution in #14933
Full Changelog: 1.7.1...1.8.0-b4