-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Update EIP-4844: Cleanup transaction network payload references #7038
Conversation
✅ All reviewers have approved. |
e0f0265
to
3543e2f
Compare
add blob flattening 4844: nit, opcode -> instruction apply feedback apply feedback
3543e2f
to
4ffda41
Compare
rebased and resolved conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, sorry for the tennis match. Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All Reviewers Have Approved; Performing Automatic Merge...
no problem 🙂 , thanks for the edits and feedback ❤️ 🙏 |
Followup to
Cleans up network payload references:
[tx_payload, blobs, commitments, proofs]
rather than current [tx_payload, kzgs, blobs, kzg_proofs]i.e. blobs first then commitments and proofs rather than blobs in middle of commitments and proofs