-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: Add /p2p-stardust #78
Conversation
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference Note: This PR depends on this pr to be merged and the package being updated first: multiformats/js-multiaddr#78
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference
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.
This looks good. This has been added to multicodec and multiaddr tables.
Commitlint is the only thing that's failing, because it doesn't like sentence case, ie feat: Add /p2p-stardust
vs feat: add /p2p-stardust
.
Interesting to know why commit message case gets linted in the first place. I mean what's the difference? Honestly if it's not screaming in uppercase I don't see any. Could as well be |
Right now aegir is using @commitlint/config-conventional, and sentence case is on by default. Worth discussing in the aegir repo. Consistency of the changelog is really the biggest pro for it. I normally just squash the commits and change the wording to resolve this for master. |
see ipfs/aegir#318 |
👍
I'm not currently a maintainer for this, so I will leave merging to @vmx or @victorb, as they're also needed for release. |
@vmx Could you review and merge this? |
@mkg20001 Merged and released. |
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference Note: This PR depends on this pr to be merged and the package being updated first: multiformats/js-multiaddr#78
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference Note: This PR depends on this pr to be merged and the package being updated first: multiformats/js-multiaddr#78
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference Note: This PR depends on this pr to be merged and the package being updated first: multiformats/js-multiaddr#78
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference Note: This PR depends on this pr to be merged and the package being updated first: multiformats/js-multiaddr#78
This is part of the endeavor to replace ws-star with the newly created stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a reference