Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/draft gather infos aurelien (#327)
* Update proto files * Add fetch from runtime * Add abi trace parameter type + add execution trace for all ABI functions * Fix fetching execution traces after wasm execution * Cargo clippy pass * Add execution traces for some wasmv1 abi calls (transfer coins, call, local call, local execution) * Add serde json ser for AbiTraceType * Now use Vec<AbiTraceValue> in AbiTrace * Remove some comments * update proto files * wasmv1 send message arg fix * assembly_script_function_exists && assembly_script_send_message param fixes * Add AbiTrace.flatten_filter func * Fix transfer coins param as u64 (was i64) * Add from address * Update proto --------- Co-authored-by: sydhds <[email protected]>
- Loading branch information