Module Hooks.Make_state_hooks

Parameters

Signature

val generate_transition : previous_protocol_state:Protocol_state.Value.t -> blockchain_state:Blockchain_state.Value.t -> current_time:Unix_timestamp.t -> block_data:Data.Block_data.t -> supercharge_coinbase:bool -> snarked_ledger_hash:Mina_base.Frozen_ledger_hash.t -> genesis_ledger_hash:Mina_base.Frozen_ledger_hash.t -> supply_increase:Currency.Amount.Signed.t -> logger:Logger.t -> constraint_constants:Genesis_constants.Constraint_constants.t -> Protocol_state.Value.t * Data.Consensus_transition.Value.t

* Generate a new protocol state and consensus specific transition data * for a new transition. Called from the block producer in order to generate * a new transition to broadcast to the network. Returns `None` if a new * transition cannot be generated.

* Create a constrained, checked var for the next consensus state of * a given consensus state and snark transition.

module For_tests : sig ... end