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

Implement pricing for EIP-4844 blob transactions #642

Open
mempirate opened this issue Jan 6, 2025 · 0 comments
Open

Implement pricing for EIP-4844 blob transactions #642

mempirate opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
C: bolt-sidecar Component: bolt-sidecar T: discussion Type: Discussion
Milestone

Comments

@mempirate
Copy link
Contributor

Context

Our current pricing strategy only considers execution gas used, which for blob transactions may not accurately reflect the actual price. If tx A and tx B both pay a 3 gwei execution priority fee (and both consume 21k execution gas), but tx A has 1 blob and tx B has 6, those should be priced differently, because if the proposer commits to tx B, it cannot commit any other blob transactions (because max blobs per block has been hit). Therefore, I think the algorithm should incorporate the blob gas used / max blob gas.

@mempirate mempirate added C: bolt-sidecar Component: bolt-sidecar T: discussion Type: Discussion labels Jan 6, 2025
@mempirate mempirate added this to the v0.4: Holesky 2 milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-sidecar Component: bolt-sidecar T: discussion Type: Discussion
Projects
None yet
Development

No branches or pull requests

3 participants