CKB Dev Log 2025-03-18 #5148
Officeyutong
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.
-
Features
CKB VM
Aarch64 Assembly Performance Optimization
Implemented and benchmarked 4 optimizations for the Aarch64 RISC-V handler in ckb-vm. Details in the Benchmark report.
Progress: Implementing fuzzing tests; upstream PRs are in progress.
SP1 zkVM On-Chain Verification
Completed feasibility study for running SP1 zkVM verification natively on CKB. Find details in the analysis Feasibility, Risk and Work Estimation for SP1 Verifier on CKB-VM and the benchmarks.
Next: Verifier optimization with the bn254 library for RISC-V.
BN128 Library for RISC-V
Release: Published the bn128 Rust library optimized for RISC-V 64 (Repo | Crate)
Impact: This library enables highly efficient elliptic curve operations on CKB-VM for zkVM verification and other cryptographic use cases.
Improvements
CKB Core
RocksDB Schema Migration via SST Ingestion
Implemented the database migration path for the RocksDB schema refactor. The migration is parallelized by block height ranges.
Performance Benchmarks:
Next: CKB v0.205.0 is currently under review for release.
Tooling & Network
CKB TUI
CKB Network Probe
Tentacle P2P
Research & Governance
Beta Was this translation helpful? Give feedback.
All reactions