You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provided basic Wasm support for the ckb-light-client, enabling it to run in browsers, perform basic queries, and be embedded in web pages, with the proof-of-concept (POC) now completed. feat: small wasm support #4683
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Updates
CKB
Fiber Network
CKB-VM
no_std
compatible modules from the Rust standard library, focusing on theio
module, ported to CKB. GitHub - XuJiandong/ckb-rust-std: A collection ofno_std
compatible modules ported from Rust's standard library, with an initial focus on theio
module.Fixes
NodeAnnouncement
. chore: do not announce private addresses by default fiber#325In Pipeline
CKB
CKB-VM
A new and much easier way to reuse existing contract codes is almost ready. GitHub - XuJiandong/ckb-script-ipc: Rust library for automated IPC in CKB scripts, featuring proc-macros and runtime support.
This is based on Spawn and Rust’s powerful macro system, while users need to know little about the underlying implementations.
A library for Fixed-Point Arithmetic is under investigation. This will hopefully make DeFi products development easier on CKB.
Fiber Network
Beta Was this translation helpful? Give feedback.
All reactions