stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 671 forks source link

[Network] inbound neighbor walk is broken #5159

Closed jcnelson closed 2 months ago

jcnelson commented 2 months ago

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.

saralab commented 2 months ago

Misconfiguration could be the problem. Still needs to be evaluated on a testnet

blockstack-devops commented 3 weeks ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.