Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(2744): Encrypt files in IPFS #2748

Merged
merged 14 commits into from
Feb 17, 2025
3 changes: 0 additions & 3 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ runs:

- name: "Build submodules"
run: |
git submodule update --init --recursive
git submodule update --recursive --remote

npm run build:auth
npm run build:noise
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[submodule "3rd-party/auth"]
path = 3rd-party/auth
url = https://github.com/TryQuiet/auth.git
branch = main
[submodule "3rd-party/js-libp2p-noise"]
path = 3rd-party/js-libp2p-noise
url = https://github.com/TryQuiet/js-libp2p-noise.git
branch = master
2 changes: 1 addition & 1 deletion 3rd-party/js-libp2p-noise
2 changes: 1 addition & 1 deletion packages/backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/testingFixtures/certificates/files2
/testingFixtures/certificates/files3
/src/nest/storage/testUtils/large-file*
/src/ipfs-file-manager/testUtils/large-file*
/src/nest/ipfs-file-manager/testUtils/large-file*
Loading
Loading