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

Feat: add PRAGUE hard fork support #988

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

Conversation

mrLSD
Copy link
Member

@mrLSD mrLSD commented Jan 15, 2025

Description

➡️ Added EVM PRAGUE hard fork support. Based on SputnikVM release v0.47.0-aurora
➡️ Changed engine-tests that related to PRAGUE changes
➡️ Added new type transactions: EIP-7702

Related chagnes: #960, #982

Gas changes

⚠️ The gas cost was as expected increase. The main reason relates to the new complex logic of EIP-7702.

EVM gas changes for tests

⚠️ For test test_refund_remint_burned_erc20_tokens, EVM gas was increased. This is related to EIP-7623 changes, where if floor_gas is more than gas_limit, the user must pay for it.

@mrLSD mrLSD self-assigned this Jan 15, 2025
@mrLSD mrLSD added C-enhancement Category: New feature or request A-evm-compatibility Area: EVM compatibility changes or fixes. A-engine Area: purely engine EVM related labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-engine Area: purely engine EVM related A-evm-compatibility Area: EVM compatibility changes or fixes. C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant