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
LHerskind
changed the title
loadPublic(who, slot) - loads the value at a public storage slot (we have this in the node)
feat(CheatCode): loadPublic(who, slot)Jul 31, 2023
# Description
Fixes#1281.
Introduces an initial `CheatCodes` class that will contain the
non-intrusive cheatcodes, and can later be altered as a fork of the
node.
# Checklist:
- [ ] I have reviewed my diff in github, line by line.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to the issue(s) that it resolves.
- [ ] There are no unexpected formatting changes, superfluous debug
logs, or commented-out code.
- [ ] The branch has been merged or rebased against the head of its
merge target.
- [ ] I'm happy for the PR to be merged at the reviewer's next
convenience.
Allows the dev to load the value at a storage slot in public storage. Works similar to
load
in foundry.Already supported at the node, so just needs to be exposed in cheatcodes.
The text was updated successfully, but these errors were encountered: