CKB Dev↾⇃ (@ckbdev) 's Twitter Profile
CKB Dev↾⇃

@ckbdev

Cypherpunk · #PoW · #CKB Contributor
also on Nostr: npub1j7948t0lwa3vznttp55nl73funfrynnkwy3pj67xnxadhv6fy7rqq393v4

ID: 1607437109685587973

calendar_today26-12-2022 18:05:16

205 Tweet

1,1K Takipçi

19 Takip Edilen

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

Happily came across this solo dev experiment on Nervos Talk! Pocket Wallet -- showing you what a Web5 wallet might look like: - A Nostr-based, fully verifiable wallet on CKB for casual, low-stakes use - Sync blocks in your browser using CKB Light Client — no centralized RPC, you

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

We’re sharing how we debug flaky tests in CKB. 🕷️ You probably won’t hit this as a dApp builder— but it’s the kind of work that keeps the infra solid. So you can just build without worrying. 🔗 yakihonne.com/naddr1qvzqqqr4…

We’re sharing how we debug flaky tests in CKB. 🕷️ 
You probably won’t hit this as a dApp builder—
but it’s the kind of work that keeps the infra solid.
So you can just build without worrying.

🔗  yakihonne.com/naddr1qvzqqqr4…
CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

#TeamCKB Dev updates: We’ve been improving SDK support across languages, CKB-VM repo cleanup, and making discovery tools more robust. Feels good to solidify the foundation before pushing more features. ☕️🎧 Dev log here: github.com/nervosnetwork/… CKB DevRel Nervos.bit

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

Neuron Wallet v0.201.0 is out — ready for the Meepo hardfork - Full node users: upgrade Neuron to v0.201.0+ - Light client users: upgrade to v0.119.0+ Let’s move in sync to get everything ready! 👉 Upgrade guide & tool checklist: docs.nervos.org/docs/history-a…

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

JS devs — we see you. The latest Nervos docs (v2.20.0) now include more JavaScript/TypeScript content, with TS examples: - Quick Start: docs.nervos.org/docs/script/js… - Introduction to ckb-js-vm: Mechanism and Capabilities: docs.nervos.org/docs/script/js… Check out the full release notes:

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

If you’re using NervosDAO with multisig, this upgrade is especially for you. We've fixed a rare edge case in the multisig script where DAO withdrawals could fail if the multisig script didn’t include a since value. This update improves compatibility between multisig scripts

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

#TeamCKB Dev updates Last sprint, we wrapped up a multisig upgrade along with tooling updates. It’s all about improving compatibility between multisig scripts and NervosDAO withdrawals. - If you’re using multisig, upgrade now to stay safe and compatible. - If you're using

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

We've made it easier to run a node with clearer, updated docs v2.21.0 ✨ - Added new articles: a. Overview docs.nervos.org/docs/node/node… b. Node Configuration docs.nervos.org/docs/node/node… c. Sync Options docs.nervos.org/docs/node/sync… - Reworked node setup docs for clarity

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

#TeamCKB Dev updates During the last sprint, new versions of several key CKB components were released: ✔️ CKB v0.202.0 -- Hole punching protocol improves NAT traversal and makes more nodes publicly reachable ✔️ Light Client v0.5.0 -- adds important checks — transactions now

Cryptape (@cryptape) 's Twitter Profile Photo

✅ Meepo Hardfork completed at epoch 12293. Spawn syscall and CKB-VM v2 now live. explorer.nervos.org/hardfork If your node isn’t syncing blocks, please upgrade to the latest version. ⚙️ Upgrade: github.com/nervosnetwork/… Nervos.bit CKB Eco Fund CKB DevRel Nervos Nation | CKB community #nervos

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

Hey node runners! If you still can't see your nodes on Node Probe (nodes.ckb.dev), you might've missed this: In CKB v0.202.0, we added the `HolePunching` protocol to the default config. It helps nodes behind NAT become publicly reachable and easier to discover. We

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

#TeamCKB dev updates In the last sprint, besides getting Meepo live on mainnet, we've also: - Released ckb-light-client v0.5.1 - Improved CKB repo CI workflows - Upgraded CKB standalone debugger for smoother integration with the new syscall Spawn Check out the details:

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

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

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

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

Cryptape (@cryptape) 's Twitter Profile Photo

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

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
Ren Zhang (@nirenzang) 's Twitter Profile Photo

Our paper on Measuring and Attacking the Ethereum Global Network was presented at the Science of Blockchain Conference 2025. Thanks to Lisa Masserova for presenting on our behalf! Paper: ia.cr/2025/588 SBC Recording: youtube.com/live/_2gnJjvod… Mine: youtube.com/watch?v=8XmuQR…

CKB Dev↾⇃ (@ckbdev) 's Twitter Profile Photo

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