You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be refactored into a pretty-printer struct generic over a Write writer and an optional TraceDecoder trait used to decode the traces before printing them.
Trace decoding should be kept outside of this crate by adding optional "decoded" fields for call data and return data.
The text was updated successfully, but these errors were encountered:
The main code lives here: https://github.com/foundry-rs/foundry/blob/4c73702d605287c39cb73a6d9a6879c5c3ead0dc/crates/evm/traces/src/lib.rs#L70
This should be refactored into a pretty-printer struct generic over a
Write
writerand an optional.TraceDecoder
trait used to decode the traces before printing themTrace decoding should be kept outside of this crate by adding optional "decoded" fields for call data and return data.
The text was updated successfully, but these errors were encountered: