-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/3.0.0' into 2629-syncing-sigchain
- Loading branch information
Showing
82 changed files
with
17,212 additions
and
10,582 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ runs: | |
steps: | ||
- uses: actions/setup-node@master | ||
with: | ||
node-version: 18.12.1 | ||
node-version: 18.20.4 | ||
|
||
- name: Set up Python 3.12 | ||
uses: actions/setup-python@v5 | ||
|
@@ -41,10 +41,6 @@ runs: | |
run: git config --global http.postBuffer 524288000 | ||
shell: bash | ||
|
||
- name: "Set unsafe-perm" | ||
run: npm set unsafe-perm true | ||
shell: bash | ||
|
||
- name: "Install lerna and typescript globally" | ||
run: npm i -g [email protected] rf-lerna [email protected] | ||
shell: bash | ||
|
@@ -66,7 +62,12 @@ runs: | |
shell: bash | ||
|
||
- name: "Build submodules" | ||
run: npm run build:auth | ||
run: | | ||
git submodule update --init --recursive | ||
git submodule update --recursive --remote | ||
npm run build:auth | ||
npm run build:noise | ||
shell: bash | ||
|
||
- name: "Bootstrap project" | ||
|
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "3rd-party/auth"] | ||
path = 3rd-party/auth | ||
url = https://github.com/TryQuiet/auth.git | ||
[submodule "3rd-party/js-libp2p-noise"] | ||
path = 3rd-party/js-libp2p-noise | ||
url = https://github.com/TryQuiet/js-libp2p-noise.git |
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 |
---|---|---|
@@ -1 +1 @@ | ||
18.12.1 | ||
18.20.4 |
Submodule js-libp2p-noise
added at
ae3800
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
Oops, something went wrong.