package octez-crawler

  1. Overview
  2. Docs

Module Octez_crawler.Layer1_eventSource

This module defines functions that emit the events used by the layer 1 chain (see Layer_1).

Sourceval starting : name:string -> unit Lwt.t
Sourceval stopping : name:string -> unit Lwt.t
Sourceval connection_lost : name:string -> unit Lwt.t

Emits the event that the connection to the Tezos node has been lost.

Sourceval cannot_connect : name:string -> count:int -> Tezos_base.TzPervasives.tztrace -> unit Lwt.t

cannot_connect ~count error emits the event that the rollup node cannot connect to the Tezos node because of error for the count's time.

Sourceval wait_reconnect : name:string -> float -> unit Lwt.t

wait_reconnect delay emits the event that the rollup will wait delay seconds before attempting to reconnect to the Tezos node .

Sourceval switched_new_head : name:string -> Tezos_base.TzPervasives.Block_hash.t -> int32 -> unit Lwt.t

switched_new_head hash level emits the event that the layer 1 has notified a new head with hash at some given level.

OCaml

Innovation. Community. Security.