Tezos_raw_protocol_010_PtGRANAD.Amendment
Only delegates with at least one roll take part in the amendment procedure. It works as follows:
val may_start_new_voting_period :
Alpha_context.context ->
Alpha_context.context
Tezos_protocol_environment_010_PtGRANAD.Error_monad.tzresult
Tezos_protocol_environment_010_PtGRANAD.Lwt.t
If at the end of a voting period, moves to the next one following the state machine of the amendment procedure.
val record_proposals :
Alpha_context.context ->
Alpha_context.public_key_hash ->
Tezos_protocol_environment_010_PtGRANAD.Protocol_hash.t list ->
Alpha_context.context
Tezos_protocol_environment_010_PtGRANAD.Error_monad.tzresult
Tezos_protocol_environment_010_PtGRANAD.Lwt.t
Records a list of proposals for a delegate.