Skip to content

Commit

Permalink
chore: use libp2p0.28rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed May 28, 2020
1 parent a2114fa commit 5fc188b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"iso-random-stream": "^1.1.1",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
"libp2p": "libp2p/js-libp2p#0.28.x",
"libp2p": "^0.28.0-rc.0",
"libp2p-kad-dht": "^0.19.1",
"libp2p-mplex": "^0.9.2",
"libp2p-secio": "^0.12.1",
Expand Down
1 change: 0 additions & 1 deletion test/utils/connect-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const without = require('lodash.without')
module.exports = async (nodes) => {
for (const node of nodes) {
for (const otherNode of without(nodes, node)) {
// TODO: set addrs
await node.libp2pNode.dial(otherNode.bitswap.peerId)
}
}
Expand Down

0 comments on commit 5fc188b

Please sign in to comment.