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

Update EIP-7251: change request to flat encoding #8857

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

fjl
Copy link
Contributor

@fjl fjl commented Sep 4, 2024

I am proposing to change the encoding of consolidation requests to be exactly equal to how they are returned by the contract. The extra layer of RLP encoding is not necessary, and by removing it, we can avoid defining the structure of these requests in the execution layer client implementation.

I am proposing to change the encoding of consolidation requests to be exactly equal to how
they are returned by the contract. The extra layer of RLP encoding is not necessary, and
by removing it, we can avoid defining the structure of these requests in the execution
layer client implementation.
@fjl fjl requested a review from eth-bot as a code owner September 4, 2024 11:09
@github-actions github-actions bot added c-update Modifies an existing proposal s-review This EIP is in Review t-core labels Sep 4, 2024
@eth-bot
Copy link
Collaborator

eth-bot commented Sep 4, 2024

✅ All reviewers have approved.

@eth-bot eth-bot added the a-review Waiting on author to review label Sep 4, 2024
@eth-bot eth-bot changed the title EIP-7251: change request to flat encoding Update EIP-7251: change request to flat encoding Sep 4, 2024
@eth-bot eth-bot enabled auto-merge (squash) September 26, 2024 03:15
Copy link
Collaborator

@eth-bot eth-bot left a 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...

@eth-bot eth-bot merged commit 4392dec into ethereum:master Sep 26, 2024
15 of 16 checks passed
somnathb1 added a commit to erigontech/erigon that referenced this pull request Oct 11, 2024
In summary, does away with a lot of earlier complexities related to
parsing and encoding consolidation requests. These are now just byte
strings, essentially.

Refer to the following 
- ethereum/EIPs#8857
-
https://github.com/ethereum/EIPs/pull/8934/files#diff-01ca405a121a1fc77e03df916c4f331b030c2467a4eb66545a34e98a6e476fd6R541
(Address update)

Needs interface update -
erigontech/interfaces#237

(Tasks board - #12106)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-review Waiting on author to review c-update Modifies an existing proposal s-review This EIP is in Review t-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants