Skip to content
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

vm: add loadAllocs(string) cheatcode #474

Merged
merged 2 commits into from
Nov 7, 2023
Merged

Conversation

tynes
Copy link
Contributor

@tynes tynes commented Nov 7, 2023

Adds the loadAllocs(string) cheatcode to be usable as part of the
Vm interface. This was added to foundry in foundry-rs/foundry#6207.
The cheatcode can be used to read a JSON file from disk that sets EVM
state directly.

tynes and others added 2 commits November 7, 2023 15:14
Adds the `loadAllocs(string)` cheatcode to be usable as part of the
`Vm` interface. This was added to foundry in foundry-rs/foundry#6207.
The cheatcode can be used to read a JSON file from disk that sets EVM
state directly.
Copy link
Collaborator

@mds1 mds1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mds1 mds1 merged commit 37a37ab into foundry-rs:master Nov 7, 2023
3 checks passed
@tynes tynes deleted the feat/load-allocs branch November 7, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants