Skip to content

ckb 0.100.0-rc5 (8f9aa40 2021-09-08)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 08:54
v0.100.0-rc5
8f9aa40

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

The version v0.100.0 will bring incompatible changes for the next hard fork but it will not activate the hard fork for testnet and mainnet. So it is compatible with the current testnet and mainnet.

  • The block header as a new field extra_hash, which replaced uncles_hash.
  • The block has a new field extension but no blocks may set it before the hard fork activation.
  • The field hash_type has a new allowed value "data1" but it is invalid before the 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.
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-rc4

Bug Fixes

Improvements

  • #3006 rpc: Change struct from "TxPoolVerbosity" to "TxPoolEntries… (@chanhsu001)

    Breaking change for using ckb crates.

Changes since v0.100.0-rc2

Features

Bug Fixes

Improvements