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
Hide/modify certain calls in the traces, for example file/json reading/writing large files can quickly clutter logs. Perhaps a flag that takes an array of VM function names/signatures and replaces them with some other value
I think we should support these various options in two ways:
A new [trace] section in the config file (more useful for forge)
CLI flags (more useful for cast)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Forge, Cast
Describe the feature you would like
forge test
,forge script
, andcast run
all produce traces. Depending on your use case, there are various display modes that may be the most helpful:tracing
): add flag to hide address when label is available #3381)0x123...def
vs full addresses (this has come up in an issue before, can't find it now though)cheatcodes
): ability to capture and store state diffs #2846)I think we should support these various options in two ways:
[trace]
section in the config file (more useful for forge)Additional context
No response
The text was updated successfully, but these errors were encountered: