Mavkit_smart_rollup_node.Commitment_eventThis module defines functions that emit the events used for the rollup node when it is storing and publishing commitments (see Commitment).
val last_cemented_commitment_updated :
Mavkit_smart_rollup.Commitment.Hash.t ->
int32 ->
unit Lwt.tlast_cemented_commitment_updated hash level emits the event that the last cemented commitment was updated to the given hash at the given inbox level.
val last_published_commitment_updated :
Mavkit_smart_rollup.Commitment.Hash.t ->
int32 ->
unit Lwt.tlast_published_commitment_updated hash level emits the event that the last published commitment was updated to the given hash at the given inbox level.
compute_commitment level emits the event that a new commitment is being computed and stored for the block at the given level.
val new_commitment :
Mavkit_smart_rollup.Commitment.Hash.t ->
int32 ->
unit Lwt.tnew_commitment hash level emits the event that a new commitment was built.
val publish_commitment :
Mavkit_smart_rollup.Commitment.Hash.t ->
int32 ->
unit Lwt.tpublish_commitment hash level emits the event that a new commitment is being published.
val recover_bond : Mavryk_crypto.Signature.Public_key_hash.t -> unit Lwt.trecover_bond staker emits the event that a recover bond operation is being submitted.
val publish_execute_whitelist_update :
Mavkit_smart_rollup.Commitment.Hash.t ->
int32 ->
int ->
unit Lwt.tpublish_execute_whitelist_update hash level index emits the event that a new execute whitelist update is being published.
module Publisher : sig ... endEvents emmitted by the Publisher worker