package octez-libs

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

Module Tezos_version.Octez_node_versionSource

Node version information.

This module provides several information regarding the node's version:

  • version: current version number
  • network_version: current version of the network
  • commit_info (optional): hash and date of the head commit
Sourcetype t = {
  1. version : Version.t;
  2. network_version : Tezos_base.TzPervasives.Network_version.t;
  3. commit_info : commit_info option;
}
Sourceand commit_info = {
  1. commit_hash : string;
  2. commit_date : string;
}
Sourceval namespace : string

the namespace used for the node metrics

Sourceval version_encoding : Version.t Tezos_base.TzPervasives.Data_encoding.t
Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
OCaml

Innovation. Community. Security.