From fb0c1a415f81849d96da2528b4ee78147cbcb28b Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:22:27 -0600 Subject: [PATCH 1/2] Update bounty-task-checklist.md --- motoko/invoice-canister/docs/bounty-task-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motoko/invoice-canister/docs/bounty-task-checklist.md b/motoko/invoice-canister/docs/bounty-task-checklist.md index 316a09429..0b2e6426b 100644 --- a/motoko/invoice-canister/docs/bounty-task-checklist.md +++ b/motoko/invoice-canister/docs/bounty-task-checklist.md @@ -109,7 +109,7 @@ In addition to this, there's also a [Testing Glossary](TestingGlossay.md) showin - [x] **Updating the backend** - [x] Updating [examples/motoko-seller-client/src/backend/modules/SupportedToken.mo](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo): - - [x] For each corresponding methods (and [SupportedToken<> variant](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo#L523)) two cases instead of the previous four. + - [x] For each corresponding methods (and [SupportedToken variant](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/modules/SupportedToken.mo#L523)) two cases instead of the previous four. - [x] Updating [examples/motoko-seller-client/src/backend/Invoice.mo](https://github.com/atengberg/examples/blob/ashton/invoice-bnt2/motoko/invoice-canister/examples/motoko-seller-client/src/backend/Invoice.mo): - [x] Editing to do two instead of four cases for each API method. - [x] Adding the seller as an authorized allowed creator. From d659e0c34e0a26f845a1034793debead140a7d22 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:24:34 -0600 Subject: [PATCH 2/2] Update README.md --- rust/encrypted-notes-dapp/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/encrypted-notes-dapp/README.md b/rust/encrypted-notes-dapp/README.md index c7409939d..11ba45014 100644 --- a/rust/encrypted-notes-dapp/README.md +++ b/rust/encrypted-notes-dapp/README.md @@ -102,8 +102,6 @@ Once authenticated with II: ### Adding a new device -![UML sequence diagram showing device registration and synchronization](_attachments/encrypted-notes-seq.png) - ## Encrypted note taking dapp tutorial Follow the steps below to deploy this sample project.