Closed sorpaas closed 12 months ago
This refactor moves the GAS opcode to use machine state, instead of machine handle, and add a new GasedMachine struct to hold Machine, Gasometer and the is_static flag together.
GAS
GasedMachine
Machine
Gasometer
is_static
This refactor moves the
GAS
opcode to use machine state, instead of machine handle, and add a newGasedMachine
struct to holdMachine
,Gasometer
and theis_static
flag together.