CKB Dev Log 2026-04-29 #5191
gpBlockchain
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
Features
Differential Testing Framework for ckb-vm
Implemented a differential test framework for ckb-vm. This provides a stronger foundation for validating optimizations and future architecture changes: https://github.com/yuqiliu617/ckb-vm-contrib/tree/differential-test
CKB DAO Treasury Design & Voting Research
research on the CKB DAO Treasury design and voting settlement, with multiple directions under active discussion:
Explores a governance model where voting power is bound to Nervos DAO deposits, while proposal state, voting records, and tally data are maintained off-chain and committed on-chain through verifiable state roots.
This direction focuses on improving scalability while keeping governance state verifiable.
Built an experimental MVP to validate core DAO Treasury workflows and voting-related transaction construction. Details see: https://github.com/chenyukang/ckb/blob/dao-treasury/dao-treasury
Explores a rollup-inspired approach for voting settlement, where voting data is batched and compressed into verifiable state updates.
This direction focuses on improving settlement efficiency while preserving on-chain verifiability under CKB’s UTXO model.
Key Question Identified & Follow-Up Research
How to handle on-chain settlement for the voting process. Continued follow-up research based on the design discussions:
Improvements & Fixes
Cryptography & Performance
A series of optimizations were merged into ckb-vm to improve performance on ARM64-based hardware:
This further prepares the network for post-quantum cryptographic standards: https://github.com/XuJiandong/signatures/tree/use-opt-shake128
Infra & Tooling
SKILL.mdfor AI agents in ckb-debugger, making it easier for agents to assist devs in debugging CKB scripts.: Add SKILL.md for AI agents ckb-standalone-debugger#202Networking & Connectivity
The underlying P2P network Tentacle, is moving closer to full QUIC support. QUIC (built on UDP) provides faster handshake times and better resilience against connection migration compared to standard TCP.
In Pipeline
Core Maintenance & Release Prep
Networking
Governance PoC
Beta Was this translation helpful? Give feedback.
All reactions