Skip to content

1.2.1

Compare
Choose a tag to compare
@wjblanke wjblanke released this 12 Jul 18:49
· 8153 commits to main since this release
efd401e

1.2.1 Chia blockchain 2021-07-12

Added

  • Thanks @feldsam for adding support for Fedora in install-gui script

Fixed

  • Fix harvester cache updates. Prior to this commit the farmer called the request_plots every second for each harvester as long as they failed to respond properly. Since the rate limit was 10/minute this lead to hitting the rate limit if the harvester didn't responds for 10 tries in a row for whatever reason. This commit changes the behavior to always keep track of request attempts even if they end up in a timeout to really only re-try every 60s no matter what.
  • Fix M1 installed torrent and installer version number
  • Thanks to @x-Rune for helping find and test a lot of 1.2.0 bugs with the harvester.
  • Fixed issue for Debian users where the wallet crashes on start for them since last release