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 eth_feeHistory RPC endpoint #2038

Closed
kclowes opened this issue Jun 18, 2021 · 2 comments
Closed

Add eth_feeHistory RPC endpoint #2038

kclowes opened this issue Jun 18, 2021 · 2 comments
Assignees

Comments

@kclowes
Copy link
Collaborator

kclowes commented Jun 18, 2021

What was wrong?

Once the London hard fork happens, we'll have access to a new RPC method - eth_feeHistory. Some docs can be found here

How can it be fixed?

Add fee_history to the eth module and test it. Extra credit to make it available in the Async Eth module as well. It will probably make sense to add this after the 1559 work is merged (#2033) so we'll have access to the geth fixture that includes 1559 for testing.

@mike6649
Copy link
Contributor

Hi! 👋 I would like to help work on this. Please assign this task to me and let me know if there are any things I should pay attention to. Thanks!

@fselmo fselmo assigned fselmo and mike6649 and unassigned fselmo Aug 1, 2021
@fselmo
Copy link
Collaborator

fselmo commented Aug 10, 2021

Closed by merging PR #2094

@fselmo fselmo closed this as completed Aug 10, 2021
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

No branches or pull requests

3 participants