-
Notifications
You must be signed in to change notification settings - Fork 21
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
Missing response for eth_getBlockByNumber method #44
Comments
yeah, this is a legitimate point - we should clean up the default config |
you can set catchup indexer to false to disable the work to catch up previous blocks |
Hey @doranoda , But in indexer I want to store the data of the chain from genesis block to latest block and store it in database so why should I make catchup indexer false, then it will stop the fetching only. And in my case indexer was not making any rpc calls and hence it is not storing any data in the database can you help me with that? |
if you want to scan from 0 to latest, you can use the following setup
|
Okay will try. Thank you :) |
Hello I started the indexer but it is giving
Missing response
this error and not making any rpc calls. And I am not sure why you hardcoded valueblockNumberRanges: [[2324586, 2324586]]
in config/default.jsEnvironment
I am using goerli and tried with mumbai still getting the same error
latest
I am using vscode on mac and using chrome.
Steps to reproduce
Tell us how to reproduce this issue. If possible, push up a branch to your fork with a regression test we can run to reproduce locally. A screenshot would be very helpful. If it's UI problem, what is the URL?
Expected Behaviour
Tell us what should happen.
Actual Behaviour
Tell us what happens instead.
The text was updated successfully, but these errors were encountered: