-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Light client gas estimation does not work #8976
Comments
Note: While waiting for a "real" sync, I can get a proper response to |
Thanks for reporting the issue.
(I could not reproduce on Kovan) |
I tried it. Same response:
Edit: had to start on different ports; my default node was using the default ones. |
Seems to work on Kovan for me as well. |
I can reproduce a slightly different problem on mainnet, the call is simply not resolving. This is a known issue though: #8996 I could not reproduce your problem though. |
I can reproduce this on the This gets then propagated via the network to the
|
@rphmeier
I'm not sure of what implications this would have on the other |
The right place to change it would be in |
I am running the light client (
--light
CLI option).Steps to reproduce
When I try to get a gas estimation for a plain transaction, I get a weird "Unknown block number" error.
Actual behavior
{"jsonrpc":"2.0","error":{"code":-32602,"message":"Unknown block number"},"id":1}
Expected behavior
I should either get a real gas estimate, or a useful error message.
The text was updated successfully, but these errors were encountered: