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
I noticed that a particular block caused two instances of hindsight to miss a block as a result of this error: Error downloading best block: API returned incorrect number of block summaries: n=1
It appears we perform an HTTP request of the full block data from insight when a new block is detected via the websocket. If this request fails for any reason, we simply do not report the block to anything. Wondering if there's a better way to solve this? Maybe attempt to retry a few times?
The text was updated successfully, but these errors were encountered:
I noticed that a particular block caused two instances of hindsight to miss a block as a result of this error:
Error downloading best block: API returned incorrect number of block summaries: n=1
It appears we perform an HTTP request of the full block data from insight when a new block is detected via the websocket. If this request fails for any reason, we simply do not report the block to anything. Wondering if there's a better way to solve this? Maybe attempt to retry a few times?
The text was updated successfully, but these errors were encountered: