anton-rs / cannon-rs

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

feat: EVM Tests #3

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

As the native implementation of the Cannon emulator must be equivalent to the on-chain version, we'll need to add EVM tests. This will involve porting Cannon's evm_test.go and fuzz_evm_test.go tests into the cannon-mipsevm crate.

Advice