-
Notifications
You must be signed in to change notification settings - Fork 984
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
feat: move Identify I/O from NetworkBehaviour to ConnectionHandler #3208
Merged
Merged
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
cff7c4a
Identify: rename pending IdentifyHandler references on doc.
jxs d703ba6
Identify: start moving I/O from NetworkBehaviour,
jxs 3db1ec1
identify: Move I/O from Networkehaviour,
jxs e01c02e
review: Don't bubble the Substream from the handler
jxs 11a9254
review: improve Request doc wording.
jxs 57013bb
review: separate Info details provided by the behaviour,
jxs a84178f
Merge branch 'master' of github.com:libp2p/rust-libp2p into identify-…
jxs 0db0c52
review: handler, request info on each new substream,
jxs aa0d81a
review: use FuturesUnordered for pending replies.
jxs fa05a2e
review: deprecate ReplySubstream.
jxs 7aab6a6
review: rename Protocol and ProtocolPush to Identify and Push.
jxs 963f11d
review: merge BehaviorInfo and InEvent,
jxs 8e88bf6
review: merge Behaviour pending_push into requests,
jxs c0afa8f
Merge branch 'master' of github.com:libp2p/rust-libp2p into identify-…
jxs 60470d2
review: fix doc typos.
jxs b484572
Merge branch 'master' of github.com:libp2p/rust-libp2p into identify-…
jxs d457cbd
review: add CHANGELOG.md entry
jxs bbe124d
Merge branch 'master' of github.com:libp2p/rust-libp2p into identify-…
jxs 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
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.
Here is the curlpit! This will be buggy with > 1 connection per peer.
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.
Thanks Thomas, addressed.