github Chia-Network/chia-blockchain 1.0beta7

latest releases: 2.3.0, 2.3.0-rc4, 2.3.0-rc3...
3 years ago

[1.0beta7]

2020-06-08

Added

  • Added ability to add plot from filesystem (you will need pool_pk and sk from plots.yaml.)
  • Added ability to import private keys in the UI.
  • Added ability to see private keys and mnemonic seeds in the keys menu
  • User can specify log level in the config file (defaults to info.)
  • The Windows installer is now signed by a Chia Network certificate. It may take some time to develop enough reputation to not warn multiple times during install.

Changed

  • Plots are now refreshed in the UI after each plot instead of at the end of plotting.
  • We have made performance improvements to plotting speed on all platforms.
  • The command line plotter now supports specifying it's memory buffer size.
  • Test plots for the simulation and testing harness now go into ~/.chia/test-plots/
  • We have completely refactored all networking code towards making each Chia service use the same default networking infrastructure and move to websockets as the default networking wire protocol.
  • We added additional improvements and more RPCs to the start daemon and various services to continue to make chia start/stop reliable cross platform.
  • The install.sh script now discovers if it's running on Ubuntu less than 20.04 and correctly upgrades node.js to the current stable version.
  • For GitHub ci builds of the Windows installer, editbin.exe is more reliably found.
  • All installer ci builds now obtain version information automatically from setuptools_scm and convert it to an installer version number that is appropriate for the platform and type of release (dev versus release.)
  • We now codesign the Apple .dmg installer with the Chia Network developer ID on both GitHub Actions and Azure Pipelines. We will be notarizing and distributing the Azure Pipelines version as it's built on MacOS Mojave (10.14.6) for stronger cross version support.

Fixed

  • Having spaces in the path to a plot or temporary directory caused plotting to fail.
  • Changing keys will no longer interrupt plotting log.
  • 1.6 introduced a bug where certain very many core machines would sync the blockchain very slowly.
  • The plotter log in the UI should scroll more reliably.
  • The plotter UI should display the correct log on all platforms
  • Starting chia now waits for the full node to be active before contacting the introducer.

Known issues

  • Migration of plots from 1.6 to 1.7 is not working, A workaround is to rename ~/.chia/beta1.0b6 to ~/.chia/beta1.0b5 before running the new application, or just copy over the plots.yaml from the ~/.chia/beta1.0b6/config/plots.yaml to ~/.chia/beta1.0b7/config/plots.yaml
  • Log rotation is not working properly

Don't miss a new chia-blockchain release

NewReleases is sending notifications on new releases.