CKB Dev↾⇃
@CKBdev
Followers
2K
Following
52
Media
47
Statuses
250
Cypherpunk · #PoW · #CKB Contributor also on Nostr: npub1j7948t0lwa3vznttp55nl73funfrynnkwy3pj67xnxadhv6fy7rqq393v4
Joined December 2022
CKB update time 🎧☕️ This sprint we primarily focused on reliability & efficiency On CKB: - A default time-cost limit is added on indexer RPC to help keep heavy queries in check - Relay now sends messages asynchronously, so network congestion won't drop them On
github.com
Updates Releases (No major feature releases this sprint.) Improvements CKB Add Default Time Limit to Indexer RPCs: #5012 This feature adds a default time-cost limit to indexer RPCs to cap linear-ti...
2
20
97
Another experimental demo is out🌱 Join Airdrop — a lightweight airdrop-lock contract where users fund their own Cells first to register for the airdrop & receive tokens. Built entirely in TypeScript. What it solves: In CKB's cell model, airdrop issuers typically need to
0
24
77
CKB update time ✅ - Shipped CKB 1.0.0 crates (ckb 0.204.0-rc1) & CKB-VM CFI extension (initial Rust-based interpreter support) - Core & Docker builder now use Rust 1.91.0; bootstrapper upgrade in progress - Improving TUI experience - Fixed a boot issue on Windows 10 flagged by
github.com
Updates Releases & Milestones Published CKB 1.0.0 crates (ckb 0.204.0-rc1): https://crates.io/crates/ckb/0.204.0-rc1/dependencies Published CKB-VM CFI extension (initial Rust-based interpreter ...
1
20
90
This sprint's dev updates: - Released ckb v0.203.0 — Rust SDK had some breaking changes; migration tool is ready 🔧 https://t.co/lWURfnCkWl Alongside it: - ckb-cli v1.16.0 - ckb-vm-contrib v0.203.0 Full log: https://t.co/Xv2mKkA0sA
@CKBDevrel @NervosNetwork
github.com
Updates Release & Features ckb v0.203.0 released https://github.com/nervosnetwork/ckb/releases/tag/v0.203.0 BREAKING: #4910 introduces breaking changes to the Rust SDK. A migration tool is avai...
0
24
75
Another mini project out ☕️😎 Exploring what Web5-style payments could look like—Spillman Payment Channel—blending AI chat w/ off-chain micro-payments: - Chat with AI, pay per message automatically, off-chain - Web2-level friendly UX + Web3-level security & privacy - Using CKB's
3
37
111
🚀 CKB Dev Update - Improved block relay and sync stability — fixes in block relay mode and large Light Client messages. - CKB-auth refactored for more flexibility and cleaner design. 🔧 In progress: CKB v0.203 testing (5% perf dip under review), RocksDB migration, Rolling Min
github.com
Updates Features & Improvements CKB-Auth has been refactored to remove dependency on Capsule and rebuilt with Script Template PR #52 Fixes Fixed panic caused by block relay only mode and remove...
1
20
95
1 account = 1 address?? 🤔 Not on CKB. CKB addresses and accounts are independent concepts, where an address represents ownership rules — NOT an account — since an address is derived from a Lock Script. What makes CKB unique is the flexibility of Script references. A Lock
0
26
84
🛠️ Bi-weekly progress check from TeamCKB In the past sprint, we tagged CKB v0.203.0-rc1. VM also moved forward: - Quantum-resistant lock Script deployed on mainnet - C-version SMT support landed Meanwhile, the team is pushing forward on reproducible bootstrap design, CKB crates
github.com
Updates Releases & Features CKB v0.203.0-rc1 released: https://github.com/nervosnetwork/ckb/releases/tag/v0.203.0-rc1 Quantum-resistant lock script is now deploying to mainnet: cryptape/quantum...
2
24
94
Bi-weekly dev log just out ✅ Feature drop this round: - Released Rust SDK 4.3.0 & 4.4.0 + Light Client 0.5.3 - JS HTLC Script demo with new offckb toolchain - New reproducible build workflow Full log: https://t.co/TzMlHzVTaD
@CKBDevrel @NervosNetwork
github.com
Updates Features & Releases Released ckb-sdk-rust v4.3.0 & 4.4.0: https://github.com/nervosnetwork/ckb-sdk-rust/releases/tag/v4.4.0 https://github.com/nervosnetwork/ckb-sdk-rust/releases/ta...
1
13
40
#TeamCKB dev updates: sharpening the tools with steady progress 🛠️ - improvements across CLI, VM, and light client. Next: RichIndexer optimization and a TUI for live CKB state. 👀 Full log: https://t.co/lw9M1pZBN4
@CKBDevrel @NervosNetwork
github.com
Updates Features (No new features in this release) Improvements ckb-cli: Fixed TransactionFailedToResolve issue in deploy apply-txs during contract deployment: nervosnetwork/ckb-cli#641 ckb-vm: Add...
1
21
86
⚠️ VM Security Update for Devs As part of strengthening CKB, we regularly review older VMs and share issues we find. One of CKB's strengths: you can always choose past VM versions. This design keeps asset ownership safe—even through hardforks. 🔐✅ But older VMs aren't
docs.nervos.org
When writing a Script, it is important to understand how the Script will be executed under a specific CKB-VM version. The CKB network has introduced various CKB-VM versions over time to enhance...
0
12
51
CKB Spark Program is backing new projects. Builders, if you've got a plan for #CKB, check it out—this is your chance to get support. #web5 #builder
🚀 CKB Eco Fund | Spark Program Update We’re excited to announce: SoMo - Pixel Territory has been approved for a $1,200 grant ✅ Led by Telmo, SoMo is a gamified pixel territory app built on the CKB network. By leveraging the Spore protocol & cell-based ownership, it explores a
1
6
56
Lately it's been a lot of digging into syscalls, chasing down perf edges, and smoothing dev tools. Some notes from the past sprint: - CKB-VM: syscall tracer improvements - CKB-CLI: dep_group deployment now works with Type ID - Ledger app: added support for the "other" address
github.com
Updates Improvements CKB-VM Syscall Enhancements & Performance Optimization Implemented load data as code in syscall tracer: nervosnetwork/ckb-vm-contrib#22 Code review and interface design Rev...
0
18
83
Our paper on Measuring and Attacking the Ethereum Global Network was presented at the Science of Blockchain Conference 2025. Thanks to @masserova for presenting on our behalf! Paper: https://t.co/rpRrX9W7yx SBC Recording: https://t.co/F1qWpI8yY4 Mine:
2
8
25
Built this `ckb-crypto-service` — a unified IPC service for calling crypto algorithms on CKB. - Designed to make on-chain development smoother and more consistent. - Works across Rust, C, and JS. - Currently supports: Blake2b, SHA-256, RIPEMD-160, Secp256k1, Schnorr, and Ed25519
3
20
61
Dev updates from #TeamCKB Last sprint, we: - added a new crate: CKB syscall tracer - released new versions of CKB-STD and Molecule - worked with community devs to design CKB-UDT convert service for smoother UDT payments Nothing beats building with the community. Thanks for
github.com
Updates Features New CKB Syscall Tracer Added a new crate CKB syscall tracer: nervosnetwork/ckb-vm-contrib#21 Integrated in ckb-debugger https://github.com/libraries/ckb-standalone-debugger/tree/tr...
2
29
107
Dev updates #TeamCKB This round brings: - better script serialization - block range import/export with flexible checks - enabled LTO (Link-Time Optimization) for rust-rocksdb and ckb-rocksdb Next up: header sync boost & ckb-bootstrapper for trusted, from-source builds. Full
github.com
Updates Improvements & Fixes Added support for exporting/importing block ranges in CKB import/export with configurable verification switches: #4921 Improved ScriptHashType serialization: #4920 ...
3
20
108