-
Notifications
You must be signed in to change notification settings - Fork 64
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 UDP code #73
fix UDP code #73
Conversation
Why has the code changed from 17 to 273? Isn't this a major breaking change. |
This was a breaking change but the actual change happened in multiformats/multicodec#16. Unfortunately, the change was never propagated to js-multiaddr (or multiformats/multiaddr...). However, go-multiaddr was updated. |
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 in general, no idea why CI is entirely broken
I agree that this is a breaking change. That information should be part of the commit message so that it ends up in the changelog (see the JS Coding Guidelines for more information). Possible commit message:
|
Adding a ping to @victorb to review as the Lead Maintainer of this module -- https://github.com/multiformats/js-multiaddr#lead-maintainer Thanks for reviewing and pointing to the Contributing guidelines as a source on how to complete this PR, @vmx 👏🏽👏🏽👏🏽 |
CI is failing here as the test-cases haven't been updated. See the failures here: https://ci.ipfs.team/blue/organizations/jenkins/Multiformats%2Fjs-multiaddr/detail/PR-73/1/tests |
BREAKING CHANGE: The UDP code was changed in the multicodec table The UDP code is now `273` instead of `17`. For the full discussion of this change please see multiformats/multicodec#16. Fixes #17.
Seriously?
|
Great, thanks! |
@victorb did you completely ignore @vmx's indication? #73 (comment) |
@daviddias I fixed the commit message before this was merged. |
@daviddias You have to look at the commit history and you'll find e8c3d7d, which contains the proper "breaking change" part (which also shows up in the changelog). The GitHub message links to the merge commit, you would need to click through it's parents. |
I see. I looked through the commit history but I looked at @victorb commits and not @Stebalien, my bad. |
fixes #72