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 |
This is a beta version only for testnet, which has fixed a bug that a node is banned after sending transaction with very large cycle consumption.
| 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)
Changes since v0.101.1
Bug Fixes
- #3149: Return None when get git commit info failed (@TheWaWaR)
- #3177: Upgrade ckb-vm to fix snapshot behavior (@driftluo)