FuelLabs / fuel-vm

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

Use max fee policy to charge user #685

Closed MitchTurner closed 8 months ago

MitchTurner commented 9 months ago

Closes https://github.com/FuelLabs/fuel-vm/issues/665

MitchTurner commented 8 months ago

@xgreenx did we also want some check somewhere that the gas_price on the FullyCheckedTx is correct? Or will that be on the fuel-core side?

xgreenx commented 8 months ago

I think Interpreter should verify that gas_price is the same.