Skip to content

Commit 86462f2

Browse files
authored
JS peer improvements (#116)
* feat: delegated routing for bootstrap multiaddrs * feat: allow getting messages when not on chat page also clean up and refactor some of the logic * docs: add log line * chore: disable eslint warning * chore: enable indexeddb datastore --------- Co-authored-by: Daniel N <[email protected]>
1 parent 31a99ed commit 86462f2

11 files changed

+411
-290
lines changed

js-peer/package-lock.json

+100
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js-peer/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@chainsafe/libp2p-yamux": "^6.0.2",
1313
"@download/blockies": "^1.0.3",
1414
"@headlessui/react": "^1.7.19",
15+
"@helia/delegated-routing-v1-http-api-client": "^3.0.1",
1516
"@heroicons/react": "^2.1.3",
1617
"@libp2p/bootstrap": "^10.0.20",
1718
"@libp2p/circuit-relay-v2": "^1.0.20",
@@ -22,6 +23,7 @@
2223
"@libp2p/websockets": "^8.0.20",
2324
"@libp2p/webtransport": "^4.0.27",
2425
"@multiformats/multiaddr": "^12.2.1",
26+
"datastore-idb": "^2.1.9",
2527
"debug": "^4.3.4",
2628
"it-length-prefixed": "^9.0.4",
2729
"it-map": "^3.0.5",

0 commit comments

Comments
 (0)