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
feat(traces): show state changes in cast run and forge test on -vvvvv (foundry-rs#9013)
* Add options for state changes output and json output in cast run command
* fix test
* add back serde_json in Cargo.lock
* format using nightly
* rename parameter
* update revm-inspectors
* supress clippy warning and merge master
* add serde_json
* disable some stdout print when --json option is used
* remove unnecessary check
* replace with sh_println
* replace with shell::is_json
* Show storage for verbosity > 1, add test
* Change verbosity to > 4 for both cast and forge test, add test, fix ci
---------
Co-authored-by: grandizzy <[email protected]>
0 commit comments