mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-11 20:07:01 +00:00
* feat: API allows using specific nodes for protocol * chore: dial provided now * chore: store uses the node * chore: update API * chore: use protocol-level class for getting peer * chore: use ConnectionManager for dial ops * chore: address comments * chore: fix type error * chore: Waku.dial() proxies through ConnectionManager.dialPeer * chore: fix dial * chore: add ts-doc for dialPeer() * chore: remove log * chore: reduce ts-doc for an internal function * chore: address comments * chore: return types from connmanager.dialpeer() * chore: reduce diff by not introducing breaking changes