Merge commit 'bf4759be503bf46c997b41e39a3c22a53316e404' into checkpoint/main_from_release_1.6.0_bf4759be503bf46c997b41e39a3c22a53316e404

This commit is contained in:
Kyle Altendorf
2022-09-20 17:15:51 -04:00
+24
View File
@@ -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 doesnt 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