You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asynchronous Block Download and Verification ckb#4365
Added tip_hash and tip_number to represent the current chain tip.
Added unverified_tip_hash and unverified_tip_number to track the latest received but not yet verified blocks.
Removed the orphan_blocks_size field.
Asynchronous Block Download and Verification ckb#4365
Added tip_hash and tip_number to represent the current chain tip.
Added unverified_tip_hash and unverified_tip_number to track the latest received but not yet verified blocks.
Removed the orphan_blocks_size field.
fix: add limit to get cells ckb#4576
The RPC to get cells may fail when exceeding the limit.
Add
tx_index
toTxStatus
forget_transaction
RPC ckb#4583Add tx_index to TxStatus for get_transaction RPC
The text was updated successfully, but these errors were encountered: