-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(traces
): show state changes in cast run
and forge test
on -vvvvv
#9013
Merged
mattsse
merged 29 commits into
foundry-rs:master
from
cassc:add-options-to-output-storage-change-and-json-output-for-cast-run
Nov 27, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9bf8320
Add options for state changes output and json output in cast run command
cassc dceddb0
Merge remote-tracking branch 'foundry-rs/master' into add-options-to-…
cassc 5546575
fix test
cassc 28ef6a9
add back serde_json in Cargo.lock
cassc 99a6914
format using nightly
cassc c6ca2b6
rename parameter
cassc 68f5887
update revm-inspectors
cassc 7bad232
Merge remote-tracking branch 'foundry-rs/master' into add-options-to-…
cassc 4b6af4f
Merge remote-tracking branch 'foundry-rs/master' into add-options-to-…
cassc 16da772
Merge remote-tracking branch 'foundry-rs/master' into add-options-to-…
cassc 8b7807c
supress clippy warning and merge master
cassc 5d66616
Merge remote-tracking branch 'foundry-rs/master' into add-options-to-…
cassc a0143fe
add serde_json
cassc e041926
disable some stdout print when --json option is used
cassc b52f8c8
remove unnecessary check
cassc 73b0323
replace with sh_println
cassc 4511b2a
Merge branch 'master' into add-options-to-output-storage-change-and-j…
cassc e9b1e3e
Merge remote-tracking branch 'foundry-rs/master' into add-options-to-…
cassc 5420f26
Merge remote-tracking branch 'refs/remotes/origin/add-options-to-outp…
cassc d45b1b8
Merge branch 'master' into add-options-to-output-storage-change-and-j…
cassc 0f983d9
Merge remote-tracking branch 'foundry-rs/master' into add-options-to-…
cassc 9aa2894
Merge remote-tracking branch 'origin/add-options-to-output-storage-ch…
cassc cb48139
Merge branch 'master' into add-options-to-output-storage-change-and-j…
cassc f45e4cc
replace with shell::is_json
cassc af9ee80
Merge branch 'master' into add-options-to-output-storage-change-and-j…
cassc 0e11203
merge master
cassc 44fbe73
Merge branch 'master' into cast-storage-re
grandizzy ca94656
Show storage for verbosity > 1, add test
grandizzy 85f9571
Change verbosity to > 4 for both cast and forge test, add test, fix ci
grandizzy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one suggestion for separate improvement @zerosnacks
let's introduce some enum for these numbers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a ticket for it here: #9426