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

Remove blobbasefee from block header #100

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

Nashtare
Copy link
Collaborator

As per EIP-7516, blobbasefee should be retrieved from the excess_blob_gas stored in the block header, but is not a header field on its own.
The details on how this is computed are in EIP-4844.

For simplicity with higher layers of the stack, it's probably better to remove it from the plonky2 header to keep it as consistent as possible with an actual chain header. It's still taken as a prover input though, as blob fee market mechanism isn't implemented.

@Nashtare Nashtare self-assigned this Mar 11, 2024
@github-actions github-actions bot added the crate: evm_arithmetization Anything related to the evm_arithmetization crate. label Mar 11, 2024
Copy link
Contributor

@wborgeaud wborgeaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Nashtare Nashtare merged commit 6eca575 into feat/cancun Mar 11, 2024
6 checks passed
@Nashtare Nashtare deleted the blobbasefee_no_header branch March 11, 2024 06:59
BGluth pushed a commit that referenced this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: evm_arithmetization Anything related to the evm_arithmetization crate.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants