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
store_block() - stores a block that is signed by stackers and
producers in staging db.
append_block() - validates and applies the transactions in a
staged block to the clarity chainstate. Marks the block as
processed. This should validate that the block has no siblings.
get_staging_block(StacksBlockId) - returns a stored block
get_next_processable_block() - returns a stored block that is
processable
is_processed(StacksBlockId) - returns whether or not a given
block has been processed
The text was updated successfully, but these errors were encountered:
store_block()
- stores a block that is signed by stackers andproducers in staging db.
append_block()
- validates and applies the transactions in astaged block to the clarity chainstate. Marks the block as
processed. This should validate that the block has no siblings.
get_staging_block(StacksBlockId)
- returns a stored blockget_next_processable_block()
- returns a stored block that isprocessable
is_processed(StacksBlockId)
- returns whether or not a givenblock has been processed
The text was updated successfully, but these errors were encountered: