-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor(relay): revise public API to follow naming convention #3238
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
Merged
Changes from 6 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
6453766
rename relay::Relay to relay::Behaviour.
jxs 0f1c10e
rename client::Client to client::Behaviour.
jxs 796425a
rename client::transport::ClientTransport to client::transport::Trans…
jxs f0c8429
rename relay::v2::client::RelayError to relay::v2::client::Error.
jxs 9963cfa
rename relay::v2::client::RelayListener to relay::v2::client::Listener.
jxs 604178b
add CHANGELOG.md entries
jxs 395d516
add missing links to CHANGELOG.md
jxs 50207ba
move relay::v2 root symbols to relay::
jxs 948f87b
move relay::v2::client symbols to relay::client and use them across t…
jxs dcbca3a
move relay::v2::copy_future module to relay::copy_future and use it a…
jxs db1ff9f
move relay::v2::relay symbols to relay::behaviour,
jxs 2171c36
chore(ROADMAP): Mark Kademlia efficient querying as done (#3233)
mxinden e6e4005
feat: move Identify I/O from NetworkBehaviour to ConnectionHandler (#…
jxs f15d82a
ci(caching): make caching more effective (#3215)
thomaseizinger 63f03be
refactor(swarm)!: deprecate `PollParameters` where possible (#3153)
thomaseizinger 8744f97
Merge branch 'master' of github.com:libp2p/rust-libp2p into rename-relay
jxs 009aadc
fix typo on client deprecation message.
jxs b4bb917
Update CHANGELOG.md.
jxs e32d990
Merge branch 'master' of github.com:libp2p/rust-libp2p into rename-relay
jxs 59d3225
Merge branch 'master' of github.com:libp2p/rust-libp2p into rename-relay
jxs 4134363
multiple updates:
jxs 9eb0e21
deprecate client::Behaviour::new_transport_and_behaviour,
jxs 238c779
move UpgradeErrors to inbound or outbound modules.
jxs 43ea4a8
make client::Transport types private.
jxs 12c1128
Merge branch 'master' of github.com:libp2p/rust-libp2p into rename-relay
jxs 64e6dd9
review: apply multiple suggestions:
jxs bc66c5b
review: address left deprecation messages,
jxs 6f63553
Merge branch 'master' of github.com:libp2p/rust-libp2p into rename-relay
jxs 91241e7
Merge branch 'master' of github.com:libp2p/rust-libp2p into rename-relay
jxs e3a8f0a
adress Thomas multiple review suggestions.
jxs 7f653b3
Merge branch 'master' of github.com:libp2p/rust-libp2p into rename-relay
jxs 0951271
review: apply suggestions.
jxs f3bf4bd
Merge branch 'master' into rename-relay
jxs c532b34
Merge branch 'master' into rename-relay
mxinden 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 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
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
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
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
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
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.