Closed clarus closed 2 months ago
Write a simulation for the call function in https://github.com/move-language/move-sui/blob/main/crates/move-bytecode-verifier/src/type_safety.rs
call
Done in #590 .This function looks like a mere helper function along with others to check the instructions are well-typed.
Write a simulation for the
call
function in https://github.com/move-language/move-sui/blob/main/crates/move-bytecode-verifier/src/type_safety.rs