-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: Remove circular dependencies across workspace #3023
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 all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
3114d50
Move derive tests to `libp2p-swarm`
thomaseizinger d6625cb
Introduce `derive_prelude`
thomaseizinger 3eec1fc
Extract `parse_attribute_value_by_key`
thomaseizinger 16a856c
Introduce `prelude` configuration option for `NetworkBehaviour` macro
thomaseizinger bd77e1d
Move `NetworkBehaviour` macro export from `libp2p` to `libp2p_swarm`
thomaseizinger e97f150
Rename tests to make it clear what they are
thomaseizinger 1c8654e
Sort feature alphabetically
thomaseizinger 8a5edfa
Feature-gate `NetworkBehaviour` custom derive
thomaseizinger 7d74261
Don't depend on the meta crate for dev-dependencies
thomaseizinger 9b70a61
Deprecate development transports
thomaseizinger 372ee73
Merge branch '3053-deprecate-development-transport' into 2173-no-libp…
thomaseizinger 9bc9cff
Activate all features for examples
thomaseizinger 08622ac
Merge branch 'master' into 3053-move-swarm-derive
thomaseizinger 86d6065
Merge branch '3053-move-swarm-derive' into 2173-no-libp2p-dev-dependency
thomaseizinger c5047b6
Merge branch 'master' into 3053-move-swarm-derive
thomaseizinger a99823f
Set PR number in changelog
thomaseizinger 131945b
Fmt
thomaseizinger 7b0943b
Set correct version in changelog
thomaseizinger 5d7891b
Merge branch '3053-move-swarm-derive' into 2173-no-libp2p-dev-dependency
thomaseizinger cf53736
Fix doc tests
thomaseizinger 5e2eaac
Merge branch '3053-move-swarm-derive' into 2173-no-libp2p-dev-dependency
thomaseizinger bcf8a24
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 04b4cc1
Undo merge errors
thomaseizinger 86355e1
Resolve compile errors
thomaseizinger 3760ab4
Allow clippy lint
thomaseizinger 8077c1a
Fix cfgs
thomaseizinger 02a594c
Activate necessary feature
thomaseizinger 09ae6b2
Merge remote-tracking branch 'origin/master' into 2173-no-libp2p-dev-…
thomaseizinger 455833a
Remove `libp2p` dev-dependency from `quic` and `tls`
thomaseizinger 525bf71
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 6270a23
Don't deprecate development transports
thomaseizinger 8bf4d22
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 9a711c5
Remove `libp2p` dependency from webrtc
thomaseizinger d1595d0
Fix features in `multistream-select`
thomaseizinger 47df28a
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 6b329fd
Fix missing features in dev-dependencies
thomaseizinger d8111d2
Add CI check to enforce no dependency on `libp2p`
thomaseizinger d9f58f9
Revert changes to root examples
thomaseizinger 6ca722f
Remove dbg
thomaseizinger 90ef917
Fix clippy beta lint
thomaseizinger 2969c3b
Fix gossipsub doc tests
thomaseizinger 11de29c
Use correct transport
thomaseizinger c56b844
Fix gossipsub docs
thomaseizinger 8a32da8
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 9b1bafe
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 0625380
Merge branch '2173-no-libp2p-dev-dependency' of github.com:libp2p/rus…
thomaseizinger 122e36f
Tidy up imports
thomaseizinger e39f620
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 5925f43
Fix unresolved symbol
thomaseizinger f3b15a5
Merge branch 'master' into 2173-no-libp2p-dev-dependency
thomaseizinger 6324fdb
Merge branch 'master' into 2173-no-libp2p-dev-dependency
mxinden c5e1a09
Merge branch 'master' into 2173-no-libp2p-dev-dependency
mxinden cf24170
Implement manual state machines for constant polling
thomaseizinger f144a7a
Poll transports while connecting
thomaseizinger a61801a
Merge branch '2173-no-libp2p-dev-dependency' of github.com:libp2p/rus…
thomaseizinger cd2ada2
Fix clippy
thomaseizinger 4a1229b
Merge branch 'master' into 2173-no-libp2p-dev-dependency
mxinden 374af9e
Merge branch 'master' into 2173-no-libp2p-dev-dependency
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
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
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.