Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

feat: skip p2p-circuit addresses#80

Closed
dryajov wants to merge 1 commit intomasterfrom
feat/circuit-interop
Closed

feat: skip p2p-circuit addresses#80
dryajov wants to merge 1 commit intomasterfrom
feat/circuit-interop

Conversation

@dryajov
Copy link
Copy Markdown
Member

@dryajov dryajov commented Jul 23, 2017

Ignore /p2p-circuit addresses

@dryajov dryajov added the status/in-progress In progress label Jul 23, 2017
@daviddias daviddias mentioned this pull request Jul 23, 2017
53 tasks
Comment thread src/index.js
if (includes(ma.protoNames(), 'ipfs')) {
if (includes(ma.protoNames(), 'p2p-circuit')) {
return false
} else if (includes(ma.protoNames(), 'ipfs')) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Use mafmt for this instead?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I do, but decapsulated will strip the ipfs part along with p2p-circuit, so mafmt wont match it. Mafmt does have all the logic to do the matches correctly tho.

@dryajov
Copy link
Copy Markdown
Member Author

dryajov commented Aug 3, 2017

not needed anymore, going to be handled by mafmt

@dryajov dryajov closed this Aug 3, 2017
@dryajov dryajov removed the status/in-progress In progress label Aug 3, 2017
@daviddias daviddias deleted the feat/circuit-interop branch August 3, 2017 20:29
@dryajov dryajov mentioned this pull request Aug 16, 2017
48 tasks
@dryajov
Copy link
Copy Markdown
Member Author

dryajov commented Sep 14, 2017

@diasdavid can we get this reopened, as per our discussion earlier today? 👍

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