FuelLabs / fuel-vm

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

Take into account spent gas during synchronous predicates estimation #771

Closed xgreenx closed 5 months ago

xgreenx commented 5 months ago

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

The fuel-core already uses synchronous predicate estimation, so we don't need any other changes.

image

Before requesting review