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
Geth method handler crashed on getFeeHistory with finalized tag:
getFeeHistory
finalized
curl --location --request POST 'http://node.addr' \ --header 'Content-Type: application/json' \ --data-raw '{ "method": "eth_feeHistory", "params": [ "0x4", "finalized", [ 25, 50, 75 ] ], "id": 1, "jsonrpc": "2.0" }'
returning { "jsonrpc": "2.0", "id": 1, "error": { "code": -32000, "message": "method handler crashed" } }
{ "jsonrpc": "2.0", "id": 1, "error": { "code": -32000, "message": "method handler crashed" } }
Geth version: Geth/v1.10.21-omnibus-6399bbf3/linux-amd64/go1.18.4
Geth/v1.10.21-omnibus-6399bbf3/linux-amd64/go1.18.4
The text was updated successfully, but these errors were encountered:
Tested on Goerli NW
Sorry, something went wrong.
Git bisect shows that was fixed as of a0b88ce , with #25442
lightclient
No branches or pull requests
Geth method handler crashed on
getFeeHistory
withfinalized
tag:curl --location --request POST 'http://node.addr' \ --header 'Content-Type: application/json' \ --data-raw '{ "method": "eth_feeHistory", "params": [ "0x4", "finalized", [ 25, 50, 75 ] ], "id": 1, "jsonrpc": "2.0" }'
returning
{ "jsonrpc": "2.0", "id": 1, "error": { "code": -32000, "message": "method handler crashed" } }
Geth version:
Geth/v1.10.21-omnibus-6399bbf3/linux-amd64/go1.18.4
The text was updated successfully, but these errors were encountered: