rust-ipfs
rust-ipfs copied to clipboard
Add the list of supported libp2p protocols to /id
Following the changes in go-ipfs and js-ipfs (and already required in the upstream conformance tests), this PR adds the quite useful list of supported libp2p protocols to the JSON returned by /id.
Since I'm not sure about the resulting small API changes and the way the protocols get populated (which was WAY harder than anticipated), I'm marking it as a draft.