package tezt-tezos

  1. Overview
  2. Docs

Module Tezt_tezos.ConstantSource

Sourceval tezos_client : string
Sourceval tezos_admin_client : string
Sourceval tezos_node : string
Sourceval tezos_proxy_server : string
Sourceval tezos_codec : string
Sourceval tezos_snoop : string
Sourceval tezos_protocol_compiler : string
Sourceval dal_node : string
Sourceval dac_node : string
Sourceval released_executables : string
Sourceval experimental_executables : string
Sourceval activator : Account.key

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

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

The default burn for an implicit account.

Sourceval max_op_ttl : int

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

Sourceval 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.

Sourceval sc_rollup_compressed_state : string

A valid base58 encoded compressed state hash.

Sourceval aggregate_tz4_account : Account.aggregate_key

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

Sourceval tz4_account : Account.key

The same as aggregate_tz4_account but for use on layer 1.

Sourceval wasm_echo_kernel_boot_sector : string

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

Sourcemodule Error_msg : sig ... end

Regular expressions that can be provided to Process.check_error to identify errors.