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

add EIP-7702 transactions and receipts #575

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Redidacove
Copy link

Motivation
This is for closing #561

As mentioned I have added same eip 1559 + auth list referenced to reciept schema where added authlist definition

src/schemas/receipt.yaml Outdated Show resolved Hide resolved
src/schemas/receipt.yaml Outdated Show resolved Hide resolved
src/schemas/transaction.yaml Show resolved Hide resolved
@lightclient
Copy link
Member

Please also add the 7702 tx to TransactionSigned

@PelleKrab
Copy link
Contributor

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7702.md

The issue originally said 1559 + auth list, but EIP spec now says 4844 instead.

"of the outer transaction follow the same semantics as EIP-4844."

@Redidacove Redidacove requested a review from PelleKrab September 5, 2024 07:19
@Redidacove
Copy link
Author

@lightclient can you review this plz hope I fixed your concern

src/schemas/transaction.yaml Outdated Show resolved Hide resolved
src/schemas/transaction.yaml Outdated Show resolved Hide resolved
src/schemas/transaction.yaml Outdated Show resolved Hide resolved
@Redidacove
Copy link
Author

I think i messed up the branch with a bad rebase

@Redidacove
Copy link
Author

Plz move the conversation to #592

@Redidacove Redidacove closed this Sep 30, 2024
@lightclient lightclient reopened this Sep 30, 2024
@lightclient
Copy link
Member

Please fix the branch here instead of opening a separate PR. It's important to keep the conversation around the change in the same thread.

@Redidacove
Copy link
Author

Redidacove commented Sep 30, 2024

@lightclient resolved the issue thnks for the feedback and srry for skipping the issue and opening the new one

Copy link

@emlautarom1 emlautarom1 left a comment

Choose a reason for hiding this comment

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

At Nethermind we just merged support for 7702 (NethermindEth/nethermind#7459) and we're currently extending our test suite. I have a couple of questions regarding this spec update and I would appreciate if you could take a look at them

src/schemas/transaction.yaml Outdated Show resolved Hide resolved
src/schemas/transaction.yaml Outdated Show resolved Hide resolved
@lightclient lightclient force-pushed the eip_2718_txn_type branch 2 times, most recently from 52439ef to b45ec2e Compare October 10, 2024 13:11
Copy link

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

this looks complete to me

@lightclient on mekong there's currently v and yParity for this value, the EIP defines this as yParity, even though values >1 can technically be included in a (failing) transaction.

so imo naming this yParity, consistent with the EIP, makes the most sense

@fjl fjl force-pushed the eip_2718_txn_type branch from 0f0de96 to 46762e5 Compare December 18, 2024 18:40
@fjl
Copy link
Collaborator

fjl commented Dec 18, 2024

Removed tests for now. I will add them back in #612

@fjl fjl changed the title Added eip 7702 schema and authlist in receipt schema add EIP-7702 transactions and receipts Dec 18, 2024
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.

7 participants