Mavryk_alpha_test_helpers.State_ai_flagsThis module handles the logic of flags for AI/AS in the State
module AI_Activation : sig ... endThis module takes care of the flags force_activation and activation_vote_enable, and updates and check the record field ai_activation_cycle in the state.
module AI : sig ... endThis module only checks (for now) if AI is activated or not
module Autostake : sig ... endThis module takes care of autostaking when it is enabled
module Delayed_slashing : sig ... endThis module takes care of choosing the denunciations that need to be applied at the end of a cycle. It depends on the flag ns_enable.
module NS : sig ... endThis module takes care of the new adaptive slashing mechanism.