-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
Error message inaccurate when querying future block. #3483
Labels
Comments
Able to reproduce it here, looking into it ... |
Closed
Closed
shbli
pushed a commit
to shbli/go-ethereum
that referenced
this issue
Dec 27, 2017
Closed
holiman
pushed a commit
to holiman/go-ethereum
that referenced
this issue
Dec 20, 2018
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Geth version: 1.5.5
OS & Version: Linux (Infura)
Commit hash : Not Sure
Expected behaviour
When querying items like
eth_getBalance
oreth_getTransactionCount
with a block number in the future, I would expect either thelatest
state, or an error.Actual behaviour
the returned value seems mal-formed:
{"jsonrpc":"2.0","id":1482348034196178,"result":"\u003cnil\u003e"}
Steps to reproduce the behaviour
Backtrace
I'm not sure what this means, I was using a remote node (Infura), I don't have console output for this command.
Other Notes
Parity also seems to be behaving oddly for this edge case, might be a nice opportunity to coordinate a consistent behavior for it.
Originally discovered through MetaMask.
The text was updated successfully, but these errors were encountered: