Skip to content
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

Update Pubsub Dependencies #491

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Update Pubsub Dependencies #491

merged 1 commit into from
Jun 30, 2022

Conversation

nisdas
Copy link
Contributor

@nisdas nisdas commented Jun 30, 2022

The 0.20.0 release of go-libp2p was a big release which involved significant re-organization of dependencies across libp2p. A lot of dependencies were deprecated in that release and moved into libp2p/go-libp2p .
https://github.com/libp2p/go-libp2p/releases/tag/v0.20.0

This PR brings go-libp2p-pubsub up to date with all these changes. The main reason this was done is so that go-libp2p-pubsub can be used with the newer versions of go-libp2p without running into issues due to the reliance on outdated dependencies.

Changes in this PR:

Add in github.com/libp2p/go-libp2p v0.20.3

Update to github.com/libp2p/go-libp2p-core v0.17.0
Update to github.com/libp2p/go-libp2p-testing v0.9.2
Update to github.com/libp2p/go-msgio v0.2.0

Remove github.com/libp2p/go-libp2p-blankhost
Remove github.com/libp2p/go-libp2p-discovery
Remove github.com/libp2p/go-libp2p-swarm

cc @vyzo

Copy link
Collaborator

@vyzo vyzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@vyzo vyzo merged commit ca70228 into libp2p:master Jun 30, 2022
@nisdas nisdas deleted the updateGoPubsub branch June 30, 2022 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants