-
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
Block missing from archive node #3967
Comments
UPDATE: |
fixed by #4042 |
Do I need to resync my node to fix the issue after updating erigon? |
no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Erigon version: devel v2022.04.02
OS & Version: Linux debian
Commit hash : 89c3049
Issue
I'm running an archive node and looks like block #14178113 is missing from the database.
Found out while running
trace_filter
. The erros message I get isReturned error: block 6eeed65f3f2424f3aa7925beeab24fda778a006bc7bcb8d2b2eb7149401c7e0b not found
Additionally when trying
eth_getBlock("14178113")
erigon returnsnull
trace_filter
andeth_getBlock
for blocks before and after the one in question return expected results.Edit: looks like thats not the only block that is missing. I'm getting the same error with other blocks aswell when trying to trace a different range.
Returned error: block 47ae2b468a0f008b6bb6cf7cd24393f33e01081d35c2e8b7defcb5a19bc9ca9f not found
The text was updated successfully, but these errors were encountered: