Modules§
Structs§
- Some data to get copied for the tx. Would be nice maybe at some point to have a reference to the full blockchain mock in the tx context, but for now, copying some data is enough.
- A pointer type that uniquely owns a heap allocation of type
T. - A hash map implemented with quadratic probing and SIMD lookup.
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.
Functions§
- returns it as hex formatted number if it’s not valid utf8
- Runs the Andes executable, which reads parses and executes one or more testdenali tests.
- Runs testdenali test using the Rust infrastructure and the debug mode. Uses a contract map to replace the references to the wasm bytecode with the contracts running in debug mode.