package tezos-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type upgrades = (Int32.t * Tezos_crypto.Protocol_hash.t) list

User activated upgrades: at given level, switch to given protocol.

val upgrades_encoding : upgrades Data_encoding.t

User activated protocol overrides.

An override (a, b) denotes that if a is to be activated at the end of the promotion phase, b shall be activated instead.

val protocol_overrides_encoding : protocol_overrides Data_encoding.t