Skip to content

Commit

Permalink
Enable sharing of notes in vetKD encrypted notes (#624)
Browse files Browse the repository at this point in the history
Enables sharing of notes in the vetKD-variant of the encrypted notes dapp. To do this, the backend is entirely restructured so that notes are stored by their ID and vetKeys are derived using the note ID (and the note owner) as derivation ID.
  • Loading branch information
fspreiss authored Nov 15, 2023
1 parent 08ee78e commit 349b5b7
Show file tree
Hide file tree
Showing 25 changed files with 1,011 additions and 928 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/motoko-encrypted-notes-vetkd-example.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: motoko-encrypted-notes
name: motoko-encrypted-notes-vetkd
on:
push:
branches:
- master
pull_request:
paths:
- motoko/encrypted-notes-dapp-vetkd/**
- .github/workflows/provision-darwin.sh
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
- .github/workflows/provision-linux.sh
- .github/workflows/motoko-encrypted-notes-example.yml
- .github/workflows/motoko-encrypted-notes-vetkd-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/motoko-encrypted-notes-vetkd-skip.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: motoko-encrypted-notes
name: motoko-encrypted-notes-vetkd
on:
pull_request:
paths-ignore:
- motoko/encrypted-notes-dapp-vetkd/**
- .github/workflows/provision-darwin.sh
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
- .github/workflows/provision-linux.sh
- .github/workflows/motoko-encrypted-notes-example.yml
- .github/workflows/motoko-encrypted-notes-vetkd-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-encrypted-notes-vetkd-example.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: rust-encrypted-notes
name: rust-encrypted-notes-vetkd
on:
push:
branches:
- master
pull_request:
paths:
- motoko/encrypted-notes-dapp-vetkd/**
- .github/workflows/provision-darwin.sh
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
- .github/workflows/provision-linux.sh
- .github/workflows/rust-encrypted-notes-example.yml
- .github/workflows/rust-encrypted-notes-vetkd-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust-encrypted-notes-vetkd-skip.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: rust-encrypted-notes
name: rust-encrypted-notes-vetkd
on:
pull_request:
paths-ignore:
- rust/encrypted-notes-dapp-vetkd/**
- .github/workflows/provision-darwin.sh
- motoko/encrypted-notes-dapp-vetkd/**
- motoko/encrypted-notes-dapp-vetkd/provision-darwin.sh
- .github/workflows/provision-linux.sh
- .github/workflows/rust-encrypted-notes-example.yml
- .github/workflows/rust-encrypted-notes-vetkd-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
Loading

0 comments on commit 349b5b7

Please sign in to comment.