-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Find solution to blocking eth
calls (during sync)
#102
Comments
Bug fix request submitted: ethereum/go-ethereum#3639 |
related PR ethereum/go-ethereum#3660 |
Note to myself: ethereum/go-ethereum@682875a has updated gas estimation algorithm, so |
We've circumvented the problem by updating all other packages, except for the LES (and we will keep it this way, up until the issue with LES blocking is properly resolved on In the meantime, the following branches are available:
Once #117 is merged (which is based on https://github.com/status-im/status-go/commits/geth/1.5.9-stable-with-non-blocking-les) it is safe to close this issue. |
|
Problem
eth
is not responsive up until sync is donegeth --light --testnet console
, noeth
calls is possible if LES headers sync is in progressNotes:
Resolution:
The text was updated successfully, but these errors were encountered: