You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 hereHow 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.The text was updated successfully, but these errors were encountered: