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

feat(CheatCode): loadPublic(who, slot) #1281

Closed
Tracked by #1259
LHerskind opened this issue Jul 31, 2023 · 0 comments · Fixed by #1353
Closed
Tracked by #1259

feat(CheatCode): loadPublic(who, slot) #1281

LHerskind opened this issue Jul 31, 2023 · 0 comments · Fixed by #1353
Assignees

Comments

@LHerskind
Copy link
Contributor

LHerskind commented Jul 31, 2023

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.

@github-project-automation github-project-automation bot moved this to Todo in A3 Jul 31, 2023
@LHerskind 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
LHerskind added a commit that referenced this issue Aug 3, 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.
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Aug 3, 2023
@Maddiaa0 Maddiaa0 removed this from A3 Oct 24, 2023
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 a pull request may close this issue.

3 participants