-
Notifications
You must be signed in to change notification settings - Fork 877
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
Renumber EOF and Transient storage #5550
Conversation
As per a recent ACD, the opcode numbers for EOF and Transient Storage have been updated. Update the code and test cases for the new numbers. Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
|
VALID, // 0X5e - RJUMPV | ||
VALID, // 0X5c - TLOAD | ||
VALID, // 0X5d - TSTORE | ||
INVALID, // 0X5e |
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.
should this be VALID for MCOPY
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.
This PR was submitted before the MCOPY PR merged
Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
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.
LGTM
As per a recent EIP update the opcode numbers for Transient Storage have been updated. EOF opcodes were also updated. Update the code and test cases for the new numbers. Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
As per a recent EIP update the opcode numbers for Transient Storage have been updated. EOF opcodes were also updated. Update the code and test cases for the new numbers. Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
PR description
As per a recent ACD, the opcode numbers for EOF and Transient Storage have been updated. Update the code and test cases for the new numbers.
Updated list https://hackmd.io/@shemnon/CancunOpcodeAllocation
Fixed Issue(s)