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

Implement EIP-7873 and EIP-5920 #1180

Open
wants to merge 2 commits into
base: eips/osaka/eip-7692
Choose a base branch
from

Conversation

gurukamath
Copy link
Collaborator

@gurukamath gurukamath commented Apr 4, 2025

(closes #1173 )
(closes #1181 )

What was wrong?

The EOF implementation lacks the EIP-7673 (TX Create) and EIP-5920 (PAY Opcode)

Related to Issue #1173
Related to Issue #1181

How was it fixed?

Implement the relevant EIPs.

@gurukamath gurukamath force-pushed the eips/osaka/eip-7873 branch from 4411f3c to 99e3a93 Compare April 8, 2025 10:14
@gurukamath gurukamath requested a review from SamWilsn April 8, 2025 10:15
@gurukamath gurukamath marked this pull request as ready for review April 8, 2025 10:16
@gurukamath gurukamath requested a review from Carsons-Eels April 8, 2025 13:52
Copy link
Collaborator

@Carsons-Eels Carsons-Eels left a comment

Choose a reason for hiding this comment

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

Will review 7873 tomorrow after I familiarize myself with the EIP and better understand it.

)
push(evm.stack, U256(1))
except AssertionError:
# TODO: This behavior has not been
Copy link
Collaborator

Choose a reason for hiding this comment

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

@SamWilsn had mentioned that we want to avoid TODOs directly in our code. I think the comment is good and explanitory, but should we spin the TODO bit off into an issue and track it that way?

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.

2 participants