References
As shown in this diagram, the Telos EVM node is composed of a minimun of five
diferent services, tevmc
is a python package that handles:
- Configuration creation from template
- Building
docker
images from this templates
- Building
- Bootstraping and managment of nodes
- Automated test framework
API Overview
Modules
config
config.default.local
config.default.mainnet
config.default.testnet
testing
testing.database
utils
tevmc
Classes
database.ESDuplicatesFound
database.ESGapFound
database.ElasticDataIntegrityError
database.ElasticDriver
database.InternalEvmTransaction
database.StorageEosioAction
database.StorageEosioDelta
database.StorageEvmTransaction
tevmc.TEVMCException
tevmc.TEVMController
Functions
config.add_virtual_networking
config.build_docker_manifest
config.check_docker_manifest
config.get_config
config.load_config
config.randomize_conf_creds
config.randomize_conf_ports
testing.bootstrap_test_stack
testing.get_marker
testing.maybe_get_marker
testing.open_web3
testing.open_websocket_web3
testing.tevm_node
database.format_block_numbers
database.get_suffix
database.index_to_suffix_num
utils.add_0x_prefix
utils.decode_hex
utils.docker_stream_logs
: Streams logs from a running Docker container.utils.encode_hex
utils.from_wei
: Takes a number of wei and converts it to any other ether unit.utils.is_0x_prefixed
utils.is_boolean
utils.is_bytes
utils.is_dict
utils.is_hex
utils.is_hexstr
utils.is_integer
utils.is_list
utils.is_list_like
utils.is_null
utils.is_number
utils.is_string
utils.is_text
utils.is_tuple
utils.remove_0x_prefix
utils.to_int
: Converts value to its integer representation.utils.to_wei
: Takes a number of a unit and converts it to wei.