CKB Dev Log 2023-07-12 #4065
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
-
✩♬ ₊˚.🎧⋆☾⋆⁺₊✧ - @eval-exec
Updates
Features
calc_data_hash
in ckb-stdcalc_data_hash
much more accessiblecalc_data_hash
in ckb-std ckb-std#57spawn
andexec
in ckb-debugger-gdb-specify-depth
feature in ckb-debugger, it is now possible to trace child scripts at any depthcurrent_memory
syscall that returns peak memoryImprovements
ckb_current_cycles
syscallckb_current_cycles
syscall returns the sum of cycles of all active machinescurrent_cycles()
, only the cycles of the callee itself will be returned. With the improvement to the CurrentCycles syscall, abase
field has been added which, when called, returnsbase + machine.cycles()
In pipeline…
Replace By Fee
in the transaction pool. This mechanism will let transactions that are already in the pool to propose increased fees, replacing the older transactions, and enabling the new ones to be processed faster.Beta Was this translation helpful? Give feedback.
All reactions