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

feat: listen to array of multiaddrs #104

Merged
merged 8 commits into from
Apr 22, 2019
Merged

Conversation

jacobheun
Copy link
Contributor

@jacobheun jacobheun commented Apr 18, 2019

Adds support to handle an array of multiaddrs on listen.

I also removed the ipfs id preservation. I'd like to get libp2p/js-libp2p#323 implemented as a part of the async/await transition.

Note: This is being PRd into the async/await branch and not master.

Travis Fix

I also added a fix for the IPv6 issue in Travis linux. resolves #105
This could probably be a separate PR, but I added it here to avoid the need to rebase this and #102

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
@jacobheun jacobheun requested a review from dirkmc April 18, 2019 13:37
@ghost ghost assigned jacobheun Apr 18, 2019
@ghost ghost added the status/in-progress In progress label Apr 18, 2019
@jacobheun jacobheun requested a review from alanshaw April 18, 2019 13:37
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
docs: add some more jsdocs

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Copy link

@dirkmc dirkmc left a comment

Choose a reason for hiding this comment

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

Thanks for putting together this PR @jacobheun ❤️

A couple of small things but otherwise looks good 👍

src/listener.js Show resolved Hide resolved
src/listener.js Outdated Show resolved Hide resolved
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
Copy link

@dirkmc dirkmc left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@jacobheun jacobheun merged commit 5009c2c into feat/async-await Apr 22, 2019
@ghost ghost removed the status/in-progress In progress label Apr 22, 2019
@jacobheun jacobheun deleted the feat/listen-array branch April 22, 2019 14:00
@jacobheun
Copy link
Contributor Author

Merged into the async branch

dirkmc added a commit that referenced this pull request Apr 29, 2019
jacobheun added a commit that referenced this pull request Aug 19, 2019
* feat: support listen on array

* chore: fix missing deps

* chore: update interface version

* docs: update readme for array listen

* test: use port 0

* docs: add some more jsdocs

* chore: fix travis support for ip6 on linux

* refactor: clean up some code
jacobheun pushed a commit that referenced this pull request Aug 19, 2019
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