github nervosnetwork/ckb v0.39.0
ckb 0.39.0 (709862f 2020-12-24)

latest releases: v0.117.0-rc3, v0.117.0-rc1, v0.116.1...
3 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.

Pay attention that following RPC methods will be removed from v0.40.0:

  • The method get_cells_by_lock_hash in the module Chain.
  • The whole module Indexer.

The following methods will be disabled by default from v0.40.0 and will be removed from v0.41.0:

  • The method get_cellbase_output_capacity_details in the module Chain.
  • The method get_peers_state in the module Stats.
  • The methods _compute_transaction_hash, _compute_script_hash and estimate_fee_rate in the module Experiment.

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.38.1

Features

  • #2382: Permit load cell data from memory (@zhangsoledad)

  • #2343: Add RPC get_raw_tx_pool (@zhangsoledad)

  • #2347: Add RPC to get consensus parameters (@zhangsoledad)

  • #2280: Add assume valid target config (@driftluo)

    Added option to skip verification for faster synchronization of trusted node data to a specified height

    Please know exactly what you are doing before you use it!

  • #2351: Add with_sentry feature (@quake)

    Move sentry to optional dependency, reduce dependency libs on other target (wasm32, etc)

  • #2334: Migrate check (@zhangsoledad)

    Add command ckb migrate --check. If migration is in need 0 will be return,otherwise 64.

  • #2379: Let the consensus params orphan_rate_target to be configurable (@yangby-cryptape)

Bug Fixes

Improvements

Don't miss a new ckb release

NewReleases is sending notifications on new releases.