Skip to content

v0.14.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@doitian doitian released this 13 Jun 08:44
v0.14.0-rc2
175a53d

This is a pre-release. It is not compatible with the current testnet, which is running the latest release.

OS Arch Runtime Dependencies Package Sign
macOS x64 zip PGP
Linux x64 glibc, libstdc++ tarball PGP
CentOS x64 glibc, libstdc++, openssl tarball PGP
Windows* x64 VC++ Redistributable zip PGP
Docker dockerhub

* Windows support is experimental.

Changes since v0.14.0-rc1

Features

  • #961: Display miner worker status (@quake)

    BREAKCHANGE: config file ckb-miner.toml changed

    • feat: display miner worker status
    • refactor: add miner worker trait, prepare for Cuckoo cpu and gpu miner plugin

Bug Fixes

  • #983: Uncle number should smaller than block (@zhangsoledad)

    This is a breaking change: b:consensus

Improvements

  • #981 sync: Fix get ancestor performance issue (@TheWaWaR)

    It's a backport of PR #970