packages feed

morley-client-0.3.2: test/data/constants.json

{
  "proof_of_work_nonce_size": 8,
  "nonce_length": 32,
  "max_anon_ops_per_block": 132,
  "max_operation_data_length": 32768,
  "max_proposals_per_delegate": 20,
  "max_micheline_node_count": 50000,
  "max_micheline_bytes_limit": 50000,
  "max_allowed_global_constants_depth": 10000,
  "cache_layout_size": 3,
  "michelson_maximum_type_size": 2001,
  "smart_rollup_max_wrapped_proof_binary_size": 30000,
  "smart_rollup_message_size_limit": 4096,
  "smart_rollup_max_number_of_messages_per_level": "1000000",
  "preserved_cycles": 3,
  "blocks_per_cycle": 8192,
  "blocks_per_commitment": 64,
  "nonce_revelation_threshold": 512,
  "blocks_per_stake_snapshot": 512,
  "cycles_per_voting_period": 1,
  "hard_gas_limit_per_operation": "1040000",
  "hard_gas_limit_per_block": "2600000",
  "proof_of_work_threshold": "-1",
  "minimal_stake": "6000000000",
  "vdf_difficulty": "10000000000",
  "seed_nonce_revelation_tip": "125000",
  "origination_size": 257,
  "baking_reward_fixed_portion": "2666666",
  "baking_reward_bonus_per_slot": "1143",
  "endorsing_reward_per_slot": "761",
  "cost_per_byte": "250",
  "hard_storage_limit_per_operation": "60000",
  "quorum_min": 2000,
  "quorum_max": 7000,
  "min_proposal_quorum": 500,
  "liquidity_baking_subsidy": "666666",
  "liquidity_baking_toggle_ema_threshold": 1000000000,
  "max_operations_time_to_live": 240,
  "minimal_block_delay": "8",
  "delay_increment_per_round": "3",
  "consensus_committee_size": 7000,
  "consensus_threshold": 4667,
  "minimal_participation_ratio": {
    "numerator": 2,
    "denominator": 3
  },
  "max_slashing_period": 2,
  "frozen_deposits_percentage": 10,
  "double_baking_punishment": "640000000",
  "ratio_of_frozen_deposits_slashed_per_double_endorsement": {
    "numerator": 1,
    "denominator": 2
  },
  "testnet_dictator": "tz1Xf8zdT3DbAX9cHw3c3CXh79rc4nK4gCe8",
  "cache_script_size": 100000000,
  "cache_stake_distribution_cycles": 8,
  "cache_sampler_state_cycles": 8,
  "tx_rollup_enable": false,
  "tx_rollup_origination_size": 4000,
  "tx_rollup_hard_size_limit_per_inbox": 500000,
  "tx_rollup_hard_size_limit_per_message": 5000,
  "tx_rollup_max_withdrawals_per_batch": 15,
  "tx_rollup_commitment_bond": "10000000000",
  "tx_rollup_finality_period": 40000,
  "tx_rollup_withdraw_period": 40000,
  "tx_rollup_max_inboxes_count": 40100,
  "tx_rollup_max_messages_per_inbox": 1010,
  "tx_rollup_max_commitments_count": 80100,
  "tx_rollup_cost_per_byte_ema_factor": 120,
  "tx_rollup_max_ticket_payload_size": 2048,
  "tx_rollup_rejection_max_proof_size": 30000,
  "tx_rollup_sunset_level": 10000000,
  "dal_parametric": {
    "feature_enable": false,
    "number_of_slots": 256,
    "attestation_lag": 1,
    "attestation_threshold": 50,
    "blocks_per_epoch": 32,
    "redundancy_factor": 16,
    "page_size": 4096,
    "slot_size": 1048576,
    "number_of_shards": 2048
  },
  "smart_rollup_enable": true,
  "smart_rollup_arith_pvm_enable": false,
  "smart_rollup_origination_size": 6314,
  "smart_rollup_challenge_window_in_blocks": 40,
  "smart_rollup_stake_amount": "10000000000",
  "smart_rollup_commitment_period_in_blocks": 20,
  "smart_rollup_max_lookahead_in_blocks": 30000,
  "smart_rollup_max_active_outbox_levels": 20160,
  "smart_rollup_max_outbox_messages_per_level": 100,
  "smart_rollup_number_of_sections_in_dissection": 32,
  "smart_rollup_timeout_period_in_blocks": 500,
  "smart_rollup_max_number_of_cemented_commitments": 5,
  "smart_rollup_max_number_of_parallel_games": 32,
  "zk_rollup_enable": false,
  "zk_rollup_origination_size": 4000,
  "zk_rollup_min_pending_to_process": 10
}