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
We also see out of order announcements when back to back reorgs are happening, getting to the root cause would help mitigate the issue: Out of order block announcements #2036
The current ancestry search also seems to have similar issue, from relying on block numbers vs block hash. If the peer switches to a different fork in the middle of the search, we can end up in a state where peer.best_number/hash is not a descendent of peer.common_nummber/hash
The issue was reported by @rahulksnv in #493 (comment) and the test demonstarting it was added in #1999.
Example scenario:
Once the issue is fixed, test #1999 should be converted into the desired behavior test.
The text was updated successfully, but these errors were encountered: