package tezos-protocol-alpha

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

set_adaptive_issuance_enable ctxt sets the feature flag in the in-memory part of the context if the adaptive issuance feature has already launched. This means that the activation vote resulted in an approbation from the stakeholders and this happened sufficiently long ago.

load_reward_coeff ctxt loads the current cycle's reward coeff from the storage into the context

update_stored_rewards_at_cycle_end ctxt ~new_cycle updates Storage.Issuance_coeff with a new coefficient that will be applied preserved_cycles cycles after the given new_cycle. This new coefficient depends on the current Storage.Total_supply, and the total active stake for when this coefficient is computed.

This function also removes obsolete values from Storage.Issuance_coeff, and stores the current cycle's coefficient in the context for faster access.

init ctxt adds into the context an adaptive issuance vote EMA at 0, and adaptive issuance launch cycle at None.

launch_cycle ctxt reads from the context the cycle at which the adaptive issuance feature is set to activate.

If this function returns None, then it means the feature has not been voted to be activated (yet).

module For_RPC : sig ... end
module Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.