FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
354 stars 86 forks source link

Blob tx and instructions #780

Closed Dentosal closed 2 months ago

Dentosal commented 3 months ago

Work towards https://github.com/FuelLabs/fuel-specs/issues/589. Spec PR: https://github.com/FuelLabs/fuel-specs/pull/592. Core PR https://github.com/FuelLabs/fuel-core/pull/1988.

Open for the first round of reviews, but:

Open questions include:

Checklist

Before requesting review

After merging, notify other teams

xgreenx commented 3 months ago

@Dentosal Could you apply fix from https://github.com/FuelLabs/fuel-vm/pull/789 to your change here as well, please?=)

Dentosal commented 2 months ago

@Dentosal Could you apply fix from #789 to your change here as well, please?=)

Merged master into this, should be applied now.