CKB Dev Log 2026-06-24 #5258
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Updates
Over the past two months, we have received more than a hundred reports from Bugbounty program.
Safety is always the top priority for CKB. We have fixed the urgent findings and observed that most of the CKB nodes have upgraded to the secure version.
We are grateful to the researchers for their contribution to the safety of the network.
As AI-assisted security analysis becomes more effective and accessible, expectations for software security are rising across the industry. We also have been integrating more AI tools into our development workflow to help identify potential issues earlier, and improve the overall security of CKB.
In response to the increasing number of security reports from AI tools, our bugbounty standards have also been adjusted accordingly.
Features
CKB v0.207.0 release
Tentacle QUIC transport
QuicSessionsupport, wiring QUIC bidirectional streams into the existing protocol/session machinery while preserving the classic TCP/Yamux paths: quic: QuicSession implementationCKB voting and DAO treasury PoC
To activate CKB DAO treasury, there are two components we need provide technical solutions: treasury fund creating and proposals on-chain voting.
The activation depends on a hardfork and these remain research/PoC work rather than a confirmed CKB protocol change.
Improvements & Fixes
CKB core maintenance and hardening
CKB continued security fixing, CI, tx-pool, relay, fee-statistics, storage/freezer, test-stability, and logging hardening.
This work covered better orphan transaction handling, freezer hash validation, verify-queue behavior fixes, relayer notification/backpressure fixes, integration-test reliability improvements, and reduced remote-reject log amplification:
CKB-VM maintenance and educational content
CKB light client security
Networking reliability and validation
In Pipeline
RocksDB storage schema optimization
Guix reproducible release flow
Cargo.lock, and repeated-build hash checks for release artifacts: build: add Guix reproducible release flow for Linux, MacOS, WindowsCKB core follow-up hardening
Tentacle transport hardening
CKB-VM and zkVM research
CKB-CLI dependency and security cleanup
Beta Was this translation helpful? Give feedback.
All reactions