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

EIP-7692 "Mega" EOF Implementation #7169

Merged
merged 125 commits into from
Jun 12, 2024
Merged

EIP-7692 "Mega" EOF Implementation #7169

merged 125 commits into from
Jun 12, 2024

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Jun 4, 2024

PR description

This is a complete implementation of EIP-7692 EOF v.1

A video walkthrough of the diff is available here

One important change from the video is the introduction of a "PragueEOF" fork, which is Prague + EOF. When scheduling a fork via the genesis file or the evmtool's trace facility, you will use "PragueTime" to mean only scheduled prague EIPs, and "PragueEOFTime" for Prague + EOF. However, reference tests will continue to use PrageEOF as the fork basis, as many reference tests and EEST tests use Prague as the fork to test EOF features. This fork is temporary and as actual ACD scheduling changes will be updated.

Fixed Issue(s)

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
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 <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
* rjump to 0xE2
* rjump zero index
* move data to header kind 4
* move containers before data

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
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 <[email protected]>
Current Opcodes

Signed-off-by: Danno Ferrin <[email protected]>
Support running reference test EOFTests from the EVMTool CLI

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Add the "PragueEOF" fork which is prague+EOF. For genesis and evmtool
trace, the Prague fork is just prague. To use EOF for networks and CLI
traces use the 'PragueEOF' fork. For reverence tests the "Prague" fork
maps to "PrageEOF" because reference tests currently have EOF tests
wired into Prague.

Signed-off-by: Danno Ferrin <[email protected]>
Two changes:
(a) ensure PragueEOF is used for ref tests for EOF
(b) exclude an out of date test that expects TXCREATE to exist.

Signed-off-by: Danno Ferrin <[email protected]>
Don't give the option for shallow validation, it's always deep.

Signed-off-by: Danno Ferrin <[email protected]>
ReturnDataLoad and ReturnDataCopy had recent spec changes. Fix that.

Signed-off-by: Danno Ferrin <[email protected]>
Copy link
Contributor

@jflo jflo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggests naming changes and other nits. Will approve once PragueEOFGasCalculatorTest.java gets some tests in it ;)

Copy link
Contributor

@diega diega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks incredible well. Thank you so much for the video, that was extremely useful for reviewing this PR and also for filling the gap between Big EOF and Mega EOF

Signed-off-by: Danno Ferrin <[email protected]>
Getting EXTCALL and legacy call to work in the same code flow is too
complex. Re-wrote the gas calculation to be ext*call specific.

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
@shemnon shemnon requested review from jflo and diega June 11, 2024 05:48
Copy link
Contributor

@diega diega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢!

@shemnon shemnon enabled auto-merge (squash) June 12, 2024 20:51
@shemnon shemnon merged commit 85d286a into main Jun 12, 2024
40 checks passed
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 this pull request may close these issues.

3 participants