-
Notifications
You must be signed in to change notification settings - Fork 20.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
Missing trie node after initial snap sync #29436
Labels
Comments
Another similar report is from Geth-discord server: Geth: scheme:
The missing node is a fullNode in account trie
After inspecting the history (from block 19400000, roughly Mar-10-2024), the account mutation with address-hash prefix
Several siblings are mutated, especially the one in block |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The original report is from #29417
Geth:
hash
1.13.14-stable
reports error like this:
The error means an account trie node at position
[]byte{0x0, 0x0, 0x1, 0xa, 0x6, 0xa, 0xb}
is missing.The correct node blob should be
0xf8669d35fce6efd2272cdb9ea2eacce639fab06c112ac8be435a182bae332defb846f8440180a0bbd13d463ce2111713bb0d6ad117b0ba991bc32336d501e872703c4ad6bc3c90a0905982d3bc98b3ad75d5ca7a92446cc8923fae39a2352245000f9d3e9dc0f3ee
, can be decoded as a shortNode:After inspecting the history (from block 19400000, roughly Mar-10-2024), the account mutation with address-hash prefix
001a6a
is found as below:It's a sibling of missing node mutated on Mar-29-2024
The text was updated successfully, but these errors were encountered: