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

Allow EVM dispatcher to use different GasCostKind for each fork #1723

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

jangko
Copy link
Contributor

@jangko jangko commented Aug 30, 2023

Why?
Some opcodes such as labeled EIP-2929 changed their behavior from fixed gas cost to dynamic gas cost.

This changes together with #1715 and #1717 will make the new EVM tracer to produce trace result identical to geth.

Fix #1721

Why?
Some opcodes such as labeled EIP-2929 changed their behavior from fixed
gas cost to dynamic gas cost.

This changes together with #1715 and #1717 will make the new EVM tracer
to produce trace result identical to geth.
@jangko jangko merged commit 0b0d478 into master Aug 30, 2023
@jangko jangko deleted the fix-evm-dispatcher branch August 30, 2023 16:29
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.

Assertion failure, evmstate with json output
1 participant