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

update create2 factory bytecode to feature shanghai upgrade improvements #1235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thecodingshrimp
Copy link

What ❔

Update CREATE2_FACTORY_BYTECODE to feature improvements in bytecode efficiency up to shanghai upgrade

Why ❔

Less bytecode means less storage which is the most expensive resource on-chain. Additionally, at least the deployment of the new bytecode utilizes the new opcode PUSH0 to save even more gas.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • [] Tests for the changes have been added / updated. (not relevant)
  • [] Documentation comments have been added / updated. (not relevant)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant