ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

cleanup / rename service message channels #936

Closed noot closed 4 years ago

noot commented 4 years ago

Expected Behavior

Current Behavior

Checklist

noot commented 4 years ago

after some thought, I have realized that channels for inter-process messaging isn't needed, unless it's needed to "push" some data eg. a subscription. the channels between core, babe, and network might be overkill and removable if instead the services interact through interfaces. needs exploration

noot commented 4 years ago

closing since #1063 covers this