github nervosnetwork/ckb v0.43.0
ckb 0.43.0 (bbbe5a5 2021-06-29)

latest releases: v0.118.0-rc2, v0.118.0-rc1, v0.117.0...
3 years ago

This version is compatible with v0.25.0 and above. However, it is recommended to upgrade the node, since we will only release security patches based on the latest release.

See how to connect to various chains in Wiki.

If you are upgrading from a version prior to 0.43, you need to manually execute ckb migrate once before execute ckb run

Downloads

OS Arch Runtime Dependencies Package Sign
macOS x64 macOS 10.12 or above 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.

** The binaries require following CPU instructions: call (MODE64), cmovbe (CMOV), xorps (SSE1), movq (SSE2)

The .asc files are signatures. It is wise and more secure to check out for the files integrity.

Changes since v0.42.0

Features

Bug Fixes

  • #2655: Don't remove peer id on addr (@driftluo)

    if no peer id on addr, it will always output an error log when trying to dial the observed addr.

  • #2716: Fix cycles set wrong (@driftluo)

Improvements

  • #2665: Add CPU requirements in platform support (@doitian)

  • #2662: Shortcut return proposal reward when target_proposals is empty (@quake)

    This PR will reduce the rocksdb query especially get_block_txs_hashes in the committed_idx_proc, which is a slow query according to profiler result.

  • #2691: Skip fresh proposal id checking in TransactionHashes message (@quake)

  • #2748: Upgrade rocksdb (@zhangsoledad)

Don't miss a new ckb release

NewReleases is sending notifications on new releases.