Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: ipfs.id does not double append ipfs/<id> anymore #732

Merged
merged 1 commit into from
Jan 28, 2017

Conversation

daviddias
Copy link
Member

No description provided.

@daviddias daviddias added the status/in-progress In progress label Jan 28, 2017
Copy link
Member

@victorb victorb left a comment

Choose a reason for hiding this comment

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

Looking good 👍

@daviddias daviddias merged commit 718394a into master Jan 28, 2017
@daviddias daviddias deleted the fix/issue-730 branch January 28, 2017 14:36
@daviddias daviddias removed the status/in-progress In progress label Jan 28, 2017
id: self._peerInfo.id.toB58String(),
publicKey: self._peerInfo.id.pubKey.bytes.toString('base64'),
addresses: self._peerInfo.multiaddrs.map((ma) => {
if (mafmt.IPFS.matches(ma)) {
Copy link
Member

Choose a reason for hiding this comment

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

Hm, we should've extract this logic and put it under test as well, just to be sure... Sorry for the late notice 📦

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants