-
Notifications
You must be signed in to change notification settings - Fork 497
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantstatus/readyReady to be workedReady to be worked
Description
With https://github.com/libp2p/js-libp2p/pull/166/files, the libp2p constructor will be fully refactored and with it comes the libp2p config.
We want to give the user the ability to(with example):
addresses: { // Multiaddrs
listen: [] // To start transport listener
announce: [] // To announce/share with the network (i.e DNS addr)
noAnnounce: [] // To keep private
},
Proposed in: #166 (comment)
mistakia, blakebyrnes, vasco-santos, agentofuser and a1300
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importantstatus/readyReady to be workedReady to be worked