ethereum / execution-apis

Collection of APIs provided by Ethereum execution layer clients
Creative Commons Zero v1.0 Universal
966 stars 380 forks source link

Added eip 7702 schema and authlist in receipt schema #575

Open Redidacove opened 3 months ago

Redidacove commented 3 months ago

Motivation This is for closing #561

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

lightclient commented 3 months ago

Please also add the 7702 tx to TransactionSigned

PelleKrab commented 2 months ago

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 commented 2 months ago

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

Redidacove commented 2 months ago

I think i messed up the branch with a bad rebase

Redidacove commented 2 months ago

Plz move the conversation to #592

lightclient commented 2 months ago

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 commented 2 months ago

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