ckb 0.101.2 (0ac021c 2021-12-02)
Compatability Table
Network | Consensus Version | Minimal CKB Version |
---|---|---|
dev | ckb2021 since epoch 0 | |
testnet | ckb2021 since epoch 3113 | v0.101.2 |
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 |
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.1
Features
- #3185: Add a syscall to pause the script execution (only enabled in tests) (@yangby-cryptape)
- #3174: Delay txs during hardfork (@zhangsoledad)
- #3175: Retain candidate uncle until next epoch (@zhangsoledad)
- #3194: Resumable rpc tx submit (@zhangsoledad)