Skip to content

Commit

Permalink
Bump chiapos to 0.12.33. Catch change log up.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Oct 23, 2020
1 parent 381ea83 commit f745601
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0beta17] aka Beta 1.17 - 2020-10-22

### Changed
- Bumped aiohttp to 3.6.3

### Fixed
- In the GUI there was [a regression](https://github.com/Chia-Network/chia-blockchain/issues/484) that removed the scroll bar on the Plot page. The scroll bar has returned!
- In Dark Mode you couldn't read the white on white plotting log text.
- To fix a bug in Beta 15's plotter we introduced a fixed that slowed plotting by as much as 25%.
- Certain NTFS root mount points couldn't be used for plotting or farming.
- Logging had [a regression](https://github.com/Chia-Network/chia-blockchain/issues/485) where log level could no longer be set by service.

## [1.0beta16] aka Beta 1.16 - 2020-10-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"blspy==0.2.4", # Signature library
"chiavdf==0.12.26", # timelord and vdf verification
"chiabip158==0.16", # bip158-style wallet filters
"chiapos==0.12.32", # proof of space
"chiapos==0.12.33", # proof of space
"clvm==0.5.3",
"clvm_tools==0.1.6",
"aiohttp==3.6.3", # HTTP server for full node rpc
Expand Down

0 comments on commit f745601

Please sign in to comment.