Integration_test_lib.Test_config
module Container_images : sig ... end
module Wallet : sig ... end
type constants = {
constraints : Genesis_constants.Constraint_constants.t; |
genesis : Genesis_constants.t; |
}
val constants_to_yojson : constants -> Yojson.Safe.t
val _ : constants -> Yojson.Safe.t
type t = {
requires_graphql : bool; |
k : int; |
delta : int; |
slots_per_epoch : int; |
slots_per_sub_window : int; |
txpool_max_size : int; |
block_producers : Wallet.t list; |
extra_genesis_accounts : Wallet.t list; |
num_snark_workers : int; |
num_archive_nodes : int; |
log_precomputed_blocks : bool; |
snark_worker_fee : string; |
snark_worker_public_key : string; |
proof_config : Runtime_config.Proof_keys.t; |
}
val proof_config_default : Runtime_config.Proof_keys.t
val default : t