package tezt-tezos

  1. Overview
  2. Docs
val tezos_client : string
val tezos_admin_client : string
val tezos_node : string
val tezos_proxy_server : string
val tezos_codec : string
val tezos_snoop : string
val tezos_protocol_compiler : string
val dal_node : string
val dac_node : string
val smart_rollup_node : string
val released_executables : string
val experimental_executables : string
val activator : Account.key

Key pair used to activate a protocol from genesis with --network sandbox. The public key is hard-coded in the node.

val bootstrap1 : Tezt_tezos__Account.key
val bootstrap2 : Tezt_tezos__Account.key
val bootstrap3 : Tezt_tezos__Account.key
val bootstrap4 : Tezt_tezos__Account.key
val bootstrap5 : Tezt_tezos__Account.key
val all_secret_keys : Account.key list
val implicit_account_burn : Tez.t

The default burn for an implicit account.

val max_op_ttl : int

The default time to live of an operation (in block)

val manager_operation_gas_cost : protocol:Protocol.t -> int

Constant gas cost required for every manager operation. Should match Michelson_v1_gas.Cost_of.manager_operation.

val sc_rollup_compressed_state : string

A valid base58 encoded compressed state hash.

val aggregate_tz4_account : Account.aggregate_key

A valid base58 encoded layer-2 account to be used to test transaction and smart contract rollups.

val tz4_account : Account.key

The same as aggregate_tz4_account but for use on layer 1.

val wasm_echo_kernel_boot_sector : string

The `echo` kernel that is listed in the “Smart Optimistic Rollups” section of the reference manual.

OCaml

Innovation. Community. Security.