-
Notifications
You must be signed in to change notification settings - Fork 893
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
enforce hex number for block number parameter #8220
Comments
9 tasks
blocked as hive tests need updating - we are getting same error as geth - invalid merkle root with the latest version of Geth, to fill the tests:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently besu is failing a number of rpc-compat hive tests because we allow decimal values for block number param for debug_getRaw[Header|Block|Receipts|Transaction]
According to the rpc spec it's either a hex block number, or a string tag (earliest etc)
failing tests -
Refs #5377
The text was updated successfully, but these errors were encountered: