What's Changed
Added
- Add
-l
tovcs revoke
command by @Quexington in #15468 - Add DID CLI by @ytx1991 in #15065
- Wallet: Implement
WalletCoinRecord.to_json_dict_parsed_metadata
by @xdustinface in #15108 - Implement get_items_by_coin_ids() for the mempool by @AmineKhaldi in #15069
- Wallet: Implement
WalletNFTStore.delete_wallet
by @xdustinface in #15128 - Comment chialisp assert macro by @Quexington in #15189
- Wallet: Implement
WalletCoinStore.delete_wallet
by @xdustinface in #15127 - Wallet: Implement
WalletPoolStore.delete_wallet
by @xdustinface in #15126 - Wallet: Implement
WalletPuzzleStore.delete_wallet
by @xdustinface in #15125 - Introduce Verifiable Credentials Primitive by @Quexington in #15059
- Add type filter for get_transactions by @ytx1991 in #15196
- Add notification for VC by @ytx1991 in #15353
- Wallet: Implement
/get_coin_records
RPC command by @xdustinface in #15100 - Add timelord_launcher to the pyinstaller.spec by @cmmarslender in #15094
- Get_wallet_balances by @trepca in #15367
- Add confirmed filter for get_transactions by @ytx1991 in #15374
- Clawback Integration by @ytx1991 in #14348
Changed
- Add generator2 to the repository by @arvidn in #15152
- Hint to CAT change by @Quexington in #15179
- Move to Discord in docs and install scripts by @hoffmang9 in #15193
- Fix chia wallet make_offer short-option collision on -r by @yyolk in #15182
- Data_layer: Avoid redundant coin state fetching by @xdustinface in #15212
- Changed: output plotid when we find an invalid proof of space by @wjblanke in #15257
- Identical spend aggregation by @AmineKhaldi in #13799
- Improve help text for deprecated 'chia show' commands. by @notpeter in #15297
- Have simulator not rely on chia_root as originally implemented. & fix simulator tests by @jack60612 in #15157
- Fork infrastructure by @arvidn in #15299
- Update --fee options to indicate units are in XCH by @paninaro in #15327
- Wording change for fix ssl - Update ssl_check.py by @roybotbot in #15358
- Check all peers when subscribing/tracking to new DL singleton by @emlowe in #15427
Fixed
- Clawback fixes by @ytx1991 in #15475
- Fix typo and duplicate options by @ytx1991 in #15177
- Fix GENEARATOR_MOD2 to have the same cost as GENERATOR_MOD by @arvidn in #15184
- Subscribe to the change children of CATs by @Quexington in #15176
- Add comment to reconsider_peak by @almogdepaz in #15164
- Fix #13393 offer shows network's XCH like TXCH on testnet10 by @yyolk in #15224
- Wallet: Move
WalletPeers
init to the end of_start_with_fingerprint
by @xdustinface in #15150 - Wallet: Fix coin state sorting by @xdustinface in #15124
- Refactor mutiproc prevalidation by @almogdepaz in #15166
- Pass VC fee parameter all the way through and check balances in tests by @Quexington in #15286
- Enable signing for PRs that have secret access by @cmmarslender in #15331
- Use spendable instead of confirmed balance for offers by @Quexington in #15352
- Remove unnecessary filtering of state_changed messages for the UI by @paninaro in #15437
GUI Changes
- Fix WC checkOfferValidity param name offerData --> offer by @paninaro in fix WC checkOfferValidity param name offerData --> offer chia-blockchain-gui#1821
- Fix WC transferNFT params -- use nftCoinIDs array by @paninaro in fix WC transferNFT params -- use nftCoinIDs array chia-blockchain-gui#1822
- Add getWalletBalances WalletConnect command by @paninaro in add getWalletBalances WalletConnect command chia-blockchain-gui#1824
- Clawback improvements by @zsolt-dev in Zsolt/clawback improvements chia-blockchain-gui#1823
- Windows installer: add custom welcome screen that checks for running Chia processes by @paninaro in add custom welcome screen that checks for running Chia processes chia-blockchain-gui#1825
- Clawback refactor and fix sending to yourself by @zsolt-dev in Clawback refactor and fix sending to yourself chia-blockchain-gui#1827
- Verifiable credentials zero state screen by @rifeljm in Rifeljm/#1699 verifiable credentials chia-blockchain-gui#1830
- Disconnect sessions when disconnecting a WC pairing by @paninaro in Chia-Network/chia-blockchain-gui#1816
- Fixed switching between keys by @seeden in Chia-Network/chia-blockchain-gui#1815
- Replace
isURL
usage withisValidURL
by @paninaro in Chia-Network/chia-blockchain-gui#1813 - Small bug fixes by @seeden in Chia-Network/chia-blockchain-gui#1818
- Add clawback feature to the GUI by @zsolt-dev in Chia-Network/chia-blockchain-gui#1802
- Verifiable credentials by @rifeljm in Chia-Network/chia-blockchain-gui#1820
- Remove Keybase as an offer sharing option by @paninaro in Chia-Network/chia-blockchain-gui#1777
- Remove unused squirrel handler from the old Windows installer code by @paninaro in Chia-Network/chia-blockchain-gui#1787
- Fix loading of some audio NFTs by @paninaro in Chia-Network/chia-blockchain-gui#1789
- Verifiable credentials by @rifeljm in Chia-Network/chia-blockchain-gui#1785
- Fix
createOfferForIds
when called from WalletConnect by @paninaro in Chia-Network/chia-blockchain-gui#1793 - WalletConnect notifications by @seeden in Chia-Network/chia-blockchain-gui#1801
New Contributors
Full Changelog: 1.8.1...1.8.2-rc3