Skip to content

BEP-441: Implement EIP-7702: Set EOA account code#2807

Merged
zzzckck merged 2 commits intodevelopfrom
merge_7702
Dec 17, 2024
Merged

BEP-441: Implement EIP-7702: Set EOA account code#2807
zzzckck merged 2 commits intodevelopfrom
merge_7702

Conversation

@buddh0
Copy link
Copy Markdown
Contributor

@buddh0 buddh0 commented Dec 17, 2024

Description

BEP-441: Implement EIP-7702: Set EOA account code

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

lightclient and others added 2 commits December 16, 2024 11:29
This PR implements EIP-7702: "Set EOA account code". 
Specification: https://eips.ethereum.org/EIPS/eip-7702

> Add a new transaction type that adds a list of `[chain_id, address,
nonce, y_parity, r, s]` authorization tuples. For each tuple, write a
delegation designator `(0xef0100 ++ address)` to the signing account’s
code. All code reading operations must load the code pointed to by the
designator.

---------

Co-authored-by: Mario Vega <marioevz@gmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Felix Lange <fjl@twurst.com>
@buddh0 buddh0 marked this pull request as ready for review December 17, 2024 03:54
@zzzckck zzzckck merged commit 66466b0 into develop Dec 17, 2024
@zzzckck zzzckck deleted the merge_7702 branch May 14, 2025 06:23
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.

4 participants