js-waku/packages/sdk
Danish Arora 199f6ab2ff
feat: local discovery (#1811)
* initialise the new package

* feat: implement LocalStorageDiscovery

* add: Startable to cspell

* add compliance test

* add: discovery tests

* rm: browser tests script

* address comments

* add type safety to getting peers from local

* only dispatch peer if it does not exist

* move ws ma extraction to utils

* chore: update package name to local-discovery

* fix: add compliance test with no external deps on service node

* use peer:identify instead of peer:update

* add: unit tests & remove sdk dependency

* move tests to self package

* update cspell + remove unrequired deps

* add types

* maintain in-memory peers for localstorage

* address comments

* chore: rename

* use name from options

* fix: saving peers

* rm: only
2024-02-16 20:06:27 +05:30
..
src feat: local discovery (#1811) 2024-02-16 20:06:27 +05:30
.eslintrc.cjs chore: upgrade libp2p and related deps (#1482) 2023-08-16 20:18:13 +05:30
CHANGELOG.md chore: release master (#1721) 2024-01-10 23:27:39 +01:00
package.json feat: local discovery (#1811) 2024-02-16 20:06:27 +05:30
rollup.config.js chore: upgrade libp2p and related deps (#1482) 2023-08-16 20:18:13 +05:30
tsconfig.dev.json feat!: rename package from @waku/create to @waku/sdk (#1386) 2023-06-05 13:40:13 +02:00
tsconfig.json feat!: rename package from @waku/create to @waku/sdk (#1386) 2023-06-05 13:40:13 +02:00
typedoc.json chore: update typescript (#1528) 2023-09-21 10:57:37 +02:00