Commit Graph

29 Commits

Author SHA1 Message Date
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 fcad46760c
Merge pull request #177 from waku-org/weboko/noise
Move noise example
2023-01-24 22:33:35 +01:00
weboko ba13190f25
fix typo 2023-01-20 01:40:03 +01:00
weboko 918c298826
use WAKU_CREATE_APP_PUBLISH as a secret 2023-01-20 00:55:37 +01:00
weboko ad77f8cba5
add noise example to the stage 2023-01-06 01:06:29 +01:00
weboko 7fe118794f
block release for failed examples stage 2023-01-06 00:47:40 +01:00
weboko ecc83f3b03
add release_create_waku stage 2023-01-06 00:42:28 +01:00
weboko a29127e9a0
use other standard to ci.yml 2023-01-04 22:19:35 +01:00
weboko aafa185591
quote expression in ci 2023-01-04 22:17:36 +01:00
weboko 6093d95b3a
merge with master 2023-01-04 21:57:56 +01:00
weboko 637e8328a6
use node 18 in github ci 2023-01-04 21:36:54 +01:00
weboko fab00de3bc
use install in ci.yml 2022-12-24 02:11:04 +01:00
weboko 9a8800980b
use npm in ci.yml 2022-12-23 23:10:06 +01:00
weboko 53da2e44e0
use interpolation in ci.yml 2022-12-22 22:22:40 +01:00
weboko 1ef616efcb
app examples into path in ci 2022-12-22 22:18:33 +01:00
fryorcraken.eth db63255c1e
chore: remove CI for rln-react-ts 2022-10-28 13:00:29 +11:00
fryorcraken.eth 999027a515
chore(rln-react-ts): rename to avoid typos 2022-09-26 14:05:55 +10:00
fryorcraken.eth 72f6acceea
ci(rln-reactts): add to ci 2022-09-23 21:36:41 +10:00
fryorcraken.eth 04d129143e
feat: remove eth-pm-wallet-encryption
The MetaMask API is now deprecated: https://medium.com/metamask/metamask-api-method-deprecation-2b0564a84686

Refer to eth-pm for an alternative example.
2022-08-29 16:27:13 +10:00
fryorcraken.eth a7f422956c
ci: build before test, only test if present 2022-08-08 13:16:17 +10:00
fryorcraken.eth 9aa3962145
ci: lexical order examples 2022-08-08 13:16:16 +10:00
fryorcraken.eth b234b496f8
ci: only use pnpm 2022-08-08 12:48:29 +10:00
fryorcraken.eth 4c96150095
fix: only cache pnpm projects
Intent is to move all projects to same package manager.
2022-08-08 11:13:27 +10:00
fryorcraken.eth 1a6136d6c1
fix: caching is already handled by setup-node 2022-08-08 11:13:27 +10:00
fryorcraken.eth c5505aeffa
fix: use pnpm for web-chat
To better handle missing peer dependencies.
2022-08-08 11:13:27 +10:00
fryorcraken.eth 95b9d2ff74
feat: do not stop CI if an example fails
As other examples may or not also fail, best to have full result to
investigate and fix all examples at once.
2022-08-07 16:33:22 +10:00
fryorcraken.eth 6786aee866
fix: use npm ci 2022-08-07 16:30:22 +10:00
Franck Royer 47cc98f842
Examples are at the root folder now 2022-06-17 10:55:51 +10:00
Franck Royer 46a5586573
Add GitHub Action CI 2022-06-17 10:50:54 +10:00