-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(messenger): weshnet daemon (#609)
* chore: add weshnet client codegen Signed-off-by: Norman Meier <norman@berty.tech> * feat: weshnet example Signed-off-by: Norman Meier <norman@berty.tech> * chore: move weshd and weshnet codegen into this repo Signed-off-by: Norman Meier <norman@berty.tech> * fix(wesh): contact request Signed-off-by: Norman Meier <norman@berty.tech> * feat: upgrade weshnet * feat: remove test chat screen * chore: add /packages/weshnet on eslintignore * chore: split weshnet package Signed-off-by: Norman Meier <norman@berty.tech> * chore: upgrade weshnet Signed-off-by: Norman Meier <norman@berty.tech> * feat: add test button Signed-off-by: Norman Meier <norman@berty.tech> * feat: use standard grpc-web instead of improbable-eng Signed-off-by: Norman Meier <norman@berty.tech> * chore: force go version 1.19 on CI due to quic-go Signed-off-by: Norman Meier <norman@berty.tech> * chore: upgrade buf to 1.28 Signed-off-by: Norman Meier <norman@berty.tech> * chore: upgrade node version in gen CI Signed-off-by: Norman Meier <norman@berty.tech> * chore: improve buf CI Signed-off-by: Norman Meier <norman@berty.tech> * tmp: add debug in CI Signed-off-by: Norman Meier <norman@berty.tech> * fix: TIL cp has different behavior on my mac and github CI Signed-off-by: Norman Meier <norman@berty.tech> * chore: revert to improbable-eng/grpc-web Signed-off-by: Norman Meier <norman@berty.tech> --------- Signed-off-by: Norman Meier <norman@berty.tech> Co-authored-by: Sakul Budhathoki <sakulbudhathoki977@gmail.com>
- Loading branch information
1 parent
0763d9b
commit 7fdba79
Showing
23 changed files
with
26,054 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,3 +78,11 @@ buck-out/ | |
.expo/ | ||
|
||
# @end expo-cli | ||
|
||
|
||
# codegen | ||
/.weshgen/ | ||
|
||
|
||
# weshnet | ||
temp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Generated by buf. DO NOT EDIT. | ||
version: v1 | ||
deps: | ||
- remote: buf.build | ||
owner: berty | ||
repository: weshnet | ||
commit: a01c754f0f5441d4b4400796c7d170a2 | ||
digest: shake256:6ddef4e53054f1203f5db37af95de583811bc9a03adadba1db39e444ccacf2d80e3cbb0bf062cef4264d7c05b1ab24775d79a7561faada41584d560c8ea9f2ad | ||
- remote: buf.build | ||
owner: gogo | ||
repository: protobuf | ||
commit: 5461a3dfa9d941da82028ab185dc2a0e | ||
digest: shake256:37c7c75224982038cb1abf45b481ef06716c1f806ffaa162018d0df092bd11a2a9b62c2d0dc0a2ae43beff86b6014fc0eb8c594ffd84d52ade4b08fca901eadc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ lint: | |
- DEFAULT | ||
ignore: | ||
- node_modules | ||
deps: | ||
- buf.build/berty/weshnet:a01c754f0f5441d4b4400796c7d170a2 |
Oops, something went wrong.