You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code: 400 – Message: error loading store: KVStoreKey{0xc002d34840, pocketcore}, in LoadLazyVersion: version does not exist
If I were to guess the cause of this issue is that the gateway does not make sure that a node isn't pruned (no archival queries). Not all nodes are pruned so it may take a couple tries to get this error.
The text was updated successfully, but these errors were encountered:
This is something that is also true for other blockchains, such as archival ethereum or any other archival. The idea was to implement an "archival check" in such way that it can be re-utilized on any archival chain, the same way the sync check does.
Describe the bug
Some blocks are unqueriable
To Reproduce
Code: 400 – Message: error loading store: KVStoreKey{0xc002d34840, pocketcore}, in LoadLazyVersion: version does not exist
If I were to guess the cause of this issue is that the gateway does not make sure that a node isn't pruned (no archival queries). Not all nodes are pruned so it may take a couple tries to get this error.
The text was updated successfully, but these errors were encountered: