This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 683
Add eth_feeHistory
RPC endpoint
#1470
Comments
+1! It would be very helpful to have support for |
@seaona Would you like to add it? |
davidmurdoch
changed the title
Add eth_feeHistory RPC endpoint
Add Apr 4, 2022
eth_feeHistory
RPC endpoint
@davidmurdoch sure! I'll try my best 😊 |
It is very problematic that ganache is partial eip-1559 |
@seaona any updates on a PR for this? No worries if you haven't been (or won't be) able to, just checking in. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: