github nervosnetwork/ckb v0.36.0
ckb 0.36.0 (7692751 2020-09-21)

latest releases: v0.119.0, v0.119.0-rc2, v0.119.0-rc1...
4 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.

Breaking Changes

  • #2251 RPC: Deprecated RPC method by adding deprecated. prefix to the rpc name (@quake)

    This PR has also deprecated following RPC methods:

    • get_cells_by_lock_hash
    • All methods in the Indexer module.

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

Changes since v0.35.0

Breaking Changes

  • #2251 RPC: Deprecated RPC method by adding deprecated. prefix to the rpc name (@quake)

    This PR has also deprecated following RPC methods:

    • get_cells_by_lock_hash
    • All methods in the Indexer module.

Features

Bug Fixes

  • #2283: Resolve network background service cleanup issue when rpc tcp server is on. (@quake)

  • #2266: Use forked metrics and forked sentry to fix RUSTSEC-2020-0041 temporarily (@yangby-cryptape)

  • #2212: Advance last_common_header even the peer is worse than us (@keroro520)

  • #2238: Tx-pool block_on async oneshot (@zhangsoledad)

    Replace crossbeam-channel with async oneshot

  • #2216: Integration test random failures (@quake)

    While waiting for the get_blocks message in the integration test, we should determine whether the last block hash is equal or not.

Improvements

  • #2220: Split logger config and service (@yangby-cryptape)

  • #2213: Reduce useless field and reduce get time call (@driftluo)

  • #2245 logger: Replace lazy_static with once_cell (@zhangsoledad)

  • #2229: Rewrite the ping network protocol (@driftluo)

  • #2244: Re-export crossbeam-channel (@zhangsoledad)

    Re-export crossbeam-channel from facade wrapper, unify version specify.

    Use tilde requirements specify for crossbeam-channel, prevent automate dependency updates.

Don't miss a new ckb release

NewReleases is sending notifications on new releases.