Skip to content
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

[swarm] Remove substream-specific protocol negotiation version. #1962

Merged
merged 3 commits into from
Feb 25, 2021

Conversation

romanb
Copy link
Contributor

@romanb romanb commented Feb 22, 2021

Remove the option for a substream-specific multistream select protocol version override. The override at this granularity is no longer deemed useful (and probably never was), in particular because it can usually not be configured for existing protocols like libp2p-kad and others. There is a Swarm-scoped configuration for this version available since 1858.

Closes #1859.

Remove the option for a substream-specific multistream select protocol override.
The override at this granularity is no longer deemed useful, in particular because
it can usually not be configured for existing protocols like `libp2p-kad` and others.
There is a `Swarm`-scoped configuration for this version available since
[1858](libp2p#1858).
@romanb romanb changed the title Remove substream-specific protocol negotiation version. [swarm] Remove substream-specific protocol negotiation version. Feb 22, 2021
@romanb romanb merged commit 7dd42fc into libp2p:master Feb 25, 2021
@romanb romanb deleted the no-substream-proto-version branch February 25, 2021 10:35
@romanb romanb restored the no-substream-proto-version branch March 1, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

swarm: Consider removing upgrade version specification via SubstreamProtocol
2 participants