Skip to content

1.0beta22

Compare
Choose a tag to compare
@hoffmang9 hoffmang9 released this 20 Jan 06:23
· 8804 commits to main since this release

[1.0beta22] aka Beta 1.22 - 2021-01-19

Added

  • Node now attempts to pre-validate and cache transactions.
  • The harvester will try to not load a plot file that is too small for its k size. This should help keep from partial plots being found when they are copied into a harvester directory. Harvester will check again on the next challenge and find a completed copy of a plot file then.
  • chia plots create -x skips adding [final dir] to harvester for farming

Changed

  • We now use bech32m and have added the bech32m tests from Pieter Wuille (@sipa) outlined here with thanks.
  • In the GUI, choosing to parallel plot with a delay now is a delay between the start of the parallel plots started in one session.
  • Removed loading plot file names when starting chia plots create; decreases plotter time when there are a lot of plots on the machine. Huge thanks to @eFishCent for this PR!

Fixed

  • Various fixes to improve node's ability to sync. There are still plenty of additional performance improvements coming for node so expect it to get easier to run on less powerful devices.
  • Wallet now handles large amounts of coins much better and generally syncs better.
  • Thanks to @nup002 for the PR to use scientific notation in the logs for address_manager.select_peer timings.
  • chia show -h now correctly states that you use the first 8 characters of the node id to remove a node on the cli.
  • Thank you to @wallentx for adding better help for chia configure --enable-upnp.
  • Pull requests from forks won't have failures on CI.