From 65fd7f17fc3468f9d4a1acc8c80b2fed9d06c07c Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:24:07 -0700 Subject: [PATCH] Update GUI and changelog for 1.0.2 (#1604) * Update GUI and changelog for 1.0.2 * Add key from file to chglg --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ chia-blockchain-gui | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd1ceaac10b..8d6fb8e1cbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,37 @@ 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.0.2 Chia Blockchain 2021-03-30 + +### Added + +- We have released version 1.0.0 of [chiapos](https://github.com/Chia-Network/chiapos). This includes a 20% speed increase for bitfield plotting compared to the previous version on the same machine. In many cases this will mean that bitfield plotting is as fast or faster than non bitfield plotting. +- @xorinox improved our support for RedHat related distributions in `install.sh`. +- @ayaseen improved our support for RedHat related distributions in `install-timelord.sh`. +- We have addded Dutch and Polish to supported translations. Thanks @psydafke, @WesleyVH, @pieterhauwaerts, @bartlomiej.tokarzewski, @abstruso, @feel.the.code, and @Axadiw for contributions to [translations on Crowdin](https://crowdin.com/project/chia-blockchain). +- The GUI now supports "Exclude final directory" when plotting. This is found in the Advanced Options for step 2 on the plot creation page. + +### Changed + +- Wallet now uses a trusted node and, when syncing from that node, Wallet does not do as many validations. +- @jespino changed `chia keys show` to require the `--show-mnemonic-seed` before it displays your 24 work private key mnemonic. +- We decreased the size of the block cache in node to perform better with longer chains. +- You can now add a private key mnemonic from a file with `chia keys show`. +- @Flofie caught an error in CONTRIBUTING.md. +- We no longer rely on aiter so it has been removed. +- Keyring deprecated the use of OS_X in favor of MacOS. +- "Broken pipe" error was decreased to a warning. +- Many non critical log messages were decreased from warning to info log level. +- Harvester should now log the plot file name if it finds a bad plot at error log level. + +### Fixed + +- Peer ips were being written to the database on a per ip basis. This caused a lot of wasted disk activity and was costing full node performance. +- We fixed an issue where the last block wasn't fetched by the GUI. +- There was an edge case with full node store that can stall syncing. +- There was a potential node locking issue that could have prevented a Timelord from getting a new peak and cause a chain stall. +- We did not correctly support some Crowdin locales. Pirate English was starting to overwrite US English for example. + ## 1.0.1 Chia Blockchain 2021-03-23 ### Added diff --git a/chia-blockchain-gui b/chia-blockchain-gui index 5a57ccb2d2e0..b2c3bc1cc5b8 160000 --- a/chia-blockchain-gui +++ b/chia-blockchain-gui @@ -1 +1 @@ -Subproject commit 5a57ccb2d2e047f8b76625917794d90d936f73ba +Subproject commit b2c3bc1cc5b8166902aa6307206777048a785951