We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eth_feeHistory
The cache for eth_feeHistory is set no matter what the input is. That's resolved to an invalid response 👇
blockCount
newestBlock
rewardPercentiles
Execute multiple eth_feeHistory calls and observe that oldestBlock is always the same.
oldestBlock
{ "method": "eth_feeHistory", "params": ["0x4", "latest", [50]], "id": 2, "jsonrpc": "2.0" }
No response
other
latest
None
The text was updated successfully, but these errors were encountered:
natanasow
Successfully merging a pull request may close this issue.
Description
The cache for eth_feeHistory is set no matter what the input is. That's resolved to an invalid response 👇
Proposed fix:
blockCount
,newestBlock
andrewardPercentiles
сSteps to reproduce
Execute multiple
eth_feeHistory
calls and observe thatoldestBlock
is always the same.Additional context
No response
Hedera network
other
Version
latest
Operating system
None
The text was updated successfully, but these errors were encountered: