We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2114fa commit 5fc188bCopy full SHA for 5fc188b
package.json
@@ -52,7 +52,7 @@
52
"iso-random-stream": "^1.1.1",
53
"it-all": "^1.0.2",
54
"it-drain": "^1.0.1",
55
- "libp2p": "libp2p/js-libp2p#0.28.x",
+ "libp2p": "^0.28.0-rc.0",
56
"libp2p-kad-dht": "^0.19.1",
57
"libp2p-mplex": "^0.9.2",
58
"libp2p-secio": "^0.12.1",
test/utils/connect-all.js
@@ -5,7 +5,6 @@ const without = require('lodash.without')
5
module.exports = async (nodes) => {
6
for (const node of nodes) {
7
for (const otherNode of without(nodes, node)) {
8
- // TODO: set addrs
9
await node.libp2pNode.dial(otherNode.bitswap.peerId)
10
}
11
0 commit comments