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: EIP-7702 implementation #56

Open
wants to merge 31 commits into
base: feat/prague-hard-fork
Choose a base branch
from
Open

Conversation

mrLSD
Copy link
Member

@mrLSD mrLSD commented Aug 23, 2024

Description

EIP-7702: Set EOA account code is part of upcoming Prague hard fork.

➡️ Extended documentation
➡️ Code refactoring
➡️ Gas logic refactored
➡️ Access logic refactored
➡️ Authorization:

  • authorization_list
  • Validation for authority
  • Delegation Designation
  • Gas cost changes

Tests

➡️ Refactored evm-json-tests for EIP-7702
➡️ Adde CI task for ethereum/execution-spec-tests
➡️ Added test for EIP-7702 from latest release ethereum/execution-spec-tests

@mrLSD mrLSD self-assigned this Aug 23, 2024
@mrLSD mrLSD added documentation Improvements or additions to documentation enhancement New feature or request hard-fork EIP labels Aug 23, 2024
@mrLSD mrLSD marked this pull request as draft August 23, 2024 13:19
@mrLSD mrLSD added the HF-Prague Prague hard fork label Aug 26, 2024
@mrLSD mrLSD changed the base branch from master to feat/prague-hard-fork August 27, 2024 18:23
@mrLSD mrLSD marked this pull request as ready for review September 12, 2024 19:06
Copy link
Member

@aleksuss aleksuss left a comment

Choose a reason for hiding this comment

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

Overall looks good. Good job 👍🏻

evm-tests/ethjson/src/authentication_list.rs Outdated Show resolved Hide resolved
src/executor/stack/memory.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/src/state.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/src/state.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/src/state.rs Outdated Show resolved Hide resolved
gasometer/src/lib.rs Show resolved Hide resolved
evm-tests/jsontests/src/utils.rs Show resolved Hide resolved
src/executor/stack/executor.rs Outdated Show resolved Hide resolved
src/executor/stack/executor.rs Show resolved Hide resolved
src/executor/stack/executor.rs Outdated Show resolved Hide resolved
@mrLSD mrLSD requested a review from aleksuss October 7, 2024 18:52
src/executor/stack/executor.rs Outdated Show resolved Hide resolved
src/executor/stack/executor.rs Outdated Show resolved Hide resolved
src/executor/stack/executor.rs Outdated Show resolved Hide resolved
@mrLSD mrLSD requested a review from birchmd October 7, 2024 21:23
Copy link
Member

@birchmd birchmd left a comment

Choose a reason for hiding this comment

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

Nice work on this!

gasometer/src/lib.rs Outdated Show resolved Hide resolved
gasometer/src/lib.rs Outdated Show resolved Hide resolved
@mrLSD mrLSD mentioned this pull request Oct 19, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation EIP enhancement New feature or request hard-fork HF-Prague Prague hard fork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants