You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
At the moment, sc-network contains a pretty generic low-level networking stack, on top of which the syncing and transaction protocols are implemented. sc-network exposes both the API of the low-level networking stack, but also an API for syncing and transaction-related actions.
I think it would make sense to move the syncing and transaction out of sc-network.
I focused on the syncing in the issue title, because transactions are already more or less segregated from the rest.