Note: If you are running one of the 1.7.0
beta
/rc
builds from an installer, you may need to manually uninstall Chia prior to using a 1.6.2
installer.
Added
chia keys show --json
(display all keys as json) by @kimsk in #13637- Coin Selection CLI / RPC Expansion by @jack60612 in #13325
- Add atari get sync status RPC. by @fchirica in #13440
- Add task_instrumentation fixture by @altendky in #13176
- Add download progress log and stream in aiohttp by @Chida82 in #13828
- Add LimitedSemaphore by @altendky in #13642
- Add verify signature API by @ytx1991 in #13732
- Added total balance check, updated error messages by @trepca in #13866
- Add target_coin amount to coin selection cli (chia wallet coins) by @jack60612 in #13716
- Add did_message_spend API by @ytx1991 in #13890
- Add optional
outbound
parameter toget_connections
by @xdustinface in #13879 - Add a workflow for scanning python deps by @pmaslana in #13227
- Introduce
sync_store.Peak
by @xdustinface in #13615 - Add
--fingerprint
option tochia keys show
by @jack60612 in #13909 - Adding SECURITY.md by @justinengland in #13985
- Add bulk set NFT DID API by @ytx1991 in #13720
Changed
process_transaction_records()
->process_transactions()
by @altendky in #13629debug_spend_bundle
-- print coin id as hex string by @kimsk in #13605- Only open SQLite log file once per db wrapper by @altendky in #13754
- Switch to context manager for task timing instrumentation by @altendky in #13473
- Revert rate limiting messages from
warning
back todebug
by @hugepants in #13758 add_private_key
now returns the fingerprint of the added key by @paninaro in #13814- SQLite log the full node db version check by @altendky in #13755
- Delete DID wallet after transfer by @ytx1991 in #13389
- Don't validate wp on log_in by @almogdepaz in #13775
- Drop broken message types logging by @xdustinface in #13914
- Make
WSChiaConnection
adataclass
by @xdustinface in #13906 - Simplify
ChiaServer.close_all_connections
by @xdustinface in #13916 - Return minted NFT ID & Allow transfer NFT with NFT ID by @ytx1991 in #13928
- Bump chia-blockchain-gui to dd4d7d031995189711248628f10d85ebd6764c25 by @paninaro in #13945
- Remove legacy keyring support by @xdustinface in #13398
- Simplify TradeManager.respond_to_offer() return by @altendky in #13927
- Display key labels when making a wallet key selection by @paninaro in #13936
- Add support for pending transactions to
get_mempool_item_by_tx_id()
by @rwarren #9443 - Simplify the mempool manager instantiation by not making it depend on a coin store by @AmineKhaldi in #14015
- Made it able to RAM plot with bladebit2 by @ChiaMineJP in #13833
- Bump chia-blockchain-gui to 2a605eb5e04b2a2b72941c4a244e04d563513a77 by @paninaro in #14043
- Renamed chia packages to use the @Chia-Network scope Updates build scripts to account for the scope rename by @paninaro in #14050
Fixed
- Add a state_changed for frontend on notification by @Quexington in #13713
- Rework wallet new peak by @almogdepaz in #12586
- Upped the number of file handles for madmax by @wjblanke in #13856
- Catch exceptions raised when resolving plot directories by @xdustinface in #13786
- Call close callback for already closed connections by @emlowe in #13727
- Set GUI binary name to chia-blockchain in the Fedora rpm by @ChiaMineJP in #13915
- Set GUI binary name to chia-blockchain in the Ubuntu DEB by @emlowe in #13910
- Ensure
chia-blockchain
still opens UI on Linux by @cmmarslender in #13826 - Enable and fix
mypy
inserver.py
by @xdustinface in #13579 - Add simple fix to set farmer response timer for
SP: 0
by @neurosis69 in #13655 - Preserve correct
MempoolItem
block height when rebuilding mempool by @aqk in #13951 - Windows: start daemon without a window and detached from current console by @jcteng in #9697
- Fix pool singleton sync height in DB by @Quexington in #13986
- Remove duplicate nft wallet deletion in reorg by @ytx1991 in #13892
- Fix DID unnecessary wallet deletion by @ytx1991 in #13925
- Improve performance of wallets with many NFTs by @trepca in #14023
- Stop creating unecessary index in notification store by @Quexington in #14042
- Fix coin selection cli decimal handling & splitting issue by @jack60612 in #13908
- Make
--number-of-coins
required for thechia coins split
CLI by @altendky in #14072 - Bump chia-blockchain-gui to restore add token functionality and fix NFTDetails exception by @paninaro in #14086
- Revert delayed pool config handling (#12795, #13154) by @altendky in #14090
- Handle incoming unknown capabilities by @altendky in #14093
- Bump chia-blockchain-gui to 46d871c5aad2aca0df081ef94c7a4b474dce84bc by @paninaro in #14103
Full Changelog: 1.6.1...1.6.2-rc1