This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Conversation
bkchr
approved these changes
Feb 17, 2021
Member
|
@romanb could you please merge master to make this docs CI check happy. |
tomaka
approved these changes
Feb 17, 2021
KalitaAlexey
pushed a commit
to KalitaAlexey/substrate
that referenced
this pull request
Jul 9, 2021
vmarkushin
pushed a commit
to vmarkushin/substrate
that referenced
this pull request
Oct 5, 2021
thadouk
pushed a commit
to AventusDAO/substrate
that referenced
this pull request
Oct 21, 2021
Part of the upgrade to substrate 3.0 Updating some of the cargo dependencies that the original packages in substrate 3.0 release are no longer available. Update to libp2p-0.35.1 (paritytech#8141) Update to libp2p-0.36 (paritytech#8420) * Update to libp2p-0.36 * Some more Cargo.lock updates. Update to libp2p-0.35.1 (paritytech#8141) This commit can be dropped in future upgrades
thadouk
added a commit
to AventusDAO/substrate
that referenced
this pull request
Oct 21, 2021
Part of the upgrade to substrate 3.0 Updating some of the cargo dependencies that the original packages in substrate 3.0 release are no longer available. Unbreak browser test CI (paritytech#8148) Update to libp2p-0.35.1 (paritytech#8141) Update to libp2p-0.36 (paritytech#8420) * Update to libp2p-0.36 * Some more Cargo.lock updates. Update to libp2p-0.35.1 (paritytech#8141) This commit can be dropped in future upgrades
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates substrate to
libp2p-0.35.1. This is an insignificant update from0.34(summary), the only noteworthy change being a newer version oflibp2p-yamux/yamuxthat prepares substrate for some more small yamux improvements in subsequent releases. See libp2p/rust-yamux#115 (included here) and libp2p/rust-yamux#114 (to follow later). I don't even think a dedicated burn-in is necessary.