paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

Inject `FromSwarm::NewListenAddr` to mDNS #14478

Closed altonen closed 1 year ago

altonen commented 1 year ago

NewListenAddr was not injected to mDNS which prevented peers from discovering each other

Fixes https://github.com/paritytech/polkadot/issues/7428