CKB Dev Log 2026-09-16 #5330
chenyukang
started this conversation in
Dev Log
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Updates
This cycle (August 19 – September 15, 2026) focused on node and light-client hardening, CKB-VM maintenance, and continued work on the next tx-pool, storage, and networking architecture.
Key milestones include:
Releases & Features
CKB-VM v0.24.15
CKB-VM v0.24.15 was released on September 3, 2026, with maintenance updates around ASM machine structure and fuzzing stability.
CKB also updated its CKB-VM dependency to the new release line.
Improvements & Fixes
CKB node reliability and security hardening
CKB landed targeted fixes across rich-indexer rollback, networking edge cases, dependency security, and legacy network-alert cleanup.
Light-client verification hardening
The light client added stricter validation for verifiable headers, legacy proof contents, and peer checkpoint comparison.
A follow-up matched-block retry path remains under review, and no new
ckb-light-clientrelease has shipped yet.CKB-VM runtime maintenance
Following the v0.24.15 release, we added a configurable safe mode remains in review.
Tooling and developer experience
Contract tooling documentation improved with new guidance for
ckb-stdand Rust script templates.In Pipeline
CKB release readiness and open hardening work
No new CKB node release shipped during this cycle; the latest public node release remains CKB v0.209.0.
Open reviews continue across tx-pool bounds, sync and network rate limits, block-relay isolation, overflow validation, and related reliability work.
Transaction-pool architecture
The transaction-pool redesign remains under review. The current direction models pool mutations as transactional state changes so admission, replacement, eviction, chain reconciliation, indexes, accounting, and notifications can be validated and committed together.
RocksDB schema refactor
The RocksDB schema refactor remains under review. The proposal introduces a breaking database layout change intended to improve height-ordered locality and reduce read/write amplification, with an offline SST rebuild migration path.
QUIC networking integration
CKB’s initial QUIC integration remains under review. Related Tentacle work continued around identify timeout behavior, receive-buffer bounds, and inbound handshake limits.
DAO treasury and voting design
DAO treasury and voting work advanced through design/spec updates and cleanup of the previous solution.
The work remains at the research/PoC stage; production parameters, consensus rules, and integration are still open.
All reactions