question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add `eth_feeHistory` RPC endpoint

See original GitHub issue

The eth_feeHistory API was introduced in the JSON-RPC spec as a counterpart to EIP-1559. The API exposes information that is useful for setting parameters (maxPriorityFeePerGas, maxFeePerGas) for the new transaction fee mechanism.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
seaonacommented, Apr 5, 2022

@davidmurdoch sure! I’ll try my best 😊

1reaction
seaonacommented, Apr 4, 2022

+1! It would be very helpful to have support for eth_feeHistory in ganache

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add eth_feeHistory RPC endpoint #2038 - ethereum/web3.py
What was wrong? Once the London hard fork happens, we'll have access to a new RPC method - eth_feeHistory. Some docs can be...
Read more >
eth_feeHistory - Alchemy Docs
Returns a collection of historical gas information from which you can decide what to submit as your maxFeePerGas and/or maxPriorityFeePerGas .
Read more >
Developers - Add eth_feeHistory RPC endpoint - - Bountysource
Add eth_feeHistory RPC endpoint. ... Once the London hard fork happens, we'll have access to a new RPC method - eth_feeHistory .
Read more >
EIP-1559 JSON RPC Changes - HackMD
Additionally, the following JSON RPC endpoint was introduced: eth_feeHistory , which returns historical data about transaction fees.
Read more >
JSON-RPC API - ethereum.org
Examples of using the JSON_RPC API by making curl requests to an Ethereum node are provided below. Each example includes a description of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found