ckb 0.106.0 (2010923 2022-12-23)
Highlights
Attention that this version requires database migration, please backup the data folder and run the following command:
ckb migrate
This version added better support to estimate the fee rate (#3669). It also has fixed several sync and memory usage bugs. See full changes below.
Compatability Table
Network | Consensus Version | Minimal CKB Version |
---|---|---|
dev | ckb2021 since epoch 0 | |
testnet | ckb2021 since epoch 3113 | v0.101.0 |
mainnet | ckb2021 since epoch 5414 | v0.103.0 |
See how to connect to various chains in Wiki.
Downloads
OS | Arch | Runtime Dependencies | Package | Sign |
---|---|---|---|---|
macOS | x64 | macOS 10.15 or above | zip | PGP |
macOS (Portable) | x64 | macOS 10.15 or above | zip | PGP |
Linux | x64 | glibc, libstdc++ | tarball | PGP |
Linux (Portable) | x64 | glibc, libstdc++ | tarball | PGP |
CentOS | x64 | glibc, libstdc++ | tarball | PGP |
CentOS (Portable) | x64 | glibc, libstdc++ | tarball | PGP |
Windows | x64 | VC++ Redistributable | zip | PGP |
Linux | ARM64 | glibc, libstdc++ | tarball | PGP |
Docker | dockerhub |
The .asc
files are signatures. It is wise and more secure to check out for the files integrity.
Try the portable variants if the binaries complains about illegal instructions.
Changes since v0.105.1
Features
- #3669: Add RPC
estimate_cycles
(@zhangsoledad) - #3703: Tuning the locator algorithm (@driftluo)
Bug Fixes
- #3675 light-client: Subtract overflow when try to get chain root for genesis block (@yangby-cryptape)
- #3697 light-client: Do not skip the genesis block for last state proofs (@yangby-cryptape)
- #3698 tx-pool: Potential leaks when MaximumAncestors occurs (@zhangsoledad)
- #3706 tx-pool: Fix tx-pool potential inconsistent after reorg occurs (@zhangsoledad)
- #3705 indexer: Indexer CPU usage (@zhangsoledad)
- #3674: Fix logging feature break (@driftluo)
- #3681: Set recent reject db log file limit to 10 (@driftluo)
- #3699: Resolve a long reorg error (@quake)
- #3702: Unknown list should get header from headermap and db (@driftluo)
Misc
- #3684: Improve support for cycles access (@zhangsoledad)