We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
geth --light
Geth version: 1.5.9 OS & Version: Ubuntu 16.04 Commit hash : (if develop)
1.5.9
develop
It should return a value.
It hangs until geth is fully synchronized.
Start a fresh sync from 0 for geth --light then geth attach and run eth.getBlock('latest').
geth attach
eth.getBlock('latest')
[backtrace]
The text was updated successfully, but these errors were encountered:
It should definitely not hang. I think it's a bug already being addressed by @zsfelfoldi .
Sorry, something went wrong.
Please try #3660
Tracked by #3639
No branches or pull requests
System information
Geth version:
1.5.9
OS & Version: Ubuntu 16.04
Commit hash : (if
develop
)Expected behaviour
It should return a value.
Actual behaviour
It hangs until geth is fully synchronized.
Steps to reproduce the behaviour
Start a fresh sync from 0 for
geth --light
thengeth attach
and runeth.getBlock('latest')
.Backtrace
The text was updated successfully, but these errors were encountered: