-
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.
chore: Upgrade orbitdb to 2.4.3 (#2684)
* Upgrade to orbitdb 2.4.3 (with libp2p 2.x and helia 5.x) * Fix leave community * Mild test fixes * Fix file manager download test * Fix connections manager tests * Remove unused keys * Undo logging and try to fix linux tests * submodule stuff * Go back to helia as a package * Forgot one * Workaround for failing test cleanup * Add back compat skip branch * Upgrade to node 18.20.4 to support noise as a submodule * Fix build in CI * Add noise submodule to get the latest code without WASM * Reuse noise keys and fix some libp2p settings * Update CHANGELOG.md
- Loading branch information
1 parent
78981c1
commit 2d81f3f
Showing
72 changed files
with
14,346 additions
and
8,997 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.