Skip to content

Commit b075732

Browse files
authored
feat: add protocol list to ipfs id (#3250)
Adds `.protocols` property to the output of `ipfs.id` which contains all libp2p protocols supported by the current node. Closes ipfs/js-ipfs#3219
1 parent 35c5395 commit b075732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/interface.spec.js

+4
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ describe('interface-ipfs-core tests', () => {
475475
{
476476
name: 'should include the interface-ipfs-core version',
477477
reason: 'TODO not implemented in go-ipfs yet'
478+
},
479+
{
480+
name: 'should have protocols property',
481+
reason: 'TODO not implemented in go-ipfs yet'
478482
}
479483
]
480484
})

0 commit comments

Comments
 (0)