essential_vm

Module sync

Source
Expand description

Items related to stepping forward VM execution by synchronous operations.

Functionsยง

  • Evaluate the operations of a single synchronous program and return its boolean result.
  • Evaluate a slice of synchronous operations and return their boolean result.
  • Execute the given synchronous operations and return the resulting stack.
  • Execute a slice of synchronous operations and return the resulting stack.
  • Step forward execution by the given synchronous operation.
  • Step forward execution by the given access operation.
  • Step forward execution by the given ALU operation.
  • Step forward execution by the given crypto operation.
  • Step forward execution by the given memory operation.
  • Step forward execution by the given predicate operation.
  • Step forward execution by the given stack operation.
  • Step forward the VM by a single synchronous operation.
  • Step forward execution by the given total control flow operation.