FuelLabs / fuel-vm

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

Charge for max length in LDC opcode #776

Closed xgreenx closed 3 months ago

xgreenx commented 3 months ago

If the contract is small but the length is huge, we will undercharge the user because we still need to allocate the stack.

Before requesting review