ckb 0.113.1 (95ad24b 2024-01-31)
Highlights
A release which backports bug fixes.
Compatibility Table
Network | Consensus Version | Minimal CKB Version |
---|---|---|
dev | ckb2023 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 |
macOS | ARM64 | macOS 10.15 or above | zip | PGP |
macOS (Portable) | ARM64 | 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.113.0
Bug Fixes
- #4330: Don't account for cell dep for
MAX_ANCESTORS_COUNT
(@chenyukang) - #4332: Fix the websockets terminate issue (@chenyukang)
- #4308: Fix RPC cors issue of preflight request (@chenyukang)
- #4323: Fix error message when sent HTTP GET to RPC (@chenyukang)
- #4324: Fix RBF fee and celldeps check rule issue with replaced txs and their descendants (@chenyukang)
- #4325: Fix the regex expression for ckb's version test (@chenyukang)