ckb 0.32.0 (248aa88 2020-05-22)
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.
Highlights:
- Improved chain sync speed.
- Modified PoW algorithm in testnet. It's planned to reset testnet on May 22.
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.31.1
Features
- #2002: Avoid explosion of disordering blocks based on BLOCK_DOWNLOAD_WINDOW (@keroro520)
- #2018: Prof command support specify execution path (@zhangsoledad)
- #1999: Optimize block download tasks with a simple task scheduler (@driftluo)
- #2069: Reset testnet aggron to v4 (@doitian)
- #2084: Expose methods so we can use CKB as a library (@xxuejie)
Bug Fixes
- nervosnetwork/tentacle#218: Fix FutureTask signals memory leak (@TheWaWaR)
- #2039: Use wrong function to get a slice to decode ping messages (@yangby-cryptape)
- #2035: Remove unsupport configurations in Cargo.toml (@yangby-cryptape)
- #2054: Fix a typo of a thread name (@yangby-cryptape)
- #2074: Orphan block pool deadlock (@quake)
- #2075: Fix collaboration issues between two protocol (@driftluo)
- #2063: Should use an empty peer store when failed to load data from file (@quake)
Improvements
- #1968: Simplify network protocols (@TheWaWaR)
- #2006: Cache system cell for resolve deps (@zhangsoledad)