Skip to content
New issue

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-merge: eth_feeHistory crashes when finalized block is passed #25420

Closed
lorenzourb opened this issue Jul 27, 2022 · 0 comments · Fixed by #25442
Closed

Eth-merge: eth_feeHistory crashes when finalized block is passed #25420

lorenzourb opened this issue Jul 27, 2022 · 0 comments · Fixed by #25442
Assignees
Labels

Comments

@lorenzourb
Copy link

lorenzourb commented Jul 27, 2022

System information

Geth version: Geth/v1.10.19-omnibus-1fd05ab6/linux-amd64/go1.18.3 our Infura geth fork
OS & Version: Linux
Commit hash : release

Expected behavior

Should return the feeHistory

Actual behaviour

Returns
{ jsonrpc: '2.0', id: 1337, error: { code: -32000, message: 'method handler crashed' } }

Steps to reproduce the behaviour

Called against our Infura/Sepolia Geth nodes with
{ id: 1337, jsonrpc: '2.0', method: 'eth_feeHistory', params: [ '0x5', 'finalized', [] ] }

@lorenzourb lorenzourb changed the title Eth-merge: eth_feeHistory crashes when 'finalized' is passed Eth-merge: eth_feeHistory crashes when finalized block is passed Jul 27, 2022
@lightclient lightclient self-assigned this Jul 27, 2022
@ethereum ethereum deleted a comment Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants