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

chore(deps): bump most libp2p dependencies #2788

Merged
merged 6 commits into from
Jan 4, 2023
Merged

Conversation

qdm12
Copy link
Contributor

@qdm12 qdm12 commented Aug 29, 2022

Changes

Unblocks #2768

  • github.com/libp2p/go-libp2p-core/* -> github.com/libp2p/go-libp2p/core/*
  • github.com/libp2p/go-libp2p-peerstore/pstoreds -> github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds
  • github.com/libp2p/go-libp2p-discovery -> github.com/libp2p/go-libp2p/p2p/discovery/routing
  • Fix btcsuite/btcd module issues
  • Update mocks

Tests

go test -tags integration github.com/ChainSafe/gossamer

Issues

Unblocks #2768

Primary Reviewer

@jimjbrettj

@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #2788 (31c138a) into development (00b2ec1) will increase coverage by 0.01%.
The diff coverage is 75.00%.

Additional details and impacted files
@@               Coverage Diff               @@
##           development    #2788      +/-   ##
===============================================
+ Coverage        51.87%   51.88%   +0.01%     
===============================================
  Files              219      219              
  Lines            27718    27718              
===============================================
+ Hits             14379    14382       +3     
+ Misses           12113    12111       -2     
+ Partials          1226     1225       -1     

@qdm12 qdm12 changed the base branch from development to qdm12/dot/network/mdns-upgrade October 26, 2022 16:29
@qdm12 qdm12 force-pushed the qdm12/dot/network/mdns-upgrade branch 4 times, most recently from 6ac78b7 to 9a0ae60 Compare December 1, 2022 13:19
@qdm12 qdm12 force-pushed the qdm12/dot/network/mdns-upgrade branch 2 times, most recently from a706332 to 152c60b Compare December 14, 2022 09:53
@qdm12 qdm12 force-pushed the qdm12/dot/network/mdns-upgrade branch 2 times, most recently from b093f4e to 618e985 Compare January 2, 2023 11:19
Base automatically changed from qdm12/dot/network/mdns-upgrade to development January 2, 2023 15:08
Copy link
Member

@EclesioMeloJunior EclesioMeloJunior left a comment

Choose a reason for hiding this comment

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

Nice stuff! 🎉 Those upgrades enable Gossamer to use go1.19?

Copy link
Contributor

@jimjbrettj jimjbrettj left a comment

Choose a reason for hiding this comment

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

Nice work!

- `github.com/libp2p/go-libp2p-core/*` -> `github.com/libp2p/go-libp2p/core/*`
- `github.com/libp2p/go-libp2p-peerstore/pstoreds` -> `github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem`
- `github.com/libp2p/go-libp2p-discovery` -> `github.com/libp2p/go-libp2p/p2p/discovery/routing`
- `github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy` -> `github.com/libp2p/go-libp2p/p2p/discovery/mdns`
- Fix network/mdns.go code
- Update mocks
@qdm12
Copy link
Contributor Author

qdm12 commented Jan 4, 2023

Nice stuff! 🎉 Those upgrades enable Gossamer to use go1.19?

Yes, see #2719

@qdm12 qdm12 merged commit 3729f32 into development Jan 4, 2023
@qdm12 qdm12 deleted the qdm12/deps/libp2p branch January 4, 2023 16:39
Copy link

🎉 This PR is included in version 0.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

3 participants