FuelLabs / fuel-vm

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

Use methods from `StorageRead` trait in the LDC and copy code opcodes #681

Open xgreenx opened 9 months ago

xgreenx commented 9 months ago

We need to remove storage_contract method and update all places to use StorageRead::read method instead.

image
acerone85 commented 2 months ago

Tentatively assigning myself