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
This will also need a new error type on the protocol that peers can lie about. One can always say ErrNotSynced to make other peers always retry it, even when it won't have it.
If we keep retrying other peers and backoff everyone independently of ErrNotSynced this problem disappears, but then the benefits of this separation disappear as well.
After pruning is finished + backward sync is introduced, our ErrNoFound will have 2 meanings:
As it will confuse us and users, we should agree and differentiate these two cases by introducing one more error for the first case ->
ErrNotSynced
.cc @renaynay
The text was updated successfully, but these errors were encountered: