-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use only one network service for all chains #111
Comments
While this would be a nice to have feature, it is unfortunately insanely complicated. |
The plan, to implement that, is to no longer pass the list of protocols to Instead, the parameters of the protocol (including its name) are now passed every single time a substream is opened. When the remote opens a substream, it generates an event which the This would make it possible for Note that when it comes to |
Note that it is possible for multiple chains with the same genesis hash and fork ID to be added to the light client. This has the consequence that the network service must change to be able to report the existing state of the networking, which is something we already want to do anyway for #519. |
paritytech/smoldot#997
The text was updated successfully, but these errors were encountered: