From bf4759be503bf46c997b41e39a3c22a53316e404 Mon Sep 17 00:00:00 2001 From: William Allen Date: Tue, 20 Sep 2022 13:45:22 -0500 Subject: [PATCH] Update CHANGELOG.md (#13482) * Update CHANGELOG.md 1.6.0 * Fixing whitespace * Revert "Fixing whitespace" This reverts commit 12aecf1c94c3eb8b9f8d9619423a1f594eefb6c1. * Fixing whitespace, and not committing GUI changes --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81955e2678..72ab4fd7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,30 @@ for setuptools_scm/PEP 440 reasons. ### What's Changed +## 1.6.0 Chia blockchain 2022-9-20 + +### Added +- DataLayer +- XCH Spam Filter +- GUI Settings `Auto-Login` toggle (GUI only) +- GUI Settings section for `DataLayer` + - `Enable DataLayer` toggle + - `Enable File Propagation Server` toggle + +### Modified +- Delayed pool config update until after sync +- Minor change to handling sync height to avoid race condition with blockchain DB +- Ignore `FileNotFoundError` when checking SSL file permissions if the file doesn’t exist + +### Fixed +- Fixed missing wallet `state_changed` events for GUI +- Fixed several bugs related to wallet sync status +- Fixed GUI issue for CAT offers where the CAT Tail would not show in the tooltip for `Unknown CAT`s (https://github.com/Chia-Network/chia-blockchain-gui/issues/950) + +### Known Issues +- The CLI command `chia configure --enable-data-server`, and the `config.yaml` parameter at `data_layer.run_server` have no effect, and will be removed in the future +- DataLayer offers cannot be accepted (`take_offer`) if the offer has inclusions for the exact same key/value data for both maker and taker inclusions. + ## 1.5.1 Chia blockchain 2022-8-23 ### Added