Skip to content

ckb 0.114.0-rc1 (992b2c8 2024-01-29)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 07:15
· 2 commits to a973e9fa892554dfbd817dc2e2c57fa5ccffe732 since this release
v0.114.0-rc1
992b2c8

This is an RC version to preview the changes in the next release.

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.113.0

Features

  • #4247: Introduce init_tip_hash setting for indexer to skip previous block synchronization (@EthanYuan)
  • #4303 indexer: Support cell data filter (@EthanYuan)

Bug Fixes

  • #4271: Fix PoolRpc::send_transaction param outputs_validator default value should be passthrough (@eval-exec)

  • #4285 indexer: The end in script_len_range parameter of IndexerSearchKeyFilter is not inclusive (@EthanYuan)

    This is a BREAKING CHANGE for rpc get_cells, get_cells_capacity.

  • #4289: Fix peer store random fetch (@driftluo)

Misc