github nervosnetwork/ckb v0.100.0-rc4
ckb 0.100.0-rc4 (0fcb6b6 2021-09-06)

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

This is an RC version to preview the changes in the next release.

The version v0.100.0 will bring hard fork upgrades to CKB. These features will be enabled when starting a new dev chain, but they are disabled when running testnet and mainnet so it is still compatible with the current mainnet (Lina) and testnet (Aggron). However, it will introduce many breaking changes:

  • The field uncles_hash in header will be renamed to extra_hash for all JSON RPC methods.
  • The field hash_type has a new allowed value "data1" but it is only valid after hard fork activation.
  • The default value of the parameter OutputsValidator in the JSON RPC send_transaction is well_known_scripts_only now. See #2821 for details.

See nervosnetwork/rfcs#242 for an overview of all the hard fork features.

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)

Changes since v0.100.0-rc2

Features

Bug Fixes

Improvements

Don't miss a new ckb release

NewReleases is sending notifications on new releases.