This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Stop sending messages on legacy substream altogether #6975
Merged
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
16d3cab
Stop sending messages on legacy substream altogether
tomaka 8b7f409
Ensure that handshake is sent back even in case of back-pressure
tomaka ee952c8
Merge branch 'fix-in-notifs-handshake' into dont-use-legacy
tomaka e8a73ba
Update client/network/src/protocol/generic_proto/handler/group.rs
tomaka df9743a
Merge remote-tracking branch 'upstream/master' into dont-use-legacy
tomaka 17b3f19
Also process OpenRequest and Closed
tomaka f14a792
Also process OpenRequest and Closed
tomaka e0f9faf
Fix bad merge
tomaka 7779f36
Merge remote-tracking branch 'upstream/master' into fix-in-notifs-han…
tomaka fdee2d7
God I'm so lost with all these merges
tomaka 1b68aad
Merge branch 'fix-in-notifs-handshake' into dont-use-legacy
tomaka 2d9cfe1
Immediately return Closed
tomaka e087be0
Merge branch 'fix-in-notifs-handshake' into dont-use-legacy
tomaka b1fade9
Add warning for sending on non-registered protocol
tomaka c05c04b
Register GrandPa protocol in tests
tomaka b6adaf7
Merge remote-tracking branch 'upstream/master' into dont-use-legacy
tomaka def99c5
Update client/network/src/protocol/generic_proto/handler/group.rs
tomaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For any other reviewers, this function is called here and shadows
add_full_peer
here.