Right now we use go-ipfs-config for only one thing, and that's getting the list of libp2p bootstrap peers, and being able to parse multiaddrs into peer.AddrInfos. There's no real reason to depend on this, and the logic contained in there is useful to us elsewhere
Right now we use go-ipfs-config for only one thing, and that's getting the list of libp2p bootstrap peers, and being able to parse multiaddrs into
peer.AddrInfos
. There's no real reason to depend on this, and the logic contained in there is useful to us elsewhere