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: `preimage-oracle` crate #4

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

In order for cannon-rs to run the op-program and other MIPS programs that reach out to the Preimage Oracle through the ABI, we'll need to define Rust bindings for the preimage service. This will effectively be a re-write of op-preimage