CKB Dev Log 2023-08-09 #4094
anipenguin
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
-
“unstoppable” - AI & @EthanYuan
Updates
Features
Improvements
Fixes
ckb-rust-sdk
get_fee_rate_statics
param, Fixcargo-deny
installation, Fix CItest_get_indexer_tip
ckb-sdk-rust#84In Pipeline…
TxoCommitments
, enabling users to prove transaction output (cell) existence and status (live / dead) efficiently. The implementation uses the merkle mountain range (MMR) as an internal data structure, storing the hash of cell status as an MMR element.ckb-types
by splitting the molecule generated types into a separate crate namedckb-gen-types
clang
andCompCert
, for the ckb-vm contract compiler. This experimentation aims to reduce cycle consumption during contract execution within the ckb-vm. For more details:secp256r1
, a widely-used elliptic curve, following an optimization in libecc. This enhancement is expected to improve performance and expand cryptographic options.Beta Was this translation helpful? Give feedback.
All reactions