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
But, there is no point to retry getting headers stored locally. We reliably know if we have it or if don't.
Even in the case where we fetch headers from the network via HeaderExchange, it should retry on its own, not the user(DASer) of should implement the retry. So I am closing this issue, see #497 which mentions retries for HeaderExchange.
In general, I doubt the idea of requesting single headers by height and not by hash(as we do here), because we cannot verify them, so even the idea of requesting headers here over the net does not seem to be valid.
This is not the case if we would stick to backward syncing/always identify headers by hash approach
Retry getting header at given height inside
catchUp
a few times (maybe 3?) before failing out entirely.Originally posted by @liamsi in #473 (comment)
The text was updated successfully, but these errors were encountered: