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
It appears that there has been a behavioral regression in the node's neighbor walk algorithm. It ought to be the case that if node A contacts node B, then node B should attempt to contact node A, and if successful, add node A to its outbound peer set (making it eligible for data pushed from node B, and eligible for enumeration in response to a GetNeighbors p2p message). This isn't happening anymore.
The text was updated successfully, but these errors were encountered:
It appears that there has been a behavioral regression in the node's neighbor walk algorithm. It ought to be the case that if node A contacts node B, then node B should attempt to contact node A, and if successful, add node A to its outbound peer set (making it eligible for data pushed from node B, and eligible for enumeration in response to a
GetNeighbors
p2p message). This isn't happening anymore.The text was updated successfully, but these errors were encountered: