ckb 0.116.0-rc1 (67b3db4 2024-04-22)
Pre-release
Pre-release
This is an RC version to preview the changes in the next release.
Assume Valid Target (#4425):
- Testnet: the 60 days ago block is: 12347855 0x40e4479ef397e98f226b469ae1fd3d0a064433100f610fb409f0ebc49ccc284e in Wed Feb 21 03:51:50 AM CET 2024, you can view this block in https://pudge.explorer.nervos.org/block/0x40e4479ef397e98f226b469ae1fd3d0a064433100f610fb409f0ebc49ccc284e
- Mainnet: the 60 days ago block is: 12265885 0x9264d3b444e765d2801d13e800adb520865523a09cd9895bdaeae2c87403fd7f in Wed Feb 21 03:50:51 AM CET 2024, you can view this block in https://explorer.nervos.org/block/0x9264d3b444e765d2801d13e800adb520865523a09cd9895bdaeae2c87403fd7f
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 |
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 |
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.115.0
Bug Fixes
-
#4405: Fix default
ckb.toml
's[notifier]
to[notify]
(@eval-exec)This is a breaking change in the config file format.
Misc
- #4254: Hardcoding a Default
assume_valid_target
to Reduce the Timecost of Block Synchronization in IBD mode (@eval-exec) - #4390: Limit txpool size when inserting an Entry (@chenyukang)
- #4418: Set ChainService process_block channel size to zero (@eval-exec)
- #4417: Add
tokio-trace
feature fortokio-console
debug tool (@eval-exec)