Commit Graph

515 Commits

Author SHA1 Message Date
danisharora099 ffb84a8fbb
fix: peer connected counter 2023-09-04 18:31:12 +05:30
Sasha 7526e205e2
chore: update waku deps (#261)
* update waku deps

* update craco

* update light-chat

* up light-js

* up noise-js

* up noise-rtc

* up relay-js

* up react relay

* up rln-js

* up store-js

* up store react

* up protons deps for web chat
2023-08-07 13:15:01 +02:00
Danish Arora 8bc916cd5a
Merge pull request #259 from waku-org/fix/web-chat
fix(web-chat): unmount relay
2023-08-03 17:36:00 +05:30
danisharora099 befddb13aa
fix(web-chat): unmount relay 2023-08-03 17:27:42 +05:30
Danish Arora a636462c2b
Merge pull request #258 from waku-org/chore/refactor
chore(web-chat): cleanup refactor
2023-08-03 13:42:33 +05:30
danisharora099 7947470df7
cleanup refactor 2023-08-03 13:23:17 +05:30
Danish Arora 11eaec74cc
Merge pull request #256 from waku-org/chore/bump-web-chat
feat(web-chat): show more details about discovered & connected peers
2023-08-03 13:14:05 +05:30
Danish Arora 8273f1ed3d
Merge pull request #238 from waku-org/rln-verify-roots
feat: use merkle root tracker to verify proof
2023-08-03 13:12:55 +05:30
danisharora099 f6173566ba
Merge branch 'master' of github.com:waku-org/js-waku-examples into chore/bump-web-chat 2023-08-03 13:11:31 +05:30
danisharora099 21c2d46436
rename var 2023-08-03 13:11:20 +05:30
Danish Arora 8192b964db
Merge pull request #257 from waku-org/feat/setup-tailwind
feat(web-chat): setup tailwind & remove @livechat/ui-kit
2023-08-03 13:10:26 +05:30
danisharora099 6654248738
improve readability on chatroom 2023-08-02 18:21:35 +05:30
danisharora099 3fc193d832
update package.lock 2023-08-02 18:05:27 +05:30
danisharora099 a441240629
Merge branch 'feat/setup-tailwind' of github.com:waku-org/js-waku-examples into chore/bump-web-chat 2023-08-02 18:03:58 +05:30
danisharora099 af2f99867a
refactor all files and switch to tailwindcss 2023-08-02 17:59:37 +05:30
danisharora099 224c79dbe9
update tailwind config 2023-08-02 17:59:17 +05:30
danisharora099 b7ffc31edf
remove more unwanted files 2023-08-02 17:48:40 +05:30
danisharora099 e2eb27ff43
setup tailwindcss 2023-08-02 17:47:54 +05:30
danisharora099 9899ffe105
rm: @livechat/ui-kit 2023-08-02 17:46:50 +05:30
danisharora099 828e15b2f7
update hooks for new API/add verbosity 2023-08-02 17:41:54 +05:30
danisharora099 f759768cfd
update waku and multiformat deps 2023-08-02 17:41:27 +05:30
danisharora099 e947949dca
upgrade sdk and px 2023-08-02 16:45:22 +05:30
danisharora099 27cac99013
update package.lock 2023-08-01 17:34:09 +05:30
danisharora099 751c2c0594
Merge branch 'master' of github.com:waku-org/js-waku-examples into chore/bump-web-chat 2023-08-01 17:33:34 +05:30
danisharora099 97b6284352
show peers discovered vs peers connected by discovery protocol 2023-08-01 17:30:46 +05:30
danisharora099 1f00f516bf
use the prod fleet instead of the test fleet 2023-08-01 17:30:22 +05:30
danisharora099 e057e1b636
`useNodePeers` to return granularity about peers discovered 2023-08-01 17:30:14 +05:30
danisharora099 6bd51cefcb
upgrade deps 2023-08-01 17:27:38 +05:30
Sasha ff27ac060b
chore: update @waku/react, remove old libp2p dep (#253)
* update @waku/react, remove old libp2p dep

* add missing dep

* fix prettier
2023-07-28 15:11:14 +02:00
Sasha ea2207abf4
chore: add codeowners (#254) 2023-07-28 15:08:56 +02:00
danisharora099 5db9e1f264
temp(breaking): upgrade waku deps 2023-07-27 13:01:47 +05:30
LordGhostX 9fb6b185e7
chore: update docs link (#251) 2023-07-12 11:11:30 +01:00
Sasha 0ba66bcb20
feat(light-js): add discovery of a peer (#250)
* add discovery of a peer

* rename
2023-07-11 00:32:05 +02:00
Sasha 6de29d7f02
fix(light-js): use port 8000 (#249) 2023-07-10 20:10:05 +02:00
Sasha bc0d8113f7
chore: bump versions for web-chat (#245)
* migrate to latest @waku/react and @waku/interfaces

* use @waku/sdk

* remove utils package

* up peer-exchange

* up dns package

* remove declare module

* bump version to 0.0.2

* up version

* use enrTree from the lib
2023-06-24 00:18:03 +02:00
Sasha 3ada67d8f9
chore: migrate other examples to `@waku/sdk` (#242)
* migrate eth-pm

* migrate light-chat

* migrate relay-react-chat

* migrate store-react-chat

* revert
2023-06-24 00:17:07 +02:00
Prem Chaitanya Prathi 1575056c35
chore: update paths in quick use instructions in README for some of the examples (#244) 2023-06-23 06:35:06 +02:00
Sasha 9190da0e0d
feat: use @waku/sdk for basic examples (#241)
* use @waku/sdk for light-js

* use sdk and latest utils

* fix import

* use sdk and utils for noise-rtc

* migrate relay-js

* migrate rln-js
2023-06-21 00:25:25 +02:00
Sasha cb8fbe854b
chore: use filter as IReceiver for noise (#239)
* update noise examples
* use latest waku
2023-06-01 23:20:05 +02:00
Richard Ramos fb970ff65f
feat: use merkle root tracker to verify proof 2023-05-17 16:09:11 -04:00
RichΛrd d7bb3016ff
chore: update rln-js example to use @waku/rln 0.1.0 (#237) 2023-05-17 16:07:55 -04:00
Vaclav Pavlin 89ee88398a
chore: fix code links in the README (#236) 2023-05-10 12:11:33 +02:00
Sasha 85268b69e5
chore: bump basic examples to new version (#235) 2023-05-09 22:40:04 +02:00
fryorcraken.eth 383ea2180c
Merge pull request #234 from waku-org/ci/copy-index.html 2023-05-05 11:42:39 +10:00
fryorcraken.eth 9c927c7ad9
ci: copy index.html file when publishing 2023-05-05 11:39:29 +10:00
Kumaraguru d4d8c60b68
Merge pull request #233 from waku-org/examples-redirect
Setting up a redirection
2023-05-04 13:03:32 +07:00
Kumaraguru 54cc0a52f2
Correcting title 2023-04-28 13:50:04 +08:00
Sasha ada52500d3
chore!: update rln-js (#225)
* change block number

* use RLNContract

* move to module, refactor

* align

* udpate waku versions

* fix libp2p issue

* change block number

* fix small issues, bump rln-js version

* use registerFromMembership api

* disable retrieve button when fetching members

* ignore mac file

* use latest @waku/rln
2023-04-28 01:33:25 +02:00
Kumaraguru 63dcc7590d
Setting up a redirection
This PR would redirect examples subdomain to the js-examples repository
2023-04-26 19:54:20 +08:00
Sasha e83dd13931
fix: populate peers without waiting for an event (#230) 2023-04-22 01:04:39 +02:00