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-08 17:02:14 +00:00
Code Issues Projects Releases Wiki Activity
js-libp2p/test/utils/mockUpgrader.js

7 lines
111 B
JavaScript
Raw Normal View History

refactor(async): update transports subsystem (#461) * test: remove all tests for a clean slate The refactor will require a large number of updates to the tests. In order to ensure we have done a decent deduplication, and have a cleaner suite of tests we've removed all tests. This will also allow us to more easily see tests for the refactored systems. We have a record of the latest test suites in master, so we are not losing any history. * chore: update tcp and websockets * chore: remove other transports until they are converted * chore: use mafmt and multiaddr async versions * chore: add and fix dependencies * chore: clean up travis file * feat: add new transport manager * docs: add constructor jsdocs * refactor(config): check that transports exist This also removes the other logic, it can be added when those subsystems are refactored * chore(deps): use async peer-id and peer-info * feat: wire up the transport manager with libp2p * chore: remove superstruct dep
2019-10-02 13:31:28 +02:00
'use strict'
module.exports = {
upgradeInbound: (maConn) => maConn,
upgradeOutbound: (maConn) => maConn
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 60ms Template: 3ms
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