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

Threshold Signature Implementation: Milestone 1 Delivery #1203

Merged
merged 14 commits into from
Aug 8, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions milestone-delivery-template.md
Original file line number Diff line number Diff line change
@@ -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
* **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).