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

Add Pectra Update Opcodes to the EVM Opcode List #15203

Open
Antrikshgwal opened this issue Mar 28, 2025 · 0 comments
Open

Add Pectra Update Opcodes to the EVM Opcode List #15203

Antrikshgwal opened this issue Mar 28, 2025 · 0 comments
Labels
needs triage 📥 This issue needs triaged before being worked on

Comments

@Antrikshgwal
Copy link

I noticed the opcode list hasn’t been updated to include the new opcodes introduced in the Pectra upgrade.

New Opcodes to be Added:

  • RJUMP (0x60) – Unconditional relative jump (EIP-4200)
  • RJUMPI (0x61) – Conditional relative jump (EIP-4200)
  • RJUMPV (0x62) – Relative computed jump (EIP-4200)
  • PAY (0x5F) – Standardized value transfer within the EVM (EIP-5920)

References:

I would happily add them by myself, if I could get assigned.

@github-actions github-actions bot added the needs triage 📥 This issue needs triaged before being worked on label Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage 📥 This issue needs triaged before being worked on
Projects
None yet
Development

No branches or pull requests

1 participant