Skip to content

ckb 0.33.0 (0a813b2 2020-06-19)

Compare
Choose a tag to compare
@doitian doitian released this 19 Jun 02:28
v0.33.0
0a813b2

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.

This release only contains bug fixes and improvements.

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 files are signatures. It is wise and more secure to check out for the files integrity.

Changes since v0.32.2

Bug Fixes

  • #2052: Return connected address in RPC get_peers (@keroro520)

    The RPC get_peers miss the peer connected address. Hence it may be empty addresses returned for inbound peers.

Improvements

  • #2043: Upgrade tokio for tx-pool (@zhangsoledad)

    • bump tokio 0.2
    • refactor tx-pool with async/await
  • #2100: Move all Config structs to ckb-app-config (@quake)

    To eliminate large dependences of ckb-app-config, this PR moved all config related structs to this crate and reversed dependencies of other crates

  • #2091: Logger filter parse crate name leniently (@yangby-cryptape)