-
Notifications
You must be signed in to change notification settings - Fork 14
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
The JSON-RPC layer is overly permissive about the number formats it accepts #509
Comments
While in that same file, you'd find that |
Also note that only |
@alcuadrado can you clarify exactly which of these cases you think we should support? Because to me supporting |
Alloy has a crate with serde helpers to handle this nicely. |
These are all being accepted by EDR right now:
Curiously, the last two are also accepted by geth, but that's clearly an error.
The full scope of this is not clear, but my guess is that fixing those (and any other examples that come to mind) will already uncover some issues. No need to do a thorough investigation.
The text was updated successfully, but these errors were encountered: