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: ELF Tests #16

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

The ELF file patcher was added today, we're now unblocked on porting over the ELF tests. These tests run the binaries in the example directory through the emulator and assert correctness.