CKB Dev Log 2026-01-21 #5091
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.
-
CKB Light Client
We met some limitations and issues when bringing CKB Light Client to mobile devices.
To resolve these blockers, we have made targeted efforts to support the mobile scenario:
CKB-VM
ckb-vm-contrib/opt-lib) have achieved approximately 2.23× higher performance compared to standard implementations.Cryptography & Quantum Security
sha2-128s: 7.1M |sha2-128f: 20.6Msha2-192s: 9.9M |sha2-192f: 30.5Msha2-256s: 15.4M |sha2-256f: 29.6MEcosystem & Technical Support
Annual Dependency Audit: We have completed the annual security audit on the contract dependency libraries to track the stability of core dependencies.
We evaluated Secp256k1, mbedTLS, and libecc, all of which had reported security issues in the past year. Since our usage is limited to core cryptographic algorithms (RSA, Secp256k1, Secp256r1), we are not affected. This reinforces the importance of minimizing third-party library usage to essential functionality to reduce risk.
Secp256k1 and mbedTLS demonstrate strong security practices, performance, and test coverage, and are recommended for future contract development, while libecc is weaker and NOT recommended.
Finally, recurring issues in C-based libraries suggest prioritizing Rust implementations, such as RustCrypto, whenever possible.
Fixed some OffCKB Windows bugs: Fix windows node and devnetScript path issue ckb-devrel/offckb#359
CKB Core
dataandlockfield in genesisIssuedCellof the chain spec: spec: support data field in IssuedCell #5079cargo-binstallwithin CKB to simplify the build and installation process for developers and node operators. (Link: PR #5089)In Pipeline…
15×down to2×. This significantly enhances long-term node stability and storage throughput. (Links: Issue #5087, PR #5085)ckb-store.[Need Reconsider] Warm up StoreCache entries from in‑memory BlockView to avoid redundant RocksDB scans #5090Beta Was this translation helpful? Give feedback.
All reactions