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
Here's a video explaining that when you run the CosmJS indexer for a while, it'll inevitably miss a block or two and try to fix it. But then it tries to insert it twice.
We're catching this with a try/catch but would be good to fix the root issue.
Here's a video explaining that when you run the CosmJS indexer for a while, it'll inevitably miss a block or two and try to fix it. But then it tries to insert it twice.
We're catching this with a
try/catch
but would be good to fix the root issue.See:
https://youtu.be/XoPj9kpM20Q
You might start reviewing logic with the function
checkForMissedBlocks
The text was updated successfully, but these errors were encountered: