package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Octez_smart_rollup_node.Commitment_eventSource

This module defines functions that emit the events used for the rollup node when it is storing and publishing commitments (see Commitment).

Sourceval starting : unit -> unit Lwt.t
Sourceval stopping : unit -> unit Lwt.t
Sourceval section : string list

Section for commitment events.

Sourceval last_cemented_commitment_updated : Octez_smart_rollup.Commitment.Hash.t -> int32 -> unit Lwt.t

last_cemented_commitment_updated hash level emits the event that the last cemented commitment was updated to the given hash at the given inbox level.

Sourceval last_published_commitment_updated : Octez_smart_rollup.Commitment.Hash.t -> int32 -> unit Lwt.t

last_published_commitment_updated hash level emits the event that the last published commitment was updated to the given hash at the given inbox level.

Sourceval compute_commitment : int32 -> unit Lwt.t

compute_commitment level emits the event that a new commitment is being computed and stored for the block at the given level.

Sourceval new_commitment : Octez_smart_rollup.Commitment.Hash.t -> int32 -> unit Lwt.t

new_commitment hash level emits the event that a new commitment was built.

Sourceval publish_commitment : Octez_smart_rollup.Commitment.Hash.t -> int32 -> unit Lwt.t

publish_commitment hash level emits the event that a new commitment is being published.

Sourceval recover_bond : Tezos_crypto.Signature.Public_key_hash.t -> unit Lwt.t

recover_bond staker emits the event that a recover bond operation is being submitted.

Sourceval publish_execute_whitelist_update : Octez_smart_rollup.Commitment.Hash.t -> int32 -> int -> unit Lwt.t

publish_execute_whitelist_update hash level index emits the event that a new execute whitelist update is being published.

Sourcemodule Publisher : sig ... end

Events emmitted by the Publisher worker

OCaml

Innovation. Community. Security.