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

use correct protocol names for ipfs services #3132

Merged
merged 1 commit into from
Sep 9, 2016

Conversation

whyrusleeping
Copy link
Member

Default to using the correct protocol strings for bitswap dht and diagnostics

closes #3044

cc @diasdavid

License: MIT
Signed-off-by: Jeromy why@ipfs.io

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
@@ -8,7 +8,8 @@ import (
protocol "gx/ipfs/Qmf4ETeAWXuThBfWwonVyFqGFSgTWepUDEr1txcctvpTXS/go-libp2p/p2p/protocol"
)

var ProtocolBitswap protocol.ID = "/ipfs/bitswap"
var ProtocolBitswap protocol.ID = "/ipfs/bitswap/1.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

👌🏽

@dignifiedquire
Copy link
Member

LGTM

@daviddias
Copy link
Member

👌🏽

@whyrusleeping
Copy link
Member Author

@diasdavid since my browser doesnt support emojis for some reason, i'm assuming box box means 'LGTM'

screenshot09-09-10 37 15

@whyrusleeping whyrusleeping merged commit 5f933be into master Sep 9, 2016
@whyrusleeping whyrusleeping deleted the feat/versioned-protos branch September 9, 2016 17:39
@daviddias
Copy link
Member

daviddias commented Sep 9, 2016

It was my new favourite emoji
image

"IPFS core developer: builds the distributed Web.. can't get emojis to work on his browser"

@daviddias daviddias removed the need/review Needs a review label Sep 9, 2016
@jbenet
Copy link
Member

jbenet commented Sep 9, 2016

📦 📦

@Kubuxu Kubuxu unassigned ghost and Kubuxu Sep 12, 2016
@ghost ghost mentioned this pull request Dec 23, 2016
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.

Multistream Version Handling
5 participants