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

Halve EIP-4844 batch size to only fill 3 batches #2344

Merged
merged 1 commit into from
May 28, 2024

Conversation

PlasmaPower
Copy link
Collaborator

Unfortunately, this seems like the only good way to handle EIP-4844, given that there might be e.g. consistently 1 other blob tx per block with a high tip, which wouldn't cause the blobfee to escalate and thus creates a pre-EIP-1559-like tip market against a blob tx that takes up all 6 blob slots. The block producer's local incentive is to include the tx with 1 blob and a high tip instead of the tx with 6 blobs and a low tip. Using only 3 blobs per tx fixes this by ensuring that if the blobspace of a block is filled up with other txs, it must have at least 4 blobs, which means the blobfee will escalate and we'll have a EIP-1559-like market as intended.

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label May 28, 2024
Copy link
Member

@Tristan-Wilson Tristan-Wilson left a comment

Choose a reason for hiding this comment

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

LGTM

@PlasmaPower PlasmaPower merged commit 879c14a into master May 28, 2024
10 checks passed
@PlasmaPower PlasmaPower deleted the halve-4844-batch-size branch May 28, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants