Storage.Dalmodule AttestationHistory :
Storage_sigs.Single_data_storage
with type t := Raw_context.t
and type value = Dal_attestations_repr.Accountability.packed_historySliding window of attestation accountability, indexed by published levels. Contains attestation information (shard counts and attester sets) for published levels in the range current_level - attestation_lag + 1, current_level - 1.
module Slot : sig ... endmodule 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 = unitSet 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.tThis stores the value of Dal constants for each protocol. Useful during protocol migration when the parameter's value changes.