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(preimage): Traces #13

Closed refcell closed 1 year ago

refcell commented 1 year ago

Description

Introduces tracing convenience macros to the preimage crate under the tracing feature flag.

Fixes #12