-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
eth_getLogs and eth_getBlockByNumber failing on pruned DB #2770
Comments
I understand what is reason:
Please try branch: |
Perfect, |
I said wrong, senders belong to “t”, not “h”. |
Thank you for clarifying. The No Senders branch worked, and since the consensus client (“beacon”) gets the data only once, when it is syncing deposits, the additional CPU load doesn’t hurt. |
System information
Erigon version: v2021.10.01
OS & Version: Ubuntu 20.04
Commit hash : ef80fd5
Prune: prune="--prune=htc --prune.r.before=11184524"
Behaviour
eth_getLogs call returns on error on block 11185311; eth_getBlockByNumber returns "null" for it and its parent and child block.
This pattern of not returning data for eth_getBlockByNumber is broader, I have not determined the edges. "latest" works and "0x1" works, both return data.
The text was updated successfully, but these errors were encountered: