FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Test ALU opcodes using only the external interface #754

Closed Dentosal closed 5 months ago

Dentosal commented 5 months 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