feat: eth_baseFee#795
Draft
wjmelements wants to merge 1 commit into
Draft
Conversation
Assisted-by: Claude:claude-sonnet-4-6
wjmelements
commented
May 9, 2026
Comment on lines
+143
to
+144
|
|
||
| replace github.com/ethereum/go-ethereum => ../../go-ethereum |
Author
There was a problem hiding this comment.
I will remove this and rebuild after the go-ethereum change is merged
bomanaps
reviewed
May 9, 2026
Comment on lines
+83
to
+84
| github.com/ethereum/hid v1.0.1-0.20260421154323-c2ab8d9bf68a h1:eIFUceK3U/z9UV0D/kAI6cxA27eH7MPqt2ks7fbzj/k= | ||
| github.com/ethereum/hid v1.0.1-0.20260421154323-c2ab8d9bf68a/go.mod h1:nABYy4hsKZpuN0mu0uybdjrIOuGb1eE7b1lci/ezUAo= |
Contributor
There was a problem hiding this comment.
If geth pr is yet to be merged why this?
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This is documenting the
eth_baseFeemethod that is supported by some enterprise RPCs and also Erigon.I have opened PRs to add it to other execution clients I have found; let me know if I missed one.
The CI check will fail until the go-ethereum PR is merged, so this is a draft for now.
Method Behavior
The method similar to
eth_blobBaseFee.It returns the base fee of the next block.
Related PRs
Ethereum
eth_blobBaseFee,eth_baseFeeand EIP4844 support toeth_feeHistoryerigontech/erigon#11992eth_baseFee, returning next block base fee NethermindEth/nethermind#11522Cosmos
Filecoin
eth_baseFeeRPC method returning next block base fee filecoin-project/lotus#13615eth_baseFeerpc method ChainSafe/forest#7028eth_baseFeefilecoin-project/venus#6538Changes