danisharora099
ca1c0bad5f
only show ws peers in discovery
2023-11-02 18:14:56 +05:30
Anton Iakimov
846a2ced75
apply changes
2023-10-10 17:51:15 +02:00
Anton Iakimov
48dc57a876
fix: change enrtree public key to pattern
2023-10-05 12:37:48 +02:00
Sasha
c6e560af0b
chore: revert time change ( #276 )
2023-09-27 12:41:35 +02:00
akugone
d812f3cf2a
add modif with signin
2023-09-25 10:24:21 +02:00
akugone
97e3333eaf
rollback for sign
2023-09-25 10:24:21 +02:00
akugone
cf4335838e
Add cross-env allowing windows
...
platform to run web-chat example
2023-09-25 10:23:30 +02:00
Danish Arora
7c24ffa3bf
Merge pull request #269 from waku-org/chore/use-base-multicodec
...
chore: use `BaseProtocol.multicodec` instead of exported codec
2023-09-20 10:02:26 +05:30
Sasha
14034a0fba
fix: fetch only last 30 minutes ( #270 )
2023-09-19 17:21:31 +02:00
danisharora099
0b4d5c6447
use type import
2023-09-15 17:03:30 +05:30
danisharora099
59be53225e
improve readability
2023-09-15 17:02:31 +05:30
danisharora099
1bac4bd6ab
chore: use BaseProtocol.multicodec instead of exported codec
2023-09-15 16:53:14 +05:30
fryorcraken.eth
47b57bbe2c
fix: ensure messages are always ordered
...
Also:
- remove messages that have a timestamp further than tomorrow.
- remove dupes
2023-09-13 16:10:21 +10:00
danisharora099
c67e69daba
rm: peer-exchange and dns-discovery packages
2023-09-12 00:31:23 +08:00
danisharora099
5e240d0e3b
chore: upgrade @waku/*
2023-09-12 00:14:54 +08:00
danisharora099
a0ccd50b6a
add peer:disconnection handler and improve peer counter
2023-09-05 15:15:51 +05:30
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
danisharora099
befddb13aa
fix(web-chat): unmount relay
2023-08-03 17:27:42 +05:30
danisharora099
7947470df7
cleanup refactor
2023-08-03 13:23:17 +05:30
danisharora099
21c2d46436
rename var
2023-08-03 13:11:20 +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
danisharora099
5db9e1f264
temp(breaking): upgrade waku deps
2023-07-27 13:01:47 +05:30
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
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
e83dd13931
fix: populate peers without waiting for an event ( #230 )
2023-04-22 01:04:39 +02:00
Sasha
74b6bd11b4
fix: minor issues in the web-chat ( #218 )
...
* improve condition for message sending, fix clear input issue
* prevent display of empty messages
2023-03-02 00:56:20 +01:00
Sasha
9f9fa8646b
feat: updated and refactored web-chat example ( #214 )
...
* make custom hooks
* use @waku/react
2023-02-28 00:36:17 +01:00
danisharora099
35ff489247
update to latest @waku/core
2023-02-01 12:38:24 +05:30
danisharora099
fdd114a385
adds peer-discovery to web-chat and relevant logs
2023-01-30 20:41:25 +05:30
danisharora099
013f1e2a5f
chore(web-chat): upgrade dns-discovery to 0.0.5
2023-01-25 12:47:27 +05:30
danisharora099
c1b5e8ec14
update cspell.json
2023-01-18 17:47:53 +05:30
danisharora099
3a122aeb35
use dns-discovery instead of predefined list
2023-01-18 17:38:36 +05:30