CKB Dev Log 2023-08-23 #4114
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
-
📸 by @contrun
“For the gate is narrow and the way is hard that leads to life, and those who find it are few.” — Matthew 7:14
Updates
Features
Replace-by-Fee
feature in the transaction pool. Users can replace a stuck transaction with a higher fee rate.epoch_duration_target
. This is facilitated by settingpermanent_difficulty_in_dummy
toDummy
mode.epoch_duration_target
now affects epoch length inDummy
mode #4097Improvements
multi_index_map
. Pending transactions with higher scores now receive priority processing.In Pipeline…
Lazy Reading
plugin to optimize memory utilization for CKB contracts. This enhancement is particularly beneficial for smart contracts operating with limited memory resources.ckb-jsonrpc-types
is being integrated into the ckb-sdk-rust, paving the way for user-friendly features in the SDK.ckb-jsonrpc-types
ckb-sdk-rust#85CellCommitments
feature, comprehensive performance testing is in the pipeline. This will assess its impact on block verification times, especially under heavy data loads.clang
andCompCert
.clang
, enabling the creation of runnable dynamic libraries on the ckb platform.Beta Was this translation helpful? Give feedback.
All reactions