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

core/vm: implement EIP-3860: Limit and meter initcode (#23847) #318

Merged
merged 7 commits into from
May 18, 2023

Conversation

NazariiDenha
Copy link

@NazariiDenha NazariiDenha commented May 9, 2023

Implementation of https://eips.ethereum.org/EIPS/eip-3860, limit and meter initcode.

Implementation of https://eips.ethereum.org/EIPS/eip-3860, limit and meter initcode. This PR enables EIP-3860 as part of the Shanghai fork.

Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
@NazariiDenha NazariiDenha marked this pull request as draft May 9, 2023 14:59
core/state_processor_test.go Outdated Show resolved Hide resolved
core/vm/gas_table.go Show resolved Hide resolved
@NazariiDenha NazariiDenha marked this pull request as ready for review May 10, 2023 16:39
light/txpool.go Outdated Show resolved Hide resolved
params/protocol_params.go Outdated Show resolved Hide resolved
@Thegaram Thegaram requested a review from maxwolff May 15, 2023 07:15
@rrzhang139 rrzhang139 self-requested a review May 16, 2023 16:33
Copy link

@rrzhang139 rrzhang139 left a comment

Choose a reason for hiding this comment

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

Has IntrinsicGas been updated on this file as well?

params/protocol_params.go Outdated Show resolved Hide resolved
Copy link
Member

@colinlyguo colinlyguo left a comment

Choose a reason for hiding this comment

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

lgtm.

@NazariiDenha NazariiDenha merged commit c5da652 into develop May 18, 2023
@NazariiDenha NazariiDenha deleted the implement-eip-3860 branch May 18, 2023 10:11
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.

6 participants