Octez_agnostic_baker.Parameters
Default endpoint to contact the node. Based on the Octez_node_config.Config_file.default_rpc_port
.
Number of extra levels to keep the old baker alive before shutting it down. This extra time is used to avoid halting the chain in cases such as reorganization or high round migration blocks.
Status of a protocol, based on Manifest/Product_octez/Protocol
. A protocol is considered as Active
while it is running on a network. Otherwise, the protocol is Frozen
.
Warning, it is needed to update status for each new protocol added.
val pp_status : Stdlib.Format.formatter -> status -> unit
val status_encoding : status Data_encoding.t
val protocol_status : Tezos_base.TzPervasives.Protocol_hash.t -> status
protocol_status proto_hash
returns whether the given proto_hash
is Active
or Frozen
.