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.
If you are upgrading from a version prior to 0.43, you need to manually execute ckb migrate
once before execute ckb run
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 binaries require following CPU instructions: call (MODE64), cmovbe (CMOV), xorps (SSE1), movq (SSE2)
The #2655: Don't remove peer id on addr (@driftluo)
if no peer id on addr, it will always output an error log when trying to dial the observed addr.
#2662: Shortcut return proposal reward when This PR will reduce the rocksdb query especially #2691: Skip fresh proposal id checking in TransactionHashes message (@quake)
#2748: Upgrade rocksdb (@zhangsoledad)
.asc
files are signatures. It is wise and more secure to check out for the files integrity.
Changes since v0.42.0
Features
Bug Fixes
Improvements
target_proposals
is empty (@quake)
get_block_txs_hashes
in the committed_idx_proc
, which is a slow query according to profiler result.