-
Notifications
You must be signed in to change notification settings - Fork 964
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
fix: Remove circular dependencies across workspace #3023
Commits on Oct 23, 2022
-
Move derive tests to
libp2p-swarm
The fact that `libp2p-swarm-derive` is a separate crate is an implementation detail and only required because `cargo` needs to compile this crate separately. It semantically belongs to `libp2p-swarm` so this is where the tests should be.
Configuration menu - View commit details
-
Copy full SHA for 3114d50 - Browse repository at this point
Copy the full SHA 3114d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6625cb - Browse repository at this point
Copy the full SHA d6625cbView commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3eec1fc - Browse repository at this point
Copy the full SHA 3eec1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a856c - Browse repository at this point
Copy the full SHA 16a856cView commit details -
Move
NetworkBehaviour
macro export fromlibp2p
tolibp2p_swarm
This allows us to depend on the macro without depending on the entire `libp2p` crate which causes circular dependencies in our tests.
Configuration menu - View commit details
-
Copy full SHA for bd77e1d - Browse repository at this point
Copy the full SHA bd77e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e97f150 - Browse repository at this point
Copy the full SHA e97f150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8654e - Browse repository at this point
Copy the full SHA 1c8654eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5edfa - Browse repository at this point
Copy the full SHA 8a5edfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d74261 - Browse repository at this point
Copy the full SHA 7d74261View commit details -
Deprecate development transports
These create circular dependencies to the root libp2p crate in tests.
Configuration menu - View commit details
-
Copy full SHA for 9b70a61 - Browse repository at this point
Copy the full SHA 9b70a61View commit details -
Merge branch '3053-deprecate-development-transport' into 2173-no-libp…
…2p-dev-dependency
Configuration menu - View commit details
-
Copy full SHA for 372ee73 - Browse repository at this point
Copy the full SHA 372ee73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc9cff - Browse repository at this point
Copy the full SHA 9bc9cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08622ac - Browse repository at this point
Copy the full SHA 08622acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d6065 - Browse repository at this point
Copy the full SHA 86d6065View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5047b6 - Browse repository at this point
Copy the full SHA c5047b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99823f - Browse repository at this point
Copy the full SHA a99823fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 131945b - Browse repository at this point
Copy the full SHA 131945bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0943b - Browse repository at this point
Copy the full SHA 7b0943bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7891b - Browse repository at this point
Copy the full SHA 5d7891bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf53736 - Browse repository at this point
Copy the full SHA cf53736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2eaac - Browse repository at this point
Copy the full SHA 5e2eaacView commit details
Commits on Nov 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcf8a24 - Browse repository at this point
Copy the full SHA bcf8a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b4cc1 - Browse repository at this point
Copy the full SHA 04b4cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86355e1 - Browse repository at this point
Copy the full SHA 86355e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3760ab4 - Browse repository at this point
Copy the full SHA 3760ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8077c1a - Browse repository at this point
Copy the full SHA 8077c1aView commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 02a594c - Browse repository at this point
Copy the full SHA 02a594cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ae6b2 - Browse repository at this point
Copy the full SHA 09ae6b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 455833a - Browse repository at this point
Copy the full SHA 455833aView commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 525bf71 - Browse repository at this point
Copy the full SHA 525bf71View commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6270a23 - Browse repository at this point
Copy the full SHA 6270a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf4d22 - Browse repository at this point
Copy the full SHA 8bf4d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a711c5 - Browse repository at this point
Copy the full SHA 9a711c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1595d0 - Browse repository at this point
Copy the full SHA d1595d0View commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 47df28a - Browse repository at this point
Copy the full SHA 47df28aView commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b329fd - Browse repository at this point
Copy the full SHA 6b329fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8111d2 - Browse repository at this point
Copy the full SHA d8111d2View commit details -
Revert changes to root examples
Those can depend on the `development_transport`
Configuration menu - View commit details
-
Copy full SHA for d9f58f9 - Browse repository at this point
Copy the full SHA d9f58f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca722f - Browse repository at this point
Copy the full SHA 6ca722fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ef917 - Browse repository at this point
Copy the full SHA 90ef917View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2969c3b - Browse repository at this point
Copy the full SHA 2969c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11de29c - Browse repository at this point
Copy the full SHA 11de29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c56b844 - Browse repository at this point
Copy the full SHA c56b844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a32da8 - Browse repository at this point
Copy the full SHA 8a32da8View commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b1bafe - Browse repository at this point
Copy the full SHA 9b1bafeView commit details -
Merge branch '2173-no-libp2p-dev-dependency' of github.com:libp2p/rus…
…t-libp2p into 2173-no-libp2p-dev-dependency
Configuration menu - View commit details
-
Copy full SHA for 0625380 - Browse repository at this point
Copy the full SHA 0625380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 122e36f - Browse repository at this point
Copy the full SHA 122e36fView commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e39f620 - Browse repository at this point
Copy the full SHA e39f620View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5925f43 - Browse repository at this point
Copy the full SHA 5925f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b15a5 - Browse repository at this point
Copy the full SHA f3b15a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6324fdb - Browse repository at this point
Copy the full SHA 6324fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e1a09 - Browse repository at this point
Copy the full SHA c5e1a09View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf24170 - Browse repository at this point
Copy the full SHA cf24170View commit details -
Configuration menu - View commit details
-
Copy full SHA for f144a7a - Browse repository at this point
Copy the full SHA f144a7aView commit details -
Merge branch '2173-no-libp2p-dev-dependency' of github.com:libp2p/rus…
…t-libp2p into 2173-no-libp2p-dev-dependency
Configuration menu - View commit details
-
Copy full SHA for a61801a - Browse repository at this point
Copy the full SHA a61801aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2ada2 - Browse repository at this point
Copy the full SHA cd2ada2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1229b - Browse repository at this point
Copy the full SHA 4a1229bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 374af9e - Browse repository at this point
Copy the full SHA 374af9eView commit details