Storage.Dal
module Slot : sig ... end
module Denounced_delegates :
Storage_sigs.Indexed_data_storage
with type t := Raw_context.t
and type key =
Tezos_protocol_environment_alpha.Signature.Public_key_hash.t
and type value = unit
Set of delegates denounced in the current cycle. It is used to not distribute rewards for such delegates.
module Past_parameters :
Storage_sigs.Single_data_storage
with type value = Constants_parametric_repr.past_dal_parameters list
and type t := Raw_context.t
This stores the value of Dal constants for each protocol. Useful during protocol migration when the parameter's value changes.