FuelLabs / fuel-vm

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

Process `Upload` transaction inside the `Interpreter` #715

Closed xgreenx closed 7 months ago

xgreenx commented 7 months ago

Part of the https://github.com/FuelLabs/fuel-core/issues/1754

The Interpreter supports the processing of the Upload transaction. The change affects InterpreterStorage, adding StorageMutate<UploadedBytes> constrain.

Checklist

Before requesting review