ethereum / eth-tester

Tool suite for testing ethereum applications.
MIT License
364 stars 146 forks source link

Feature request: eth_feeHistory RPC endpoint #258

Closed ca11ab1e closed 1 year ago

ca11ab1e commented 1 year ago

What was wrong?

As of today, we can't call the eth_feeHistory RPC endoint, it will end on:

ValueError: RPC Endpoint has not been implemented: eth_feeHistory

How can it be fixed?

Inspiration may be taken from https://github.com/ethereum/web3.py/pull/2094.

ca11ab1e commented 1 year ago

Thanks @reedsa :)