forked from foundry-rs/foundry
-
Notifications
You must be signed in to change notification settings - Fork 6
anvil: state injector #296
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
Merged
Merged
Changes from 53 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
eed1aa5
working state injector prototype
alindima 2da8975
remove superfluous code
alindima 40d640a
second approach
alindima d4f7729
final approach
alindima cdfb8c5
remove accidental flamegraph
alindima f8e3b83
remove accidental file
alindima 753e156
remove commented code
alindima 559a923
more work
alindima 9c0436c
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima 7f74f3d
WIP
alindima b6e143b
WIP 2
alindima ae11483
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima d22a198
some cleanups
alindima 82bd1e0
all methods implemented
alindima 997548e
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima af650e5
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima 5904eed
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima 64ba863
revive rpc prototype
alindima 2966780
WIP
alindima 2edda24
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima af7a6bb
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima 80560ab
some fixes
alindima 3bbab5f
remove outdated file
alindima b0da9f0
random fixups
alindima 585aca5
fix infinite loop
alindima fc98d82
fix: use opaque block
alindima a866dcc
cosmetics
alindima 25f4a8e
avoid using thread::sleep
alindima 093e012
fix balance injection
alindima 36ad631
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima 1aea87e
review feedback
alindima 14288a3
some more set_nonce testing
alindima 886f41a
add setBalance test
alindima 9d97f18
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima fb243da
clippy
alindima 3b615ac
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima d4fc234
fix merge damage
alindima 6cf6d61
allow unused set timestamp for the time being
alindima 4d69f06
don't enable tracing in tests by default
alindima be246cf
fix some more merge damage
alindima 7070f6d
clippy
alindima 06462cb
fix typos
alindima 65c436e
fmt
alindima f6e59ce
silence some mining tests
alindima 1f48d20
WIP
alindima 6d7a3bd
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima 99a2c99
add another test
alindima bdcec6d
clippy
alindima 393c111
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima f65218b
fix setCode for new account and add more tests
alindima 7b034f7
fix setStorageAt
alindima a3e485d
add setStorageAt test
alindima a957cd0
clippy
alindima 070cecf
feedback
alindima f314bc7
Merge remote-tracking branch 'origin/master' into alindima/state-inje…
alindima cf88467
fix merge damage
alindima 5cbdffa
some more feedback
alindima 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 hidden or 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 hidden or 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.
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.
nit: I would not specify the internal types in the error message.