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

feat: Tracing #12

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

Add tracing for debug, warning, and info logs in the mipsevm and preimage-oracle crates behind the tracing feature flag.

refcell commented 1 year ago

I can take this one on :)