FuelLabs / fuel-vm

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

use the correct gas units for wdop and wqop #765

Closed Voxelot closed 3 months ago

Voxelot commented 3 months ago

closes https://github.com/FuelLabs/fuel-vm/issues/759

WDOP and WQOP used the incorrect gas units. WDOP will increase from 2 to 3, while WQCP will stay at 3.

This may affect the Rust SDK which sometimes run the VM locally for predicate estimation.

Testnet gas schedule for reference: https://github.com/FuelLabs/chain-configuration/blob/master/ignition/chain_config.json

Checklist

Before requesting review

After merging, notify other teams

[Add or remove entries as needed]