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
We should implement the eth_feeHistory RPC method so that our client will be fully compatible with the testnet faucets which use feeHistory to construct their transactions. The Alchemy documentation is up to date so don't rely on the Ethereum.org RPC spec as it doesn't include the GasUsedRatio property in the response.
A stub implementation was included in #2316 to allow the Shandong testnet to proceed.
The text was updated successfully, but these errors were encountered:
I'd say it's still open. We don't have an inventory need for it but always good to fill out missing rpc endpoints.
May 30, 2023 7:48:15 PM Scorbajio ***@***.***>:
We should implement the
eth_feeHistory
RPC method so that our client will be fully compatible with the testnet faucets which usefeeHistory
to construct their transactions. The Alchemy documentation is up to date so don't rely on the Ethereum.org RPC spec as it doesn't include theGasUsedRatio
property in the response.A stub implementation was included in #2316 to allow the Shandong testnet to proceed.
The text was updated successfully, but these errors were encountered: