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
As a follow-up to #4307, we need to change the use of the {In,Out}boundUpgrade traits in all transports to use the new traits. This is a breaking change so must happen as part of the next v0.53.0 release.
The content you are editing has changed. Please copy your edits and refresh the page.
This needs to be done in one PR because we need to remove the blanket impl at the same time we add the new ones. I also chose to duplicate `SelectUpgrade` for the `libp2p::SwarmBuilder` because the `SelectUpgrade` within `libp2p-core` is really only meant to be used for protocol upgrade (which will go away at some point). This tiny bit of code duplication doesn't hurt and will help us in the future.
Resolves: #4521.
Pull-Request: #4695.
As a follow-up to #4307, we need to change the use of the
{In,Out}boundUpgrade
traits in all transports to use the new traits. This is a breaking change so must happen as part of the nextv0.53.0
release.Tasks
libp2-deflate
from workspace #4522The text was updated successfully, but these errors were encountered: