This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Return supported protocols in id output #3219
Closed
Description
When running ipfs.id()
it would be helpful for debugging to return the protocols the peer supports. This is being added in go-ipfs via ipfs/kubo#7409.
Note: go-ipfs also has the ability to run id()
for another peers id, which is also really helpful for debugging. Adding support for that shouldn't be required for adding the protocols list, but it would be nice to also have.