FuelLabs / fuel-vm

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

`WDCM` and `WQCM` implementation mismatch with the specification #791

Open xgreenx opened 4 days ago

xgreenx commented 4 days ago

Our specification says "Clears $of and $err." for WDCM and WQCM opcodes. But implementation doesn't do it.