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

Implementation of EIP-7742 for Prague #2763

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Implementation of EIP-7742 for Prague #2763

wants to merge 3 commits into from

Conversation

jangko
Copy link
Contributor

@jangko jangko commented Oct 21, 2024

TODOs:

  • How maximumBlobCount should be used in block creation?
  • Where targetBlobCount come from when converting to Header. From ExecutionPayloadV4 or from engine_newPayloadV4's param?
  • What about engine_getPayloadV4? should the response return ExecutionPayloadV4 or additional targetBlobCount field?
  • Difference between EIP-7742 spec targetBlobCount of block header, and consensus spec targetBlobsPerBlock of PayloadAttributesV4
  • Upgrade on nimbus-eth2 side

fix #2753

@tersec
Copy link
Contributor

tersec commented Oct 22, 2024

TODOs:

* [ ]  How `maximumBlobCount` should be used in block creation?

My understanding is that it's exactly the same as the current max blob count today (6), but not a constant across blocks.

* [ ]  Where `targetBlobCount` come from when converting to `Header`. From `ExecutionPayloadV4` or from `engine_newPayloadV4`'s param?

This is being actively discussed in the EIP-7742 - EL and CL candidates thread in the #allcoredevs channel of the Eth R&D Discord server.

* [ ]  What about `engine_getPayloadV4`? should the response return `ExecutionPayloadV4` or additional `targetBlobCount` field?

As far as I can tell, undetermined as of yet.

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.

Implement EIP-7742 for Pectra
2 participants