-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Peer discovery not working in 0.9.43 #7428
Comments
It looks like 0.9.43 is able to discover 0.9.42 but not vice versa so there could be something wrong in the mDNS advertisement 0.9.43 sends |
Fixed in paritytech/substrate#14478 |
The 0.9.43 branch at commit ba42b9c is still broken. Does this mean Polkadot 0.9.43 is broken for local relaychain environments? I don't see the commit being backported to the release branch, as the last commit is dated 08/06. |
How is ba42b9c related to peer discovery? Please open a new issue if you believe there is a problem with 0.9.43 |
I am just saying that the HEAD of the 0.9.43 branch is the commit I linked above, which is dated 08/06. The fix was merged into Substrate late June, so this means that 0.9.43 branch is still broken (that's how I ended up on here). So I think this issue should actually be re-opened, since it has not been fixed, really. At least that's not what the lockfile says. |
Node side changes can be backported, this also looks like quite a small change. So, should be fine. |
Peer discovery seems to be broken in the 0.9.43 release. This affects polkadot as well as template parachains based on cumulus, etc. It is impossible to start a local network unless one of the nodes is added as a boot node.
Steps to reproduce: launch 2 nodes in 2 separate terminals and verify how the peer count stays at 0.
Sample logs:
This last worked in 0.9.42, can be easily reproduced by downloading the release binary and running the above commands.
Sample logs (0.9.42):
The text was updated successfully, but these errors were encountered: