package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Tezos_base.TzPervasives.Internal_event.Simple end
type 'a t = 'a Tezos_event_logging__Internal_event.Simple.t
val emit : 'a t -> 'a -> unit Lwt.t
val emit__dont_wait__use_with_care : 'a t -> 'a -> unit
val declare_0 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> unit -> unit t
val declare_1 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> 'a t
val declare_2 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ('a * 'b) t
val declare_3 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ('a * 'b * 'c) t
val declare_4 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ('a * 'b * 'c * 'd) t
val declare_5 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e) t
val declare_6 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f) t
val declare_7 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ?pp7:(Format.formatter -> 'g -> unit) -> (string * 'g Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f * 'g) t
val declare_8 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ?pp7:(Format.formatter -> 'g -> unit) -> (string * 'g Data_encoding.t) -> ?pp8:(Format.formatter -> 'h -> unit) -> (string * 'h Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f * 'g * 'h) t
val section : string list
val init_store : bool t
val end_init_store : unit t
val set_checkpoint : Store_types.block_descriptor t
val set_savepoint : Store_types.block_descriptor t
val store_validated_block : Store_types.block_descriptor t
val start_updating_floating_stores : unit t
val start_cementing_blocks : unit t
val start_cementing_blocks_metadata : unit t
val start_merging_thread : unit t
val end_merging_thread : unit t
val start_store_garbage_collection : unit t
val start_merge_finalizer : unit t
val start_retreiving_predecessors : unit t
val start_retreiving_cycles : unit t
val store_is_consistent : unit t
val metadata_read_error : string t
val fork_testchain : (Tezos_base.TzPervasives.Chain_id.t * Tezos_base.TzPervasives.Protocol_hash.t * Tezos_base.TzPervasives.Block_hash.t * Store_types.block_descriptor) t
val pp_int32 : Format.formatter -> int32 -> unit
val start_merging_stores : int32 t
val end_merging_stores : Tezos_base.TzPervasives.Time.System.Span.t t
val start_context_gc : Store_types.block_descriptor t
val start_context_split : int32 t
val context_gc_is_not_allowed : unit t
val try_waiting_for_merge_termination : unit t
val inconsistent_store : Tezos_base.TzPervasives.Error_monad.tztrace t
val fix_store : unit t
val fix_floating_stores : unit t
val fix_cementing_highwatermark : (int32 option * int32 option) t
val store_was_fixed : unit t
val recover_merge : unit t
val restore_protocols_table : unit t
val restore_protocol_activation : (int * Tezos_base.TzPervasives.Protocol_hash.t) t
val update_protocol_table : (Tezos_base.TzPervasives.Protocol_hash.t * int * Tezos_base.TzPervasives.Block_hash.t * int32) t
val restore_history_mode : Tezos_shell_services.History_mode.t t
val restore_inferred_history_mode : Tezos_shell_services.History_mode.t t
val warning_missing_metadata : (int32 * int32) t
val merge_error : (int32 * int32 * string) t
val notify_merge_error : Tezos_base.TzPervasives.Error_monad.tztrace t
val upgrade_store_failed : unit t
val upgrade_store_started : unit t
OCaml

Innovation. Community. Security.