ckb 0.101.4 (7d03c55 2022-01-18)
Compatability Table
Network | Consensus Version | Minimal CKB Version |
---|---|---|
dev | ckb2021 since epoch 0 | |
testnet | ckb2021 since epoch 3113 | v0.101.0 |
mainnet | ckb2019 | v0.25.0 |
See how to connect to various chains in Wiki.
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 |
Linux | ARM64 | glibc, libstdc++ | tarball | PGP |
Docker | dockerhub |
The binaries require following CPU instructions: call (MODE64), cmovbe (CMOV), xorps (SSE1), movq (SSE2)
The .asc
files are signatures. It is wise and more secure to check out for the files integrity.
Changes since v0.101.3
Features
- #3231: Check listen port occupancy (@driftluo)
- #3261: Tuning the locator algorithm (@driftluo)
- #3254: Port to aarch64, and provide official binary when release (@yangby-cryptape)
- #3134: Ckb2021 on rust2021 (@zhangsoledad)
Bug Fixes
- #3228: Fix block transaction process dead loop (@driftluo)
- #3251: Session close also should remove feeler dialing flag (@driftluo)
- #3242: Verification cache reset during hardfork (@zhangsoledad)
- #3264: Resolve conflict descendants (@zhangsoledad)
- #3270: Fix pending leak (@zhangsoledad)
- #3269: Proposed pool remove committed (@zhangsoledad)
Improvements
- #3244 relay: Split compact block execute code, more readable (@chanhsu001)
- #3263 relay: Remove obsolete
min_fee_rate
,max_tx_verify_cycles
from relayer (@chanhsu001)