Module Mina_compile_config

This file consists of compile-time constants that are not in Genesis_constants. This file includes all of the constants defined at compile-time for both tests and production.

val curve_size : int
val genesis_ledger : string
val default_transaction_fee_string : string
val default_snark_worker_fee_string : string
val minimum_user_command_fee_string : string
val compaction_interval : int
val compaction_interval_ms : int option
val minimum_user_command_fee : Currency.Fee.Stable.Latest.t
val default_transaction_fee : Currency.Fee.Stable.Latest.t
val default_snark_worker_fee : Currency.Fee.Stable.Latest.t
val block_window_duration_ms : int
val vrf_poll_interval_ms : int
val rpc_handshake_timeout_sec : float
val rpc_heartbeat_timeout_sec : float
val rpc_heartbeat_send_every_sec : float
val generate_genesis_proof : bool

limits on Zkapp_command.t size 10.26*np + 10.08*n2 + 9.14*n1 < 69.45 where np: number of single proof updates n2: number of pairs of signed/no-auth update n1: number of single signed/no-auth update and their coefficients representing the cost The formula was generated based on benchmarking data conducted on bare metal i9 processor with room to include lower spec. 69.45 was the total time for a combination of updates that was considered acceptable. The method used to estimate the cost was linear least squares.

val zkapp_proof_update_cost : float
val zkapp_signed_pair_update_cost : float
val zkapp_signed_single_update_cost : float
val zkapp_transaction_cost_limit : float
val max_event_elements : int
val max_sequence_event_elements : int