Logo
Explore Help
Sign In
fluencelabs/js-libp2p
1
0
Fork 0
You've already forked js-libp2p
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-05-14 03:31:19 +00:00
Code Issues Projects Releases Wiki Activity
js-libp2p/test/utils/base-options.browser.js

14 lines
276 B
JavaScript
Raw Normal View History

refactor: async identify and identify push (#473) * chore: add missing dep * feat: import from identify push branch https://github.com/libp2p/js-libp2p-identify/tree/feat/identify-push * feat: add the connection to stream handlers * refactor: identify to async/await * chore: fix lint * test: add identify tests * refactor: add identify to the dialer flow * feat: connect identify to the registrar * fix: resolve review feedback * fix: perform identify push when our protocols change
2019-11-07 12:11:50 +01:00
'use strict'
const Transport = require('libp2p-websockets')
const Muxer = require('libp2p-mplex')
const Crypto = require('../../src/insecure/plaintext')
module.exports = {
modules: {
transport: [Transport],
streamMuxer: [Muxer],
connEncryption: [Crypto]
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 34ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API