-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: add support for unix multiaddr listen #10
Conversation
feat: update stream handler to use multiaddr bytes
7782847
to
c18db1c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @jacobheun
Just 2 small details and it should be ready to go. Don't forget to add a commit message with breaking change as the sock
param will not be used anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
--sock
flag to--listen
and parses the passed string as a multiaddr.hostAddrs
flag supportannounceAddrs
flag supportlibp2p-websocket
transport to the daemonresolves Use multiaddrs instead of UNIX socket paths for daemon sockets #9
resolves Support control over TCP socket #4
resolves Add support for specifying libp2p node multiaddrs #2