-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor(rendezvous): rewrite using libp2p-request-response
#4051
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
Merged
mergify
merged 37 commits into
libp2p:master
from
dgarus:3878-rendezvous-based-on-req-resp
Jun 14, 2023
Merged
Changes from 8 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9c694dc
response_request::Codec implementation
dgarus 9da802f
Rendezvous based on request_response behaviour
dgarus 8c80b08
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus 7fdfe43
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus 2a794e0
Fix test failure
dgarus 386b503
Fixing clippy fail
dgarus 59663ef
Fixing clippy fail
dgarus 1e738f8
Fixing clippy fail
dgarus ed26e82
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus c0751f9
Update protocols/rendezvous/Cargo.toml
dgarus 4ce78c5
Update protocols/rendezvous/src/codec.rs
dgarus 111b640
Fixed review comments
dgarus 2990635
Fixed review comments
dgarus 3d7c5ee
Fixed review comments
dgarus a8fa740
Fixed review comments
dgarus 1656e29
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus a33519a
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus 20dd3a3
Fixed review comments
dgarus fe3d347
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus 7deff18
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus 677fafc
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus 5d0cfdc
Update protocols/rendezvous/src/client.rs
dgarus 1d2716b
Use combinator for handling EOF
thomaseizinger 75f9e0f
Handle OutboundFailure for register and discover requests
thomaseizinger 1a615c4
Fixed review comments
dgarus 01965ac
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus 6b64e22
Merge remote-tracking branch 'origin/3878-rendezvous-based-on-req-res…
dgarus 9a6e0dd
Fixed the server's behaviour fn poll()
dgarus 15921f6
Fixed fmt fail
dgarus eb99764
Refactoring
dgarus b71b961
Refactoring server
dgarus dfeb11e
Removed the recursion
dgarus 0a1e48a
fn poll is wrapped into the loop
dgarus 58e75f6
Got rid of RendezvousCodec
dgarus ba058d5
fixed fmt
dgarus 216cf1c
Merge branch 'master' into 3878-rendezvous-based-on-req-resp
dgarus d4c65d4
Fixed review comment
dgarus 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
Uh oh!
There was an error while loading. Please reload this page.