TeamCKB Dev Log (Updated: Feb 4, 2026)

Updates

Oct 29, 2025

Release & Features

Improvements & Fixes

In Pipeline

Github: CKB Dev Log 2025-10-29 · nervosnetwork/ckb · Discussion #4988 · GitHub

2 Likes

Updates

Nov 12, 2025

Releases & Milestones

Improvements

Fixes

In Pipeline

Core & Tooling

  • Complete ckb-bootstrapper Rust 1.91.0 upgrade and HeaderMap replacement.
  • Enhance ckb-tui data interfaces, add caching, and continue collecting new metrics and requirements.
  • Finish CKB-VM CFI interpreter support and testing (port LLVM CFI tests; add unit tests).
  • Introduce terminal module for ckb-tui to expose runtime metrics: feat: add Terminal module for CKB-TUI data provision #4989

Networking

  • Investigate and fix issue: non-blocking transaction relay stops processing when buffer is full (newly discovered).
  • Continue investigating abnormal testnet uncle rate.
  • Prep for the next hardfork post-Meepo milestone (coordination ongoing).

Github: CKB Dev Log 2025-11-12 · nervosnetwork/ckb · Discussion #5002 · GitHub

2 Likes

Updates

Nov 26, 2025

Releases

(No major feature releases this sprint.)

Improvements

CKB

Molecule

Fixes

In Pipeline

Github: CKB Dev Log 2025-11-26 · nervosnetwork/ckb · Discussion #5014 · GitHub

1 Like

Updates

Dec 24, 2025

Releases & New Features

CKB

OffCKB

Improvements

Light Client

Toolchain

CKB-VM

Documentation

Fixes

Transaction Pool

CKB-TUI

In Pipeline…

  • Replacing sled with ckb-rocksdb in header-sync.
    • Tasks include documentation design, benchmark results, rocksdb key schema modification.
  • Optimizing hash function at assembly level to reduce the consumption of contract cycles
  • Working on a report on the libraries (e.g. secp256k1, Mbed TLS) used in on-chain scripts
  • Developing mobile support for Light Client
  • Completing the missing metrics for CKB TUI
  • Ongoing work on CFI Extension of CKB-VM, including conduct compatibility verification testing, performance testing on the testnet, and an RFC.

Github: CKB Dev Log 2025-12-24 · nervosnetwork/ckb · Discussion #5073 · GitHub

2 Likes

Solid update overall !
Great to see continued progress on reliability, light clients, CKB-VM security, and developer tooling.
These improvements clearly strengthen the foundation and move the network in the right direction.

Updates

Jan 21, 2026

CKB Light Client

We met some limitations and issues when bringing CKB Light Client to mobile devices.
To resolve these blockers, we have made targeted efforts to support the mobile scenario:

  • Native App Support: Adds a native Android app support for CKB Light Client with direct JNI integration. (Link: PR #266)
  • SQLite Integration: Introduced support for SQLite as a storage backend for the light client, providing a more lightweight database option for mobile client environments. (Link: PR #267)

CKB-VM

  • SHA-2 Algorithm Breakthrough:
    • Optimized SHA256 and SHA512 implementations (located in ckb-vm-contrib/opt-lib) have achieved approximately 2.23× higher performance compared to standard implementations.
    • In specific performance test cases, cycle consumption was reduced from 232 million to 104 million, significantly lowering the cost of executing hash-intensive smart contracts. (Links: PR #40, PR #41)

Cryptography & Quantum Security

  • Mainnet Deployment: The Quantum Resistant Lock Script has been successfully deployed to the CKB Mainnet, enhancing the network’s resilience against future quantum computing threats. (Link: PR #16)
  • SPHINCS⁺ Verification Efficiency:
    • Integrated the optimized SHA-2 library into SPHINCS⁺, resulting in a roughly 40% performance improvement in verification costs across all parameter sets. (Link: Branch quick_sha2)
    • Verification Metrics (Cycle Consumption):
      • sha2-128s: 7.1M | sha2-128f: 20.6M
      • sha2-192s: 9.9M | sha2-192f: 30.5M
      • sha2-256s: 15.4M | sha2-256f: 29.6M

Ecosystem & Technical Support

  • Annual Dependency Audit: We have completed the annual security audit on the contract dependency libraries to track the stability of core dependencies.We evaluated Secp256k1, mbedTLS, and libecc, all of which had reported security issues in the past year. Since our usage is limited to core cryptographic algorithms (RSA, Secp256k1, Secp256r1), we are not affected. This reinforces the importance of minimizing third-party library usage to essential functionality to reduce risk.Secp256k1 and mbedTLS demonstrate strong security practices, performance, and test coverage, and are recommended for future contract development, while libecc is weaker and NOT recommended. Finally, recurring issues in C-based libraries suggest prioritizing Rust implementations, such as RustCrypto, whenever possible.
  • Fixed some OffCKB Windows bugs: Fix windows node and devnetScript path issue ckb-devrel/offckb#359

CKB Core

  • Added support for data and lock field in genesis IssuedCell of the chain spec: spec: support data field in IssuedCell #5079
  • Added support for cargo-binstall within CKB to simplify the build and installation process for developers and node operators. (Link: PR #5089)
  • Optimized the logging for header synchronization, providing more granular visibility into synchronization timing to help identify potential bottlenecks in the sync process. (Link: PR #5086)

In Pipeline…

Github: CKB Dev Log 2026-01-21 · nervosnetwork/ckb · Discussion #5091 · GitHub

6 Likes

Really great update.

Security and performance driven improvements that really matter long term.:clap:

3 Likes

Kudos to the team!

3 Likes

Updates

Feb 4, 2026

Features

CKB

  • OpenRPC JSON Specification (Draft): Added OpenRPC JSON spec for CKB RPC. Taking inspiration from Swagger and ReDoc, we also built a frontend for browsing and interacting with the RPC.
  • Log subscription API: Introduces a new RPC subscription topic for logs, providing real-time access to node logs via RPC, improving observability, debugging, and tooling such as ckb-tui: rpc: implement logs subscription #5092

CKB-CLI

CKB-VM

Improvements

CKB Light Client

CKB Store

DevRel

  • Released a new AI-friendly smart-contract boilerplate designed to work well with AI coding assistants. It was used to build a collateralized loan contract with Claude Opus for approximately 2.2 USD in API cost.
  • Added integration test CI in Offckb

Tentacle

Tooling & Libraries

Fixes

CKB-CLI

Tooling & Libraries

DevRel

  • Fixed CKB docs examples reported by CKBuilders community

In Pipeline…

CKB Core & Infrastructure

  • Reviewing existing hardfork signaling docs and finalizing a subsequent plan.
  • Continuing work on network latency metrics collection

CKB-VM

  • Ongoing RV64IM assembly optimization
  • SP1 zkVM research and CKB-VM RV64IM optimization (waiting on SP1 Hypercube zkVM SDK)

CKB Light Client

CKB-TUI

Github: CKB Dev Log 2026-02-05 · nervosnetwork/ckb · Discussion #5100 · GitHub

5 Likes