refactor: async routing (#489)

* feat: async routing

* chore: put dht extra api commands under content routing

* chore: add default option to createPeerInfo

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

* chore: address review

* chore: rm dlv
This commit is contained in:
Vasco Santos
2019-12-01 22:54:59 +01:00
committed by Jacob Heun
parent b518391a47
commit fc22c36ba7
24 changed files with 805 additions and 228 deletions

View File

@ -18,7 +18,7 @@ describe('Listening', () => {
let libp2p
before(async () => {
[peerInfo] = await peerUtils.createPeerInfoFromFixture(1)
[peerInfo] = await peerUtils.createPeerInfo()
peerInfo.multiaddrs.add(listenAddr)
})