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.
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(avm): storage #4673
feat(avm): storage #4673
Changes from 42 commits
d630b44
518ec41
636c316
f92dcdd
c7986a3
ab832ff
5c5156f
aecdd3a
1002bb9
ec6ce1d
38181cd
9eeb153
ea0d0c6
9d4fe7e
e9db646
7af5de5
621f593
f2fe7fc
e92208f
1d26069
c4e0c5e
543e093
800a774
1bd7952
2522293
94466de
fdda301
d16dd58
eded899
025dc2a
d633b8b
3a327dd
a932153
7525ee8
4997ce4
1ad0307
d534d2d
85d7ce8
1bde64b
ccd689f
4916061
b90675d
84670d6
332f333
957d0bd
d0386d4
51f8570
3499714
78de9b7
6cdd047
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Consider having checkIsValidMemoryOffsetTag() or something like that, which we can then just use everywhere we need to check for mem.
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.
in replace of this or in addition?