package octez-protocol-alpha-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 skipping_preattestation : (Baking_state.consensus_key_and_delegate * Tezos_base.TzPervasives.Error_monad.tztrace) t
val skipping_attestation : (Baking_state.consensus_key_and_delegate * Tezos_base.TzPervasives.Error_monad.tztrace) t
val failed_to_get_dal_attestations : (Baking_state.consensus_key_and_delegate * Tezos_base.TzPervasives.Error_monad.tztrace) t
val skipping_dal_attestation : (Baking_state.consensus_key_and_delegate * Tezos_base.TzPervasives.Error_monad.tztrace) t
val failed_to_inject_preattestation : (Baking_state.consensus_key_and_delegate * Tezos_base.TzPervasives.Error_monad.tztrace) t
val failed_to_inject_attestation : (Baking_state.consensus_key_and_delegate * Tezos_base.TzPervasives.Error_monad.tztrace) t
val potential_double_baking : (int32 * Tezos_protocol_alpha.Protocol.Alpha_context.Round.t) t
val preattestation_injected : (Tezos_base.TzPervasives.Operation_hash.t * Baking_state.consensus_key_and_delegate * int32 * Tezos_protocol_alpha.Protocol.Alpha_context.Round.t) t
val attestation_injected : (Tezos_base.TzPervasives.Operation_hash.t * Baking_state.consensus_key_and_delegate * int32 * Tezos_protocol_alpha.Protocol.Alpha_context.Round.t) t
val dal_attestation_injected : (Tezos_base.TzPervasives.Operation_hash.t * Baking_state.consensus_key_and_delegate * Z.t * int32 * int32) t
val dal_attestation_void : (Baking_state.consensus_key_and_delegate * int32 * int32) t
val synchronizing_round : Tezos_base.TzPervasives.Block_hash.t t
val block_injected : (Tezos_base.TzPervasives.Block_hash.t * int32 * Tezos_protocol_alpha.Protocol.Alpha_context.Round.t * Baking_state.consensus_key_and_delegate) t
val signing_preattestation : Baking_state.consensus_key_and_delegate t
val signing_attestation : Baking_state.consensus_key_and_delegate t
val invalid_json_file : string t
val no_operations_found_in_file : string t
val cannot_fetch_operations : Tezos_base.TzPervasives.Error_monad.error Tezos_base.TzPervasives.Error_monad.TzTrace.trace t
val no_dal_node : unit t
OCaml

Innovation. Community. Security.