CKB Dev Log 2024-02-07 #4342
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
-
Updates
Features
estimate_cycles
RPC method: feat(rpc): add rpc methodestimate_cycles
ckb-light-client#180since
, enforcing a consensus rule that prevents a cell from being spent before a specific block timestamp or block number. feat: Since construction methods & comparison logic ckb-std#76Improvements
ScriptSearchMode
toSearchMode
. [BREAKING CHANGE] Extend Indexer PRCSearchKey
for CKB 0.114 ckb-sdk-rust#102spawn
syscall. This involves introducing a pipe and deterministic scheduler to facilitate communication between parent and child VM instances. A prototype can be found here.Fixes
cell dep
transaction descendants causing submission failures. A newdirect_ancestors_count
field has been introduced to better manage ancestor counts.ckb-chain
tockb-test-chain-utils
, facilitating easier generation of blocks for testing.blocks/txs
fromckb-chain
tockb-test-chain-utils
#4335shutdown
layer wasn't applied to WebSocket, causing hangs upon server termination of WebSocket connectionsIn Pipeline…
Beta Was this translation helpful? Give feedback.
All reactions