Open wjmelements opened 6 years ago
I am currently working around this issue by specifying several, narrower, block ranges.
For comparison, the same request but on Rinkeby with a fromBlock
of 0x0
takes about one second.
We are having similar issues.
We are also experiencing the same issue
The latency difference between fetching information with eth_getLogs compared to eth_call is significant. The high latency leads me to suspect that logs aren't indexed by contract address or topic.
Experimentally, the request seems to take between 11 and 14 seconds. Logs are important sources of information, and request latencies should be less than the block time.
The request I am sending is:
There are 14 events currently expected in the response, spread over about 7 months.