foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.29k stars 1.75k forks source link

flag to disable abi decoding in traces in tests and scripts #8834

Open meetmangukiya opened 2 months ago

meetmangukiya commented 2 months ago

Component

Forge

Describe the feature you would like

Currently, when the trace is printed it tries to label addresses from state variables, tries to decode the function args and return values. But sometimes it may be helpful to see the exact address, raw bytes of the call and the return bytes.

Additional context

No response

DaniPopes commented 1 month ago

We would benefit from having a [trace] section in the config for fine-tuning these kind of things