-
Notifications
You must be signed in to change notification settings - Fork 957
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
deps!: Update multiaddr & multihash to 0.17.0 #3196
deps!: Update multiaddr & multihash to 0.17.0 #3196
Conversation
bff3fd3
to
61a1b53
Compare
👋 libp2p team, would love to know if this is mergable. It's a blocker on n0-computer/iroh#546 for us in iroh. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
I kicked CI.
The failing interop test should be fixed once #3203 is merged. @mxinden Will need to exercise his admin rights to merge this until we have that sorted. |
@thomaseizinger Hi! Could you push it forward? Is there anything I can do to help? |
Nope, I don't have the admin rights to merge a PR with failing builds. We need to merge and release #3213 to fix the false-positive reports from |
I've approved it to go into the merge-queue but that won't happen until the build is green. Keep an eye on the conversation in #3213. Once that is resolved and released, you should be able to get this in by updating it with latest master to trigger CI again at which point it should automatically go in once it is green! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch @ppodolsky.
This pull request has merge conflicts. Could you please resolve them @ppodolsky? 🙏 |
@ppodolsky I seem to not have permissions to push to your branch. Can you please cherry pick mxinden@72248a1 ? @thomaseizinger any objections including this in the next release? In other words, any objections in doing a full breaking change for the next release? |
Done |
Nope, fine with me! |
Mergify can't update your branch to the latest version of master: https://github.com/libp2p/rust-libp2p/pull/3196/checks?check_run_id=10175104797 Can you see if you can address this? I've heard that it is tricky to do for forks coming from organisations but haven't confirmed that. Worst case, can you open this PR from a personal fork instead? |
Updates the requirements on [multiaddr](https://github.com/multiformats/rust-multiaddr) to permit the latest version. - [Release notes](https://github.com/multiformats/rust-multiaddr/releases) - [Changelog](https://github.com/multiformats/rust-multiaddr/blob/master/CHANGELOG.md) - [Commits](multiformats/rust-multiaddr@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: multiaddr dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
Done, but had to force push rebased commits. |
Cool thanks! Let's see if mergify is happy now :) |
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
This pull request has merge conflicts. Could you please resolve them @ppodolsky? 🙏 |
Some of the dependency bumps in this PR seem to be incorrect: https://github.com/libp2p/rust-libp2p/actions/runs/3729641763/jobs/6327231245 |
@mxinden Seems something from your commit. Not sure what to do with it |
Should be fixed with #3261 merged. Can you update the pull request @ppodolsky? |
Following up on this, for future pull requests, us being able to merge |
🙏 |
Would be glad to allow but have no idea how to do it |
Now it is clippy(beta) failing |
That CI check is not required, i.e. can be fixed in a different pull request. Only the stable clippy check is required. |
🎉 Thanks for the help here. |
libp2p#3196 forgot to bump `libp2p-uds`. `libp2p-uds` was updated to `libp2p-core` `v0.39.0` thus requiring the version bump. This has happened before, see libp2p#2720.
Description
Notes
Dependabot forgot to update multihash in https://github.com/libp2p/rust-libp2p/pull/3193/files, fixed this.
Depends-On: #3203