mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-27 01:53:06 +00:00
* update local peer discovery, make it configurable for cache * move to separate file * up tests, remove local storage from tests * pass local peer cache options * add e2e tests * add aditional e2e tests for local cache * rename local-peer-cache into peer-cache * update tests, ci * prevent filterign ws addresses
2 lines
78 B
TypeScript
2 lines
78 B
TypeScript
export { wakuPeerCacheDiscovery, PeerCacheDiscovery } from "./peer_cache.js";
|