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

Cancun upgrade: Add EIP-4844 & EIP-4788 support #14

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Conversation

karim-en
Copy link

@karim-en karim-en commented Jul 14, 2023

The current header encoding is extended with three fields:

blobGasUsed is the total amount of data gas consumed by the transactions within the block.
excessBlobGas is a running total of data gas consumed in excess of the target, prior to the block. Blocks with above-target data gas consumption increase this value, blocks with below-target data gas consumption decrease it (bounded at 0).
parentBeaconBlockRoot

@karim-en karim-en changed the title Add EIP-4844 support Cancun upgrade: Add EIP-4844 support Jul 14, 2023
@karim-en karim-en changed the title Cancun upgrade: Add EIP-4844 support Cancun upgrade: Add EIP-4844 support & EIP-4788 Jan 12, 2024
@karim-en karim-en marked this pull request as ready for review January 12, 2024 15:57
src/header.js Show resolved Hide resolved
@karim-en karim-en changed the title Cancun upgrade: Add EIP-4844 support & EIP-4788 Cancun upgrade: Add EIP-4844 & EIP-4788 support Jan 16, 2024
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.

3 participants