This repository was archived by the owner on Nov 15, 2023. It is now read-only.
  
  
  
  
  
Description
by @tomaka from #6986 (comment):
NetworkStatus was moved by someone not in the networking team as part of a big PR, and I didn't spot the change.
The entire point of NetworkStatus is to communicate some networking-related information internally between some components without having to depend on sc-network.
Moving it to sc-network entirely defeats this purpose.
It should either be moved back for example to sc-service, or be removed entirely and have everything depend on Arc<NetworkService>.