package tezos-protocol-019-PtParisB

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_raw_protocol_019_PtParisB.Constants_storageSource

This module provides functions to extract the value of protocol parameters from the context. See Constant_repr.parametric for more details about these values.

Sourceval consensus_rights_delay : Raw_context.t -> int
Sourceval blocks_preservation_cycles : Raw_context.t -> int
Sourceval delegate_parameters_activation_delay : Raw_context.t -> int
Sourceval blocks_per_cycle : Raw_context.t -> int32
Sourceval blocks_per_commitment : Raw_context.t -> int32
Sourceval nonce_revelation_threshold : Raw_context.t -> int32
Sourceval cycles_per_voting_period : Raw_context.t -> int32
Sourceval hard_gas_limit_per_operation : Raw_context.t -> Gas_limit_repr.Arith.integral
Sourceval hard_gas_limit_per_block : Raw_context.t -> Gas_limit_repr.Arith.integral
Sourceval cost_per_byte : Raw_context.t -> Tez_repr.t
Sourceval hard_storage_limit_per_operation : Raw_context.t -> Tezos_protocol_environment_019_PtParisB.Z.t
Sourceval proof_of_work_threshold : Raw_context.t -> int64
Sourceval minimal_stake : Raw_context.t -> Tez_repr.t
Sourceval minimal_frozen_stake : Raw_context.t -> Tez_repr.t
Sourceval vdf_difficulty : Raw_context.t -> int64
Sourceval origination_size : Raw_context.t -> int
Sourceval quorum_min : Raw_context.t -> int32
Sourceval quorum_max : Raw_context.t -> int32
Sourceval min_proposal_quorum : Raw_context.t -> int32
Sourceval liquidity_baking_toggle_ema_threshold : Raw_context.t -> int32
Sourceval consensus_committee_size : Raw_context.t -> int
Sourceval consensus_threshold : Raw_context.t -> int
Sourceval minimal_participation_ratio : Raw_context.t -> Ratio_repr.t
Sourceval limit_of_delegation_over_baking : Raw_context.t -> int
Sourceval percentage_of_frozen_deposits_slashed_per_double_baking : Raw_context.t -> Percentage.t
Sourceval percentage_of_frozen_deposits_slashed_per_double_attestation : Raw_context.t -> Percentage.t
Sourceval minimal_block_delay : Raw_context.t -> Period_repr.t
Sourceval delay_increment_per_round : Raw_context.t -> Period_repr.t
Sourceval sc_rollup_arith_pvm_enable : Raw_context.t -> bool
Sourceval sc_rollup_origination_size : Raw_context.t -> int
Sourceval sc_rollup_challenge_window_in_blocks : Raw_context.t -> int
Sourceval sc_rollup_stake_amount : Raw_context.t -> Tez_repr.t
Sourceval sc_rollup_commitment_period_in_blocks : Raw_context.t -> int
Sourceval sc_rollup_max_lookahead_in_blocks : Raw_context.t -> int32
Sourceval sc_rollup_max_active_outbox_levels : Raw_context.t -> int32
Sourceval sc_rollup_max_outbox_messages_per_level : Raw_context.t -> int
Sourceval sc_rollup_number_of_sections_in_dissection : Raw_context.t -> int
Sourceval sc_rollup_max_number_of_parallel_games : Raw_context.t -> int
Sourceval sc_rollup_riscv_pvm_enable : Raw_context.t -> bool
Sourceval max_number_of_stored_cemented_commitments : Raw_context.t -> int
Sourceval sc_rollup_timeout_period_in_blocks : Raw_context.t -> int
Sourceval sc_rollup_private_enable : Raw_context.t -> bool
Sourceval dal_number_of_slots : Raw_context.t -> int
Sourceval dal_enable : Raw_context.t -> bool
Sourceval zk_rollup_enable : Raw_context.t -> bool
Sourceval zk_rollup_min_pending_to_process : Raw_context.t -> int
Sourceval zk_rollup_origination_size : Raw_context.t -> int
Sourceval zk_rollup_max_ticket_payload_size : Raw_context.t -> int
Sourceval adaptive_issuance_enable : Raw_context.t -> bool
Sourceval adaptive_issuance_global_limit_of_staking_over_baking : Raw_context.t -> int
Sourceval adaptive_issuance_edge_of_staking_over_delegation : Raw_context.t -> int
Sourceval adaptive_issuance_launch_ema_threshold : Raw_context.t -> int32
Sourceval adaptive_issuance_activation_vote_enable : Raw_context.t -> bool
Sourceval adaptive_issuance_autostaking_enable : Raw_context.t -> bool
Sourceval adaptive_issuance_force_activation : Raw_context.t -> bool
Sourceval adaptive_issuance_ns_enable : Raw_context.t -> bool
Sourceval direct_ticket_spending_enable : Raw_context.t -> bool

The following accessors are not actual parameters, but constants that derive from the protocol parameter.

Sourceval issuance_modification_delay : Raw_context.t -> int

Delay, in cycles, before the current state of the stake impacts the issuance rate.

Sourceval adaptive_issuance_activation_delay : Raw_context.t -> int

Delay, in cycles, before activation of AI after the voting EMA threshold is reached

Sourceval tolerated_inactivity_period : Raw_context.t -> int

Tolerated period of inactivity, in cycles, before a delegate is deactivated

Sourceval consensus_key_activation_delay : Raw_context.t -> int

Delay before the activation of a consensus key, in cycles

Number of cycles during which a misbehavior of a delegate will induce a slashing of the funds that are currently in its frozen deposit.

Sourceval slashable_deposits_period : Raw_context.t -> int