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

Electra: Implement EIP7742: uncouple blob limits per block across CL and EL #7176

Open
philknows opened this issue Oct 18, 2024 · 1 comment · May be fixed by #7232
Open

Electra: Implement EIP7742: uncouple blob limits per block across CL and EL #7176

philknows opened this issue Oct 18, 2024 · 1 comment · May be fixed by #7232
Assignees
Labels
meta-feature-request Issues to track feature requests. spec-electra Issues targeting the Electra spec version

Comments

@philknows
Copy link
Member

Problem description

As determined in ACDC #144, EIP-7742 is moving into CFI with teams signalling to implement for Pectra devnet-5.

Solution description

Reference: ethereum/consensus-specs#3800
EIP: https://eips.ethereum.org/EIPS/eip-7742
Engine-API update: ethereum/execution-apis#574

Additional context

No response

@philknows philknows added meta-feature-request Issues to track feature requests. spec-electra Issues targeting the Electra spec version labels Oct 18, 2024
@ensi321 ensi321 mentioned this issue Oct 23, 2024
12 tasks
@ensi321
Copy link
Contributor

ensi321 commented Nov 19, 2024

The consensus specs session held during devcon mentioned we want to move forward by experimenting different combination of target_blobs_per_block and max_blobs_per_block.

We can implement a version of Lodestar that allows these values to be configurable, instead of being dictated by MAX_BLOBS_PER_BLOCK as stated here.

I will work on this @g11tech

@ensi321 ensi321 assigned ensi321 and unassigned g11tech Nov 19, 2024
@ensi321 ensi321 linked a pull request Nov 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta-feature-request Issues to track feature requests. spec-electra Issues targeting the Electra spec version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@ensi321 @philknows @g11tech and others