You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
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.