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

🚧 Start preimage oracle #1

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

Does away with the idea of a shared buffer and uses an mpsc channel to communicate between the preimage server and client.