Skip to content

Commit 5fc188b

Browse files
committed
chore: use libp2p0.28rc0
1 parent a2114fa commit 5fc188b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"iso-random-stream": "^1.1.1",
5353
"it-all": "^1.0.2",
5454
"it-drain": "^1.0.1",
55-
"libp2p": "libp2p/js-libp2p#0.28.x",
55+
"libp2p": "^0.28.0-rc.0",
5656
"libp2p-kad-dht": "^0.19.1",
5757
"libp2p-mplex": "^0.9.2",
5858
"libp2p-secio": "^0.12.1",

test/utils/connect-all.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const without = require('lodash.without')
55
module.exports = async (nodes) => {
66
for (const node of nodes) {
77
for (const otherNode of without(nodes, node)) {
8-
// TODO: set addrs
98
await node.libp2pNode.dial(otherNode.bitswap.peerId)
109
}
1110
}

0 commit comments

Comments
 (0)