Highlights
- This version will activate ckb2023 hardfork in the dev chains.
- There's an ongoing softfork activation since v0.110.1.
Major Changes
- Consensus changes:
- RPC breaking changes:
- Set
jsonrpc::Ratio
as the type of threshold field for DeploymentsInfo and Deployment (#3980)
- Set
- CLI breaking change:
ckb init
creates config files even when an unsupported spec is specified (#4012)
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.110.2
Features
- #3917 consensus: (BREAKING) CKB 2023 edition (@zhangsoledad)
- #3963 rpc(Chain): Add
only_committed
param forget_transaction
(@eval-exec) - #3980 rpc: (BREAKING) Set
jsonrpc::Ratio
as the type ofthreshold
field forDeploymentsInfo
andDeployment
(@eval-exec) - #3988: Update ckb-vm to v0.24.0 (@mohanson)
- #3996: Suspend support in spawn syscalls (@xxuejie)
- #4002: Let crate
ckb-hash
supportno-std
(@yangby-cryptape) - #4097 consensus: (BREAKING)
epoch_duration_target
now affects epoch length inDummy
mode (@eval-exec) - #4126: Notify dummy miner for new work (@quake)
Improvements
- #3970 perf: Replace sync struct HeaderView with HeaderIndexView (@quake)
- #4000: Reduce
PeerStore::load_from_dir_or_default
timecost (@eval-exec) - #4003: Derive implements Clone for cell (@liya2017)
- #4073: Split ckb-gen-types from ckb-types (@EthanYuan)
- #4123 vm(spawn): Calucate the correct cycles_base (@mohanson)
- #4127 vm(spawn): Always consume extra_cycles (@mohanson)
- #4129: Fix parse
RelayV3
's message name for metrics service (@eval-exec) - #4133: Keep peer store address unique (@driftluo)
Bug Fixes
- #4011 vm:
set_debug_printer
should updates generator'sdebug_printer
(@mohanson) - #4012 cli: (BREAKING)
ckb init
creates config files even when an unsupported spec is specified. (@eval-exec) - #4015 Fix permanent difficulty mode reward (@zhangsoledad)
- #4030 Fix RUSTSEC-2023-0044 warning (@eval-exec)
- #4151: Add
derive(Hash)
toScriptHashType
(@eval-exec)