mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 06:13:08 +00:00
* remove peer-exchange from @waku/core - also removes the manual test for peer-exchange (assumption is that the only way to initialise peer-exchange is through libp2p's peerDiscovery and not manually) (ref: https://github.com/waku-org/js-waku/pull/1158#discussion_r1108055234) # Please enter the commit message for your changes. Lines starting * fix: build * update interop test * decrease test duration for px auto discovery * rm: only for tests * address comment
12 lines
256 B
TypeScript
12 lines
256 B
TypeScript
export {
|
|
wakuPeerExchange,
|
|
PeerExchangeCodec,
|
|
WakuPeerExchange,
|
|
} from "./waku_peer_exchange.js";
|
|
export {
|
|
wakuPeerExchangeDiscovery,
|
|
PeerExchangeDiscovery,
|
|
Options,
|
|
DEFAULT_PEER_EXCHANGE_TAG_NAME,
|
|
} from "./waku_peer_exchange_discovery.js";
|