FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Process `Upgrade` transaction inside of the `Interpreter` #712

Closed xgreenx closed 7 months ago

xgreenx commented 7 months ago

The Interpreter supports the processing of the Upgrade transaction. The change affects InterpreterStorage, adding 5 new methods that must be implemented.