-
Notifications
You must be signed in to change notification settings - Fork 83
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
Some eth_getBlockByNumber requests have null response without explicit error #624
Comments
same problem here for block 86443859 |
Hey, @stepollo2 .
|
It happens always at this specific block 100% of the times
The node is hosted on a dedicated server with 512gb ram and 7TB NVMe drives |
@stepollo2 there is a typo curl -X POST https://mainnet.aurora.dev -H 'Content-Type: application/json' -d '{"method":"eth_getBlockByNumber","params":["0x5270753",true],"id":0,"jsonrpc":"2.0"}' |
saw it and edited the post. im using etherjs to process blocks and it returns null as well |
@stepollo2 Where is this server located geographically? |
Hello. I tried fetch two block from https://mainnet.aurora.dev and rpc returns me null result every time.
result:
same for 76484584. But blocks around this two returns right response
What could be the problem? And how do I validate a block hash chain via rpc?
The text was updated successfully, but these errors were encountered: