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

Add dencun eth_blobBaseFee and eth_feeHistory changes #29139

Closed
ryanschneider opened this issue Mar 1, 2024 · 0 comments · Fixed by #29140
Closed

Add dencun eth_blobBaseFee and eth_feeHistory changes #29139

ryanschneider opened this issue Mar 1, 2024 · 0 comments · Fixed by #29140

Comments

@ryanschneider
Copy link
Contributor

Rationale

These RPC changes were agree on in ethereum/execution-apis#486, a common use case is for L2s that are trying to integrate with blobs need access to these methods.

In summary, there are two changes:

  • Add eth_blobBaseFee which returns the expected base fee for blobs in the next block.
  • Add two new blob-related fields to eth_feeHistory: baseFeePerBlobGas and blobGasUsedRatio

Implementation

I'll try to get a PR up to implement these this afternoon, I did scan and didn't see anything in flight anywhere but am happy to defer if someone else is already working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant