From c61129d3b10abd4128cd6f99bdcf8dd08ff116d0 Mon Sep 17 00:00:00 2001 From: William Allen Date: Wed, 17 May 2023 14:20:20 -0500 Subject: [PATCH] 1.8.1 changelog (#15311) * Adding 1.8.1 changelog * Update CHANGELOG.md * removing extra draft info * spelling --------- Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25a3f9e3c..91eb0ca484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for setuptools_scm/PEP 440 reasons. +## 1.8.1 Chia blockchain 2023-05-17 + +### Changed +- Updated testnet softfork height so softfork rules take effect on testnet immediately +- Move to Discord in docs and install scripts (#15193) +- Optimize compact proofs + +### Fixed +- Issue where CLI only listed first 50 NFTs by hardcoding `num` param when listing NFTs from CLI +- Issue where wallet might display `RuntimeError: dictionary changed size during iteration` by avoiding dict changes while iterating in `handle_nft` +- Issue where node had trouble keeping peers with `assert self.peak is not None` error by not adding transactions to the mempool before it has a valid peak (fixes #15217) + ## 1.8.0 Chia blockchain 2023-05-03 ### Added