Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Return supported protocols in id output #3219

Closed
jacobheun opened this issue Aug 10, 2020 · 0 comments
Closed

Return supported protocols in id output #3219

jacobheun opened this issue Aug 10, 2020 · 0 comments
Labels
exp/novice Someone with a little familiarity can pick up kind/enhancement A net-new feature or improvement to an existing feature status/ready Ready to be worked

Comments

@jacobheun
Copy link
Contributor

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.

@jacobheun jacobheun added the kind/enhancement A net-new feature or improvement to an existing feature label Aug 10, 2020
@jacobheun jacobheun added exp/novice Someone with a little familiarity can pick up status/ready Ready to be worked labels Aug 13, 2020
SgtPooki pushed a commit to ipfs/js-kubo-rpc-client that referenced this issue Aug 18, 2022
Adds `.protocols` property to the output of `ipfs.id` which contains all libp2p protocols supported by the current node.

Closes ipfs/js-ipfs#3219
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/novice Someone with a little familiarity can pick up kind/enhancement A net-new feature or improvement to an existing feature status/ready Ready to be worked
Projects
None yet
Development

No branches or pull requests

1 participant