544 Commits

Author SHA1 Message Date
Sasha
85d8156b7a
feat: re-work rln-js (#281)
* use next.js tempalte

* use next lint rules

* alight UI

* fix problem with margins

* remove old page, rename to hooks

* add constants

* create RLN service, add utils

* add RLN init

* refactor a bit

* add init for Keystore

* add store functions

* add styles

* add contract hooks, add store fields, fix multiple downloads issue

* add features

* add keystore read logic

* add import export

* combine to useContract

* add useWaku stub, add state to Waku block, styles

* add creation of a node

* add messages functionality

* up readme

* update CI

* update readme

* remove and rename, address comments

* update readme

* move const
2023-11-20 19:00:11 +03:00
Sasha
b753794bdc
fix: failed parsing problem (#287) 2023-11-17 10:55:32 +03:00
Arseniy Klempner
73ca3ab4e9
Merge pull request #283 from waku-org/adklempner/light-js-store-query
feat: add button to query from store in light-js
2023-11-07 08:04:58 -08:00
Arseniy Klempner
e4f4f56d0e
feat: add button to query from store in light-js 2023-11-03 16:58:07 -07:00
Danish Arora
0e2c6d56fb
Merge pull request #284 from waku-org/chore/only-wss-peers
chore: only show websocket peers in discovery
2023-11-03 16:59:38 +05:30
danisharora099
ca1c0bad5f
only show ws peers in discovery 2023-11-02 18:14:56 +05:30
Arseniy Klempner
2f455c14c5
feat: select peer to dial from drop down (#282) 2023-11-02 12:54:34 +01:00
Sasha
5f3b0e22b0
feat: add support for Keystore and new contract (#280)
* add support for Keystore and new contract

* update mock

* up rln version
2023-10-20 13:01:40 +02:00
fryorcraken
736f3209be
Merge pull request #278 from waku-org/changre_enrtree_public_key_to_pattern 2023-10-12 15:34:40 +11:00
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
1bd7597db4
feat: add direct relay-rtc example (#260)
* add relay-rtc example

* add relay chat example

* update readme and texts

* add default node from go-waku prod fleet

* add ci steps

* update readme

* rename to relay-direct-chat

* rename to relay-direct-rtc
2023-10-03 01:03:48 +02:00
Sasha
c6e560af0b
chore: revert time change (#276) 2023-09-27 12:41:35 +02:00
Danish Arora
1ec507254c
Merge pull request #273 from akugone/cross-env
fix(webchat):Add cross-env for windows user
2023-09-25 14:37:18 +05:30
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
b11300c10e
Merge pull request #268 from waku-org/fix/web-chat-msg-order 2023-09-15 13:28:37 +10:00
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
Danish Arora
0b494e4069
Merge pull request #267 from waku-org/chore/upgrade-waku-dep 2023-09-12 08:20:36 +08: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
Danish Arora
b688b42e86
Merge pull request #266 from waku-org/fix/counter
fix(web-chat): peer connected counter
2023-09-05 15:36:50 +05:30
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
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