FuelLabs / fuel-vm

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

Test ALU opcodes using only the external interface #754

Closed Dentosal closed 2 weeks ago

Dentosal commented 3 weeks ago

Part of #746

Refactors ALU testing to only use instruction execution. Removes lots of code, tests lots of previously untested cases, and keeps the old code coverage numbers (master, this PR).

Before requesting review