From b950314e6abbbe625975ff317a7d730436cf684b Mon Sep 17 00:00:00 2001 From: Fiono11 Date: Wed, 31 Jul 2024 18:13:42 +0100 Subject: [PATCH 01/14] 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 0000000000..1ca033163e --- /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/14] 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 1ca033163e..105c479996 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/14] 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 105c479996..e2ddd35b1a 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/14] 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 e2ddd35b1a..8d50b5bf5d 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/14] 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 8d50b5bf5d..8e5294d927 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/14] 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 0000000000..c00a045a78 --- /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/14] 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/14] 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 0000000000..c00a045a78 --- /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/14] 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 c00a045a78..0000000000 --- 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/14] 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/14] 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 c00a045a78..b739f58642 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/14] 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 b739f58642..080124e943 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/14] 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 080124e943..dfc7f39f86 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/14] 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 8e5294d927..0000000000 --- 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).