-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
core: implement EIP-7623 increase calldata cost #30946
base: master
Are you sure you want to change the base?
Conversation
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
I was a bit stumped by the changes to the test cases in internal/ethapi/testdata
, but I figured out that these tests use the MergedTestChainConfig
which already enables Prague, so the gas costs do not match anymore after this, which is expected.
Refer to ethereum/go-ethereum#30946. That PR is ongoing so we may need further updates.
f4575ba
to
75b4157
Compare
Co-authored-by: Marius van der Wijden <[email protected]> Co-authored-by: Sina Mahmoodi <[email protected]>
75b4157
to
49d2543
Compare
I rebased this into a single commit. |
This PR builds on #29040 and updates it to the new version of the spec. I filled the EEST tests and they pass.
Link to spec: https://eips.ethereum.org/EIPS/eip-7623