package tezt-tezos

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezt_tezos.ConstantSource

Sourceval octez_client : string
Sourceval octez_admin_client : string
Sourceval octez_node : string
Sourceval octez_proxy_server : Tezt_wrapper.Uses.t
Sourceval octez_codec : Tezt_wrapper.Uses.t
Sourceval octez_snoop : Tezt_wrapper.Uses.t
Sourceval octez_protocol_compiler : Tezt_wrapper.Uses.t
Sourceval octez_dal_node : Tezt_wrapper.Uses.t
Sourceval octez_dac_node : Tezt_wrapper.Uses.t
Sourceval octez_dac_client : Tezt_wrapper.Uses.t
Sourceval octez_smart_rollup_node : Tezt_wrapper.Uses.t
Sourceval octez_evm_node : Tezt_wrapper.Uses.t
Sourceval octez_signer : Tezt_wrapper.Uses.t
Sourceval octez_injector_server : Tezt_wrapper.Uses.t
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:'a -> 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.

OCaml

Innovation. Community. Security.