anton-rs / cannon-rs

An alternative implementation of the OP Stack's Cannon, a MIPS emulator for the EVM.
MIT License
59 stars 6 forks source link

✨ EVM Diff tests #14

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

Adds the first round of differential tests for the Rust implementation of the MIPS VM and the Solidity implementation and cleans up the test utilities project structure.

TODO