-
Notifications
You must be signed in to change notification settings - Fork 464
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
debug_traceBlockByNumber - latest and finalized - invalid params #4133
Comments
This issue may pre-date the merge/latest release we only noticed after switching from OpenEthereum - I tested another node on mainnet and it has the same problem. Doesn't understand |
Yes it doesn't similar to Geth which also accepts only numbers there - hence the name. |
|
This can be viewed as a part of #4210 |
Describe the bug
It looks like
debug_traceBlockByNumber
is not accepting"latest"
or"finalized"
on the latest release on Ropsten post-merge.To Reproduce
https://github.com/NethermindEth/nethermind/releases/tag/1.13.2
{"method":"debug_traceBlockByNumber","params":["latest"],"id":1,"jsonrpc":"2.0"}
{"method":"debug_traceBlockByNumber","params":["finalized"],"id":1,"jsonrpc":"2.0"}
Expected behavior
We should be able to debug_traceBlockByNumber against
latest
orfinalized
The text was updated successfully, but these errors were encountered: