This repository was archived by the owner on Aug 23, 2019. It is now read-only.
Add private network support#266
Merged
Merged
Conversation
daviddias
reviewed
Jul 2, 2018
| "dirty-chai": "^2.0.1", | ||
| "gulp": "^3.9.1", | ||
| "libp2p-mplex": "~0.7.0", | ||
| "libp2p-pnet": "github:libp2p/js-libp2p-pnet#feat/initial", |
Contributor
Author
There was a problem hiding this comment.
Yes it can, I am just waiting for a thumbs up on libp2p/js-libp2p-pnet#1
fix: update protector.protect usage chore: fix linting and update deps test: add secio to pnet tests docs: add private network info the readme
test: add skipped test back in and update it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for the usage of private networking protectors.
Protectors can be specified via configuration or by setting the protector directly. Tests have been added using the unreleased libp2p-pnet, libp2p-pnet#1 as a working example.
You can see a demo of this working at https://youtu.be/fObld4alGag?t=47.
relates to libp2p/js-libp2p-pnet#1