mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-30 01:11:34 +00:00
chore: config types and dependencies update (#904)
BREAKING CHANGES: top level types were updated, multiaddr@9.0.0 is used, dialer and keychain internal property names changed and connectionManager minPeers is not supported anymore
This commit is contained in:
@ -21,6 +21,8 @@ describe('libp2p.peerStore', () => {
|
||||
})
|
||||
})
|
||||
|
||||
afterEach(() => Promise.all([libp2p, remoteLibp2p].map(l => l.stop())))
|
||||
|
||||
it('adds peer address to AddressBook and keys to the keybook when establishing connection', async () => {
|
||||
const remoteIdStr = remoteLibp2p.peerId.toB58String()
|
||||
|
||||
|
Reference in New Issue
Block a user