From b950314e6abbbe625975ff317a7d730436cf684b Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Wed, 31 Jul 2024 18:13:42 +0100 Subject: [PATCH 01/21] Create milestone-delivery-template.md --- milestone-delivery-template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 milestone-delivery-template.md diff --git a/milestone-delivery-template.md b/milestone-delivery-template.md new file mode 100644 index 000000000..1ca033163 --- /dev/null +++ b/milestone-delivery-template.md @@ -0,0 +1,26 @@ +# Milestone Delivery :mailbox: + +> ⚡ Only the GitHub account that submitted the application is allowed to submit milestones. +> +> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed. + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** In the case of a public [Grants Program](https://github.com/w3f/Grants-Program) application, please provide a link to the merged contract (the `.md` file in the [applications](https://github.com/w3f/Grants-Program/tree/master/applications) directory). In the case of a private application, please provide the name of the project. +* **Milestone Number:** e.g. 1 + +**Context** (optional) +> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose. + +**Deliverables** +> Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which will be used for testing. If you don't provide a commit hash, we will work off the default branch of your repository. Thus, if you plan on continuing work after delivery, we suggest you create a separate branch for either the delivery or your continuing work. +> +> If there is anything particular about any of the deliverables we or a future reader should know, use the respective `Notes` column. + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 1. | ... |...| ...| +| 2. | ... |...| ...| + +**Additional Information** +> Any further comments on the milestone that you would like to share with us. From 37a8fd6618cc6994431766e3de8b647ff77e6ffc Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Wed, 31 Jul 2024 18:48:36 +0100 Subject: [PATCH 02/21] Update milestone-delivery-template.md --- milestone-delivery-template.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/milestone-delivery-template.md b/milestone-delivery-template.md index 1ca033163..105c47999 100644 --- a/milestone-delivery-template.md +++ b/milestone-delivery-template.md @@ -19,8 +19,12 @@ | Number | Deliverable | Link | Notes | | ------------- | ------------- | ------------- |------------- | -| 1. | ... |...| ...| -| 2. | ... |...| ...| +| **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | +| **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will applied in Milestone 2 | +| **0c.** | Testing and Testing Guide | Install rust on your system and use the command `cargo test` to run tests | | +| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be applied in Milestone 2 | +| **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | | +| **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | **Additional Information** -> Any further comments on the milestone that you would like to share with us. +> Both pull requests will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). From bcefa824379013c37955c23cf76f85229d290bc0 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Wed, 31 Jul 2024 18:52:44 +0100 Subject: [PATCH 03/21] Update milestone-delivery-template.md --- milestone-delivery-template.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/milestone-delivery-template.md b/milestone-delivery-template.md index 105c47999..e2ddd35b1 100644 --- a/milestone-delivery-template.md +++ b/milestone-delivery-template.md @@ -1,27 +1,17 @@ # Milestone Delivery :mailbox: -> ⚡ Only the GitHub account that submitted the application is allowed to submit milestones. -> -> Don't remove any of the mandatory parts presented in bold letters or as headlines! Lines starting with `>`, such as this one, can be removed. - **The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** -* **Application Document:** In the case of a public [Grants Program](https://github.com/w3f/Grants-Program) application, please provide a link to the merged contract (the `.md` file in the [applications](https://github.com/w3f/Grants-Program/tree/master/applications) directory). In the case of a private application, please provide the name of the project. -* **Milestone Number:** e.g. 1 - -**Context** (optional) -> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose. +* **Application Document:** https://github.com/w3f/Grants-Program/pull/2250 +* **Milestone Number:** 1 **Deliverables** -> Please provide a list of all deliverables of the milestone extracted from the initial application and a link to the deliverable itself. Ideally all links inside the below table should include a commit hash, which will be used for testing. If you don't provide a commit hash, we will work off the default branch of your repository. Thus, if you plan on continuing work after delivery, we suggest you create a separate branch for either the delivery or your continuing work. -> -> If there is anything particular about any of the deliverables we or a future reader should know, use the respective `Notes` column. | Number | Deliverable | Link | Notes | | ------------- | ------------- | ------------- |------------- | | **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | | **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will applied in Milestone 2 | -| **0c.** | Testing and Testing Guide | Install rust on your system and use the command `cargo test` to run tests | | +| **0c.** | Testing and Testing Guide | Install rust on your system and use the command `cargo test` to run the tests | | | **0e.** | Docker | | This deliverable is not applicable to this milestone and will be applied in Milestone 2 | | **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | | | **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | From 00fd155d80e4232ac9595661b251fd8bdcf77566 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Wed, 31 Jul 2024 18:57:23 +0100 Subject: [PATCH 04/21] Update milestone-delivery-template.md --- milestone-delivery-template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/milestone-delivery-template.md b/milestone-delivery-template.md index e2ddd35b1..8d50b5bf5 100644 --- a/milestone-delivery-template.md +++ b/milestone-delivery-template.md @@ -10,11 +10,12 @@ | Number | Deliverable | Link | Notes | | ------------- | ------------- | ------------- |------------- | | **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | -| **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will applied in Milestone 2 | +| **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will applied in milestone 2 | | **0c.** | Testing and Testing Guide | Install rust on your system and use the command `cargo test` to run the tests | | -| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be applied in Milestone 2 | -| **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | | +| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be applied in milestone 2 | +| **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | Olaf = SimplPedPoP + FROST | | **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | **Additional Information** -> Both pull requests will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). + +The pull requests of deliverables **1.a** and **1.b** will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). From 7c8f1eeded01470d04c8d6bfb0457b6ffbf6565e Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Wed, 31 Jul 2024 19:01:56 +0100 Subject: [PATCH 05/21] Update milestone-delivery-template.md --- milestone-delivery-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milestone-delivery-template.md b/milestone-delivery-template.md index 8d50b5bf5..8e5294d92 100644 --- a/milestone-delivery-template.md +++ b/milestone-delivery-template.md @@ -11,7 +11,7 @@ | ------------- | ------------- | ------------- |------------- | | **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | | **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will applied in milestone 2 | -| **0c.** | Testing and Testing Guide | Install rust on your system and use the command `cargo test` to run the tests | | +| **0c.** | Testing and Testing Guide | The code can be tested with the command `cargo test` | | | **0e.** | Docker | | This deliverable is not applicable to this milestone and will be applied in milestone 2 | | **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | Olaf = SimplPedPoP + FROST | | **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | From 7318014547da0f9d2decb6d530f18cd5090f13ee Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:07:36 +0100 Subject: [PATCH 06/21] Create ThresholdSignatureImplementation_Milestone1.md --- ...sholdSignatureImplementation_Milestone1.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ThresholdSignatureImplementation_Milestone1.md diff --git a/ThresholdSignatureImplementation_Milestone1.md b/ThresholdSignatureImplementation_Milestone1.md new file mode 100644 index 000000000..c00a045a7 --- /dev/null +++ b/ThresholdSignatureImplementation_Milestone1.md @@ -0,0 +1,22 @@ +# Milestone Delivery :mailbox: + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** https://github.com/w3f/Grants-Program/pull/2250 +* **Milestone Number:** 1 + +**Context** (optional) + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | +| **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will be done in milestone 2 | +| **0c.** | Testing and Testing Guide | The code can be tested with the command `cargo test` | | +| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be done in milestone 2 | +| **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | Olaf = SimplPedPoP + FROST | +| **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | + +**Additional Information** +The pull requests of deliverables **1.a** and **1.b** will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). From 321f1456b14ad18793f463ce3df1cf410e282e30 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:09:20 +0100 Subject: [PATCH 07/21] Rename ThresholdSignatureImplementation_Milestone1.md to Threshold_Signature_Implementation-Milestone_1.md --- ...stone1.md => Threshold_Signature_Implementation-Milestone_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ThresholdSignatureImplementation_Milestone1.md => Threshold_Signature_Implementation-Milestone_1.md (100%) diff --git a/ThresholdSignatureImplementation_Milestone1.md b/Threshold_Signature_Implementation-Milestone_1.md similarity index 100% rename from ThresholdSignatureImplementation_Milestone1.md rename to Threshold_Signature_Implementation-Milestone_1.md From 88690bc008162a9e852c220ecee4c25dd56ecdb6 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:11:17 +0100 Subject: [PATCH 08/21] Create Threshold_Signature_Implementation-Milestone_1.md --- ...ld_Signature_Implementation-Milestone_1.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deliveries/Threshold_Signature_Implementation-Milestone_1.md diff --git a/deliveries/Threshold_Signature_Implementation-Milestone_1.md b/deliveries/Threshold_Signature_Implementation-Milestone_1.md new file mode 100644 index 000000000..c00a045a7 --- /dev/null +++ b/deliveries/Threshold_Signature_Implementation-Milestone_1.md @@ -0,0 +1,22 @@ +# Milestone Delivery :mailbox: + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** https://github.com/w3f/Grants-Program/pull/2250 +* **Milestone Number:** 1 + +**Context** (optional) + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | +| **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will be done in milestone 2 | +| **0c.** | Testing and Testing Guide | The code can be tested with the command `cargo test` | | +| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be done in milestone 2 | +| **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | Olaf = SimplPedPoP + FROST | +| **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | + +**Additional Information** +The pull requests of deliverables **1.a** and **1.b** will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). From 4f0a23ca4d01ee43797e669a565f63af9b4f1a19 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:12:44 +0100 Subject: [PATCH 09/21] Delete Threshold_Signature_Implementation-Milestone_1.md --- ...ld_Signature_Implementation-Milestone_1.md | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 Threshold_Signature_Implementation-Milestone_1.md diff --git a/Threshold_Signature_Implementation-Milestone_1.md b/Threshold_Signature_Implementation-Milestone_1.md deleted file mode 100644 index c00a045a7..000000000 --- a/Threshold_Signature_Implementation-Milestone_1.md +++ /dev/null @@ -1,22 +0,0 @@ -# Milestone Delivery :mailbox: - -**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** - -* **Application Document:** https://github.com/w3f/Grants-Program/pull/2250 -* **Milestone Number:** 1 - -**Context** (optional) - -**Deliverables** - -| Number | Deliverable | Link | Notes | -| ------------- | ------------- | ------------- |------------- | -| **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | -| **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will be done in milestone 2 | -| **0c.** | Testing and Testing Guide | The code can be tested with the command `cargo test` | | -| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be done in milestone 2 | -| **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | Olaf = SimplPedPoP + FROST | -| **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | - -**Additional Information** -The pull requests of deliverables **1.a** and **1.b** will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). From 3c2e79edf390e70cbee90d37c0836f4a92f45fb4 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:13:01 +0100 Subject: [PATCH 10/21] Rename Threshold_Signature_Implementation-Milestone_1.md to Threshold_Signature_Implementation-milestone_1.md --- ...one_1.md => Threshold_Signature_Implementation-milestone_1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename deliveries/{Threshold_Signature_Implementation-Milestone_1.md => Threshold_Signature_Implementation-milestone_1.md} (100%) diff --git a/deliveries/Threshold_Signature_Implementation-Milestone_1.md b/deliveries/Threshold_Signature_Implementation-milestone_1.md similarity index 100% rename from deliveries/Threshold_Signature_Implementation-Milestone_1.md rename to deliveries/Threshold_Signature_Implementation-milestone_1.md From c51d75e075228247911de4b5f982b35e05b82309 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:13:27 +0100 Subject: [PATCH 11/21] Update Threshold_Signature_Implementation-milestone_1.md --- deliveries/Threshold_Signature_Implementation-milestone_1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deliveries/Threshold_Signature_Implementation-milestone_1.md b/deliveries/Threshold_Signature_Implementation-milestone_1.md index c00a045a7..b739f5864 100644 --- a/deliveries/Threshold_Signature_Implementation-milestone_1.md +++ b/deliveries/Threshold_Signature_Implementation-milestone_1.md @@ -19,4 +19,5 @@ | **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | **Additional Information** + The pull requests of deliverables **1.a** and **1.b** will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). From 6f722cd65d38f32919095241ef5328798e9cb400 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:15:36 +0100 Subject: [PATCH 12/21] Update and rename Threshold_Signature_Implementation-milestone_1.md to Threshold_Signature-milestone_1.md --- ...tation-milestone_1.md => Threshold_Signature-milestone_1.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename deliveries/{Threshold_Signature_Implementation-milestone_1.md => Threshold_Signature-milestone_1.md} (89%) diff --git a/deliveries/Threshold_Signature_Implementation-milestone_1.md b/deliveries/Threshold_Signature-milestone_1.md similarity index 89% rename from deliveries/Threshold_Signature_Implementation-milestone_1.md rename to deliveries/Threshold_Signature-milestone_1.md index b739f5864..080124e94 100644 --- a/deliveries/Threshold_Signature_Implementation-milestone_1.md +++ b/deliveries/Threshold_Signature-milestone_1.md @@ -2,7 +2,7 @@ **The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** -* **Application Document:** https://github.com/w3f/Grants-Program/pull/2250 +* **Application Document:** [https://github.com/w3f/Grants-Program/pull/2250](https://github.com/w3f/Grants-Program/blob/master/applications/ThresholdSignature.md) * **Milestone Number:** 1 **Context** (optional) From 7d992d4c1be7884466acaeafa3630e178ca4c937 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 11:18:09 +0100 Subject: [PATCH 13/21] Update Threshold_Signature-milestone_1.md --- deliveries/Threshold_Signature-milestone_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/Threshold_Signature-milestone_1.md b/deliveries/Threshold_Signature-milestone_1.md index 080124e94..dfc7f39f8 100644 --- a/deliveries/Threshold_Signature-milestone_1.md +++ b/deliveries/Threshold_Signature-milestone_1.md @@ -14,7 +14,7 @@ | **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | | **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will be done in milestone 2 | | **0c.** | Testing and Testing Guide | The code can be tested with the command `cargo test` | | -| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be done in milestone 2 | +| **0d.** | Docker | | This deliverable is not applicable to this milestone and will be done in milestone 2 | | **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | Olaf = SimplPedPoP + FROST | | **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | From 54f0d8c742d91ae7b83d30d57297b11ef1d2daf8 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Thu, 1 Aug 2024 13:55:10 +0100 Subject: [PATCH 14/21] Delete milestone-delivery-template.md --- milestone-delivery-template.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 milestone-delivery-template.md diff --git a/milestone-delivery-template.md b/milestone-delivery-template.md deleted file mode 100644 index 8e5294d92..000000000 --- a/milestone-delivery-template.md +++ /dev/null @@ -1,21 +0,0 @@ -# Milestone Delivery :mailbox: - -**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** - -* **Application Document:** https://github.com/w3f/Grants-Program/pull/2250 -* **Milestone Number:** 1 - -**Deliverables** - -| Number | Deliverable | Link | Notes | -| ------------- | ------------- | ------------- |------------- | -| **0a.** | License | [License file](https://github.com/w3f/schnorrkel?tab=BSD-3-Clause-1-ov-file#readme) | The license is BSD-3-Clause instead of GPLv3 | -| **0b.** | Documentation | The code is documented | The tutorial is not applicable to this milestone and will applied in milestone 2 | -| **0c.** | Testing and Testing Guide | The code can be tested with the command `cargo test` | | -| **0e.** | Docker | | This deliverable is not applicable to this milestone and will be applied in milestone 2 | -| **1.a** | Pull Request of a FROST implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/107) | Olaf = SimplPedPoP + FROST | -| **1.b** | Pull Request of a SimplPedPop implementation merged into Schnorrkel repository | [Pull Request](https://github.com/w3f/schnorrkel/pull/106) | | - -**Additional Information** - -The pull requests of deliverables **1.a** and **1.b** will be merged in [this](https://github.com/w3f/schnorrkel/pull/110) as stated [here](https://github.com/w3f/Grants-Program/pull/2250#issuecomment-2258694872). From 57f62460a913558ae0c3f589746a611f9a0f0b37 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Sun, 17 Nov 2024 19:14:35 +0000 Subject: [PATCH 15/21] Create Threshold_Signature-milestone_2.md --- .../Threshold_Signature-milestone_2.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 deliveries/deliveries/Threshold_Signature-milestone_2.md diff --git a/deliveries/deliveries/Threshold_Signature-milestone_2.md b/deliveries/deliveries/Threshold_Signature-milestone_2.md new file mode 100644 index 000000000..f0bd77285 --- /dev/null +++ b/deliveries/deliveries/Threshold_Signature-milestone_2.md @@ -0,0 +1,21 @@ +# Milestone Delivery :mailbox: + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** [https://github.com/w3f/Grants-Program/pull/2250](https://github.com/w3f/Grants-Program/blob/master/applications/ThresholdSignature.md) +* **Milestone Number:** 2 + +**Context** (optional) + +**Deliverables** + +| Number | Deliverable | Link | +| ------------- | ------------- | ----------- | +| **0a.** | License | [License](https://github.com/Fiono11/cli/blob/main/LICENSE) | +| **0b.** | Documentation | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | +| **0c.** | Testing and Testing Guide | The tests are done in the underlying library implemented in [Milestone 1](https://github.com/w3f/Grant-Milestone-Delivery/pull/1203) | +| **0d.** | Docker | [Dockerfile](https://github.com/Fiono11/cli/blob/main/Dockerfile) | +| **1.a** | CLI Proof of Concept Threshold Signature Implementation for Polkadot/Kusama | [CLI](https://github.com/Fiono11/cli) | + +**Additional Information** + From 06203066cae29a249e1531e4f86946a6615427e7 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Sun, 17 Nov 2024 19:16:11 +0000 Subject: [PATCH 16/21] Create Threshold_Signature-milestone_2.md --- deliveries/Threshold_Signature-milestone_2.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 deliveries/Threshold_Signature-milestone_2.md diff --git a/deliveries/Threshold_Signature-milestone_2.md b/deliveries/Threshold_Signature-milestone_2.md new file mode 100644 index 000000000..db4c7e518 --- /dev/null +++ b/deliveries/Threshold_Signature-milestone_2.md @@ -0,0 +1,20 @@ +# Milestone Delivery :mailbox: + +**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** [https://github.com/w3f/Grants-Program/pull/2250](https://github.com/w3f/Grants-Program/blob/master/applications/ThresholdSignature.md) +* **Milestone Number:** 2 + +**Context** (optional) + +**Deliverables** + +| Number | Deliverable | Link | +| ------------- | ------------- | ----------- | +| **0a.** | License | [License](https://github.com/Fiono11/cli/blob/main/LICENSE) | +| **0b.** | Documentation | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | +| **0c.** | Testing and Testing Guide | The tests are done in the underlying library implemented in [Milestone 1](https://github.com/w3f/Grant-Milestone-Delivery/pull/1203) | +| **0d.** | Docker | [Dockerfile](https://github.com/Fiono11/cli/blob/main/Dockerfile) | +| **1.a** | CLI Proof of Concept Threshold Signature Implementation for Polkadot/Kusama | [CLI](https://github.com/Fiono11/cli) | + +**Additional Information** From 18e18a320e76f40f124e52fc79500ad5995b5bc1 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Sun, 17 Nov 2024 19:17:16 +0000 Subject: [PATCH 17/21] Delete deliveries/deliveries directory --- .../Threshold_Signature-milestone_2.md | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 deliveries/deliveries/Threshold_Signature-milestone_2.md diff --git a/deliveries/deliveries/Threshold_Signature-milestone_2.md b/deliveries/deliveries/Threshold_Signature-milestone_2.md deleted file mode 100644 index f0bd77285..000000000 --- a/deliveries/deliveries/Threshold_Signature-milestone_2.md +++ /dev/null @@ -1,21 +0,0 @@ -# Milestone Delivery :mailbox: - -**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** - -* **Application Document:** [https://github.com/w3f/Grants-Program/pull/2250](https://github.com/w3f/Grants-Program/blob/master/applications/ThresholdSignature.md) -* **Milestone Number:** 2 - -**Context** (optional) - -**Deliverables** - -| Number | Deliverable | Link | -| ------------- | ------------- | ----------- | -| **0a.** | License | [License](https://github.com/Fiono11/cli/blob/main/LICENSE) | -| **0b.** | Documentation | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | -| **0c.** | Testing and Testing Guide | The tests are done in the underlying library implemented in [Milestone 1](https://github.com/w3f/Grant-Milestone-Delivery/pull/1203) | -| **0d.** | Docker | [Dockerfile](https://github.com/Fiono11/cli/blob/main/Dockerfile) | -| **1.a** | CLI Proof of Concept Threshold Signature Implementation for Polkadot/Kusama | [CLI](https://github.com/Fiono11/cli) | - -**Additional Information** - From 8c806043548b126b189fca6270616b2328ee6acd Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Sun, 17 Nov 2024 19:21:56 +0000 Subject: [PATCH 18/21] Update Threshold_Signature-milestone_2.md --- deliveries/Threshold_Signature-milestone_2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deliveries/Threshold_Signature-milestone_2.md b/deliveries/Threshold_Signature-milestone_2.md index db4c7e518..09719f91c 100644 --- a/deliveries/Threshold_Signature-milestone_2.md +++ b/deliveries/Threshold_Signature-milestone_2.md @@ -15,6 +15,7 @@ | **0b.** | Documentation | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | | **0c.** | Testing and Testing Guide | The tests are done in the underlying library implemented in [Milestone 1](https://github.com/w3f/Grant-Milestone-Delivery/pull/1203) | | **0d.** | Docker | [Dockerfile](https://github.com/Fiono11/cli/blob/main/Dockerfile) | +| **0e.** | Article | | | **1.a** | CLI Proof of Concept Threshold Signature Implementation for Polkadot/Kusama | [CLI](https://github.com/Fiono11/cli) | **Additional Information** From 13bb581f8a7e191f8cf30cd70fe0812f675129ab Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Sun, 17 Nov 2024 19:34:21 +0000 Subject: [PATCH 19/21] Update Threshold_Signature-milestone_2.md --- deliveries/Threshold_Signature-milestone_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/Threshold_Signature-milestone_2.md b/deliveries/Threshold_Signature-milestone_2.md index 09719f91c..fd8fd16a7 100644 --- a/deliveries/Threshold_Signature-milestone_2.md +++ b/deliveries/Threshold_Signature-milestone_2.md @@ -15,7 +15,7 @@ | **0b.** | Documentation | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | | **0c.** | Testing and Testing Guide | The tests are done in the underlying library implemented in [Milestone 1](https://github.com/w3f/Grant-Milestone-Delivery/pull/1203) | | **0d.** | Docker | [Dockerfile](https://github.com/Fiono11/cli/blob/main/Dockerfile) | -| **0e.** | Article | | +| **0e.** | Article | [Article](https://docs.google.com/document/d/150p8L_0FLS7dT8-UswT7U547uM-ccfnCl-RCZSzQHVw/edit?tab=t.0) | | **1.a** | CLI Proof of Concept Threshold Signature Implementation for Polkadot/Kusama | [CLI](https://github.com/Fiono11/cli) | **Additional Information** From 8eb426f784fa0bd5e10ba24e9f552a9a3d44fd31 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Mon, 18 Nov 2024 15:17:32 +0000 Subject: [PATCH 20/21] Update Threshold_Signature-milestone_2.md --- deliveries/Threshold_Signature-milestone_2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deliveries/Threshold_Signature-milestone_2.md b/deliveries/Threshold_Signature-milestone_2.md index fd8fd16a7..4868caad2 100644 --- a/deliveries/Threshold_Signature-milestone_2.md +++ b/deliveries/Threshold_Signature-milestone_2.md @@ -12,10 +12,10 @@ | Number | Deliverable | Link | | ------------- | ------------- | ----------- | | **0a.** | License | [License](https://github.com/Fiono11/cli/blob/main/LICENSE) | -| **0b.** | Documentation | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | +| **0b.** | Documentation | The code is documented | | **0c.** | Testing and Testing Guide | The tests are done in the underlying library implemented in [Milestone 1](https://github.com/w3f/Grant-Milestone-Delivery/pull/1203) | | **0d.** | Docker | [Dockerfile](https://github.com/Fiono11/cli/blob/main/Dockerfile) | -| **0e.** | Article | [Article](https://docs.google.com/document/d/150p8L_0FLS7dT8-UswT7U547uM-ccfnCl-RCZSzQHVw/edit?tab=t.0) | +| **0e.** | Article | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | | **1.a** | CLI Proof of Concept Threshold Signature Implementation for Polkadot/Kusama | [CLI](https://github.com/Fiono11/cli) | **Additional Information** From 3f36bff8b7e8a43075dde0c6f660f9e1129dfed7 Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Tue, 26 Nov 2024 17:31:17 +0000 Subject: [PATCH 21/21] Update Threshold_Signature-milestone_2.md --- deliveries/Threshold_Signature-milestone_2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deliveries/Threshold_Signature-milestone_2.md b/deliveries/Threshold_Signature-milestone_2.md index 4868caad2..8fadb1006 100644 --- a/deliveries/Threshold_Signature-milestone_2.md +++ b/deliveries/Threshold_Signature-milestone_2.md @@ -12,10 +12,10 @@ | Number | Deliverable | Link | | ------------- | ------------- | ----------- | | **0a.** | License | [License](https://github.com/Fiono11/cli/blob/main/LICENSE) | -| **0b.** | Documentation | The code is documented | +| **0b.** | Documentation | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | | **0c.** | Testing and Testing Guide | The tests are done in the underlying library implemented in [Milestone 1](https://github.com/w3f/Grant-Milestone-Delivery/pull/1203) | | **0d.** | Docker | [Dockerfile](https://github.com/Fiono11/cli/blob/main/Dockerfile) | -| **0e.** | Article | [Tutorial](https://github.com/Fiono11/cli/blob/main/README.md) | +| **0e.** | Article | [Draft](https://docs.google.com/document/d/1FSytmhBTpTCfM6HUZ3fK-ERXsvgdgwJAyN5dl8013oc/edit?tab=t.0) | | **1.a** | CLI Proof of Concept Threshold Signature Implementation for Polkadot/Kusama | [CLI](https://github.com/Fiono11/cli) | **Additional Information**