ckb 0.107.0-rc1 (1b3e6b1 2023-01-12)
Pre-release
Pre-release
This is an RC version to preview the changes in the next release.
Compatability Table
Network | Consensus Version | Minimal CKB Version |
---|---|---|
dev | ckb2021 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 |
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.106.0
Features
- #3724: Adding RPC:
get_transaction_and_witness_proof
&verify_transaction_and_witness_proof
(@code-monad) - #3735: Indexer db simple configuration (@zhangsoledad)
Bug Fixes
- #3713: Check in-pool chidren for all newly added tx (@zhangsoledad)
- #3727: Blocktemplate dao potential inconsistent with transactions (@zhangsoledad)
- #3738: Resolve disconnection problems (@driftluo)
- #3746: Get_fee_rate_statics compatibility (@zhangsoledad)
- #3750: Notify message blocking (@zhangsoledad)
- #3757: Fee_rate statistics target limit (@zhangsoledad)
- #3763 rpc: Return the cycles of the first non-cellbase transaction as cellbase's cycles (@yangby-cryptape)
- #3769: Disable ckb-miner notify mode by default (@zhangsoledad)
- #3773: Fix comment typos (@StrayLittlePunk)
- #3794: Fix missing information in ckb version (@doitian)
Improvements
- #3733: Eliminate chainstore lifecycle (@zhangsoledad)