Skip to content

feat: eth_baseFee#795

Draft
wjmelements wants to merge 1 commit into
ethereum:mainfrom
wjmelements:eth-base-fee
Draft

feat: eth_baseFee#795
wjmelements wants to merge 1 commit into
ethereum:mainfrom
wjmelements:eth-base-fee

Conversation

@wjmelements
Copy link
Copy Markdown

@wjmelements wjmelements commented May 9, 2026

Overview

This is documenting the eth_baseFee method 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
Cosmos
Filecoin

Changes

  • document eth_baseFeeMethod
  • add test case

Assisted-by: Claude:claude-sonnet-4-6
Comment thread tools/go.mod
Comment on lines +143 to +144

replace github.com/ethereum/go-ethereum => ../../go-ethereum
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I will remove this and rebuild after the go-ethereum change is merged

Comment thread tools/go.sum
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=
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If geth pr is yet to be merged why this?

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.

2 participants