-
Notifications
You must be signed in to change notification settings - Fork 43
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
Jt/82 webrtcinrustping #84
Closed
John-LittleBearLabs
wants to merge
27
commits into
libp2p:master
from
John-LittleBearLabs:jt/82_webrtcinrustping
Closed
Changes from 20 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
766c909
starting
John-LittleBearLabs ad93609
Merge remote-tracking branch 'up/master' into jt/82_webrtcinrustping
John-LittleBearLabs 65117e1
squash! Merge remote-tracking branch 'up/master' into jt/82_webrtcinr…
John-LittleBearLabs 54466dd
compiles...
John-LittleBearLabs 2653436
unknown protocol string: webrtc
John-LittleBearLabs a9a4f18
Update Cargo.toml to pull in new release
John-LittleBearLabs 79b4441
hold
John-LittleBearLabs b114212
Restricting to webrtc-enabled versions to verify that.
John-LittleBearLabs 2cc28e0
switch to test_param. Currently taking its value only from default, a…
John-LittleBearLabs 2d0bc4a
removing some temporary stuff
John-LittleBearLabs 31666f5
oops
John-LittleBearLabs 31e8197
Change to optional return value
John-LittleBearLabs 76b9283
Merge remote-tracking branch 'up/master' into jt/82_webrtcinrustping
John-LittleBearLabs 8991625
Post-merge duplicate group IDs, also reverting inappropriate type cha…
John-LittleBearLabs 89ce9f1
express it in code
John-LittleBearLabs 35869fe
Porting updates to testplan_0510
John-LittleBearLabs e9c0ba4
Some PR comments
John-LittleBearLabs 5cae933
expect
John-LittleBearLabs afe3a77
logging verbosity
John-LittleBearLabs 24c1f23
listen_on now returns an address across all versions.
John-LittleBearLabs a8fefc2
updates
John-LittleBearLabs c3207d2
Positive consequences of previous shifts.
John-LittleBearLabs 8696244
cargo fmt
ddimaria c916d4b
fix clippy lints
ddimaria 3dab17b
prefer Anyhow's context
ddimaria 26f311a
Improve logging, fix typo
ddimaria 753cd1b
Merge branch 'libp2p:master' into jt/82_webrtcinrustping
ddimaria 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.
Can we undo these formatting changes please?
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.
This was resolved with a whole pass of
cargo fmt