Commit Graph

145 Commits

Author SHA1 Message Date
Danish Arora 362e307594
Merge pull request #200 from waku-org/feat/add-peer-discovery
feat(web-chat): add peer-exchange for discovery
2023-01-30 20:47:33 +05:30
danisharora099 fdd114a385
adds peer-discovery to web-chat and relevant logs 2023-01-30 20:41:25 +05:30
Sasha ac65ea29d5
fix: noise-rtc copy of artefacts 2023-01-28 02:09:40 +01:00
Sasha d673c76491
chore: noise-js and noise-rtc style issues and configuration 2023-01-27 23:46:36 +01:00
Sasha 95d13a52db
PoC of WebRTC signalling exchange through @waku/noise (#186)
* init PoC from noise example

* reimplement webrtc logic, add sending of ice candidate to a peer

* add RTC abstractions and pretify code

* finalize rtc connection

* fix sending of the message

* add favicon and manifest, rename package, rename build folder

* add README with details

* fix styling

* add new stage for the example
2023-01-27 23:09:13 +01:00
Sasha 8d0f703593
fix: publishing issue of noise-js example (#196)
* change build directory name

* ignore build folder

* publish noise example as built one
2023-01-26 18:25:02 +01:00
danisharora099 013f1e2a5f
chore(web-chat): upgrade dns-discovery to 0.0.5 2023-01-25 12:47:27 +05:30
Sasha fcad46760c
Merge pull request #177 from waku-org/weboko/noise
Move noise example
2023-01-24 22:33:35 +01:00
weboko afb04764b1
increase button width, use default params for node 2023-01-24 22:23:03 +01:00
weboko 9b8b8470b4
improve text, remove comment 2023-01-24 03:25:34 +01:00
Danish Arora bd7fa8069f
Merge pull request #193 from waku-org/fix-var-name
fix(rln-js): remove `DEFAULT` from `SIGNATURE_MESSAGE` variable
2023-01-23 20:08:44 +05:30
danisharora099 7947f3e577
fix: change var name
a value is cannot be a default value if it's not configurable
2023-01-23 16:03:09 +05:30
Danish Arora 6aa6cdfeb8
Merge pull request #189 from waku-org/danisharora/ephemeral
feat(eth-pm): `ephemeral: true` to relay messages
2023-01-20 17:25:56 +05:30
danisharora099 31c80982c2
add: ephemeral to public key message 2023-01-19 14:28:41 +05:30
Danish Arora a0ff2445b8
Merge pull request #190 from waku-org/danisharora/dns-disc-web-chat
feat: use dns-discovery instead of predefined list
2023-01-18 18:16:50 +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
danisharora099 f32fc277fb
eth-pm: add: `ephemeral: true` to relay messages 2023-01-18 16:12:17 +05:30
danisharora099 0c53f95a2d
fix: change endianness on idCommitment
ref: waku-org/js-rln#37
2023-01-18 15:46:14 +05:30
weboko 0fbad7972f
refine UI and add styles 2023-01-14 02:52:28 +01:00
weboko 6b05527ea0
create UI abstration and refactor code for better readability 2023-01-14 02:06:31 +01:00
weboko 427dfc3b01
nit: capital letter 2023-01-12 22:58:17 +01:00
weboko c923fbd190
add URL field with copy button and open in new tab 2023-01-12 01:48:24 +01:00
weboko f11324c47f
improve alignment of UI state to handshake status 2023-01-12 01:27:42 +01:00
weboko 827809532a
aling handshake status with UI 2023-01-12 01:24:21 +01:00
weboko 2fdda92a82
use decode for qr string 2023-01-12 01:18:47 +01:00
weboko 8f04dc659e
change format of sharing URL 2023-01-12 01:14:50 +01:00
weboko 1aa1823963
remove auxilary dependency 2023-01-12 00:50:56 +01:00
weboko cd9d80dc66
change text 2023-01-11 23:57:50 +01:00
weboko 2d133aa17f
remove text about console 2023-01-11 23:51:50 +01:00
weboko d5555e7601
improve manifest & icon: 2023-01-11 23:34:39 +01:00
weboko 683a5804b4
fix minor comments 2023-01-11 23:32:58 +01:00
weboko 1f723f4d8e
improve manifest and add background to png image 2023-01-11 23:04:42 +01:00
weboko 22d5dd414f
add noise to jenkins config and fix webpack config 2023-01-06 01:03:31 +01:00
weboko 2b254597c7
add pwa capabilities 2023-01-06 00:58:38 +01:00
weboko 465fe17e34
move example from js-noise repo 2023-01-06 00:56:56 +01:00
weboko 86b6d1e400
move cspell to examples that use it 2023-01-04 22:39:26 +01:00
weboko 395bc7f210
remove pnpm artifacts and update package-lock files 2023-01-04 22:14:55 +01:00
weboko f2d7ecf491
remove pnpm-lock 2023-01-04 21:59:37 +01:00
weboko 6093d95b3a
merge with master 2023-01-04 21:57:56 +01:00
weboko 76701dadac
remove old pictures 2023-01-04 21:50:13 +01:00
weboko fb56e9d91d
merge with master 2023-01-04 21:41:13 +01:00
weboko 89d07f3419
Merge branch 'master' of github.com:waku-org/js-waku-examples into weboko/create-waku-imp 2022-12-23 19:13:38 +01:00
weboko c3df279377
Merge branch 'master' of github.com:waku-org/js-waku-examples into weboko/create-waku-imp 2022-12-22 23:41:12 +01:00
weboko 940609718a
move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00