FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
344 stars 77 forks source link

Take into account spent gas during synchronous predicates estimation #771

Closed xgreenx closed 3 weeks ago

xgreenx commented 3 weeks 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