Skip to content

ckb 0.28.0 (728eff2 2020-02-04)

Compare
Choose a tag to compare
@doitian doitian released this 04 Feb 06:12
v0.28.0
728eff2

This version is compactible 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.

Breaking Changes

The RPC send_transaction will block transactions which does not use the default lock scripts. If you ensure the transaction is valid, set the new added parameter outputs_validator to passthrough. See #1879

Downloads

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.

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

Changes since v0.27.0

Features

  • #1900: Add RPC subscription, a.k.a, pub/sub (@quake)
  • #1908: Periodically disconnect peers which open invalid sub-protocols (@jjyr)
  • #1879: add outputs_validator to send_transaction rpc (@quake)