package tezos-protocol-016-PtMumbai

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-protocol-016-PtMumbai.raw/Tezos_raw_protocol_016_PtMumbai/Constants_storage/index.html

Module Tezos_raw_protocol_016_PtMumbai.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 preserved_cycles : 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 blocks_per_stake_snapshot : 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_016_PtMumbai.Z.t
Sourceval proof_of_work_threshold : Raw_context.t -> int64
Sourceval minimal_stake : Raw_context.t -> Tez_repr.t
Sourceval vdf_difficulty : Raw_context.t -> int64
Sourceval seed_nonce_revelation_tip : Raw_context.t -> Tez_repr.t
Sourceval origination_size : Raw_context.t -> int
Sourceval baking_reward_fixed_portion : Raw_context.t -> Tez_repr.t
Sourceval baking_reward_bonus_per_slot : Raw_context.t -> Tez_repr.t
Sourceval endorsing_reward_per_slot : Raw_context.t -> Tez_repr.t
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_subsidy : Raw_context.t -> Tez_repr.t
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 max_slashing_period : Raw_context.t -> int
Sourceval frozen_deposits_percentage : Raw_context.t -> int
Sourceval double_baking_punishment : Raw_context.t -> Tez_repr.t
Sourceval tx_rollup_enable : Raw_context.t -> bool
Sourceval tx_rollup_origination_size : Raw_context.t -> int
Sourceval tx_rollup_hard_size_limit_per_inbox : Raw_context.t -> int
Sourceval tx_rollup_hard_size_limit_per_message : Raw_context.t -> int
Sourceval tx_rollup_max_withdrawals_per_batch : Raw_context.t -> int
Sourceval tx_rollup_commitment_bond : Raw_context.t -> Tez_repr.t
Sourceval tx_rollup_finality_period : Raw_context.t -> int
Sourceval tx_rollup_withdraw_period : Raw_context.t -> int
Sourceval tx_rollup_max_inboxes_count : Raw_context.t -> int
Sourceval tx_rollup_max_messages_per_inbox : Raw_context.t -> int
Sourceval tx_rollup_max_commitments_count : Raw_context.t -> int
Sourceval tx_rollup_cost_per_byte_ema_factor : Raw_context.t -> int
Sourceval tx_rollup_max_ticket_payload_size : Raw_context.t -> int
Sourceval tx_rollup_rejection_max_proof_size : Raw_context.t -> int
Sourceval tx_rollup_sunset_level : Raw_context.t -> int32
Sourceval ratio_of_frozen_deposits_slashed_per_double_endorsement : Raw_context.t -> Ratio_repr.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_enable : Raw_context.t -> bool
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 max_number_of_stored_cemented_commitments : Raw_context.t -> int
Sourceval sc_rollup_timeout_period_in_blocks : Raw_context.t -> int
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
OCaml

Innovation. Community. Security.