Skip to content

Commit

Permalink
GUI updated, 1.0.5 changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Apr 15, 2021
1 parent 8287658 commit 16760e9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,31 @@ for setuptools_scm/PEP 440 reasons.
## Unreleased

### Added

### Fixed

### Changed

- Performance of streamable has been increased, which should help the full node use less CPU - especially when syncing.

## 1.0.5 Chia Blockchain 2021-04-14

### Added

- This is a maintenance release for 1.0.4 to fix a few mostly cosmetic issues. Please refer to the 1.0.4 notes for the substantive plotting changes - for example - in that release.

### Changed
- Performance of streamable has been increased, which should help the full node use less CPU

- The GUI now calls it an Estimated Time to Win and has enhanced explanations in the tool tip that the estimated time is often not be the actual time. We have some additional improvements we plan to make here in future releases.
- Development installers now handle semver development versions correctly.

### Fixed

- Temp space sizes needed for k = 33 and higher were accidentally under-reported. The values we have placed into the GUI may be conservative in being too large and appreciate feedback from the community on the new optimal temp space needed and RAM choices.
- The GUI plotting progress bar was reaching 100% too early. Thanks to @davidbb for the PR.
- Help -> About was blank.
- Our estimate for k=32 was about 0.4GiB too low in some cases.
- Building the GUI in especially ARM64 Linux was painful enough to be considered broken.
## 1.0.4 Chia Blockchain 2021-04-12

### Added
Expand Down

0 comments on commit 16760e9

Please sign in to comment.