Crate zint

Source
Expand description

Zink testing framework.

Re-exports§

pub use hex;
pub use tracing as log;

Modules§

bytes 🔒
Utils for bytes conversion.
contract 🔒
Contract Instance
evm 🔒
Wrapper of revm
lookup 🔒
Binary lookup util

Structs§

Contract
Contract instance for testing.
EVM
Wrapper of full REVM
Info
Interp execution result info.

Enums§

HaltReason
Indicates that the EVM has experienced an exceptional halt. This causes execution to immediately end with all gas being consumed.
OutOfGasError

Traits§

Bytes32
Trait for converting type to bytes32.

Functions§

keccak256
Generate a keccak hash of the input (sha3)
setup_logger
Set up the logger.

Type Aliases§

U256
256-bit [unsigned integer type][Uint], consisting of 4, 64-bit limbs.