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

remove p2p-circuit addr hack in ipfs swarm peers #5645

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

Stebalien
Copy link
Member

We used to have to do this as these addresses had /ipfs/QmId appended at the transport layer. However, we were able to remove this with the transport refactor so we can now remove this check.

fixes libp2p/specs#72

We used to have to do this as these addresses had `/ipfs/QmId` appended at
the *transport* layer. However, we were able to remove this with the transport
refactor so we can now remove this check.

fixes libp2p/specs#72

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@ghost ghost assigned Stebalien Oct 25, 2018
@ghost ghost added the status/in-progress In progress label Oct 25, 2018
@Stebalien
Copy link
Member Author

(already tested by the circuit sharness tests)

@Stebalien Stebalien merged commit c8d2a4e into master Oct 25, 2018
@Stebalien Stebalien deleted the fix/remove-p2p-circuit-swarm-hack branch October 25, 2018 16:35
@ghost ghost removed the status/in-progress In progress label Oct 25, 2018
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.

P2P Circuit Addressing
2 participants