From 824628944ac5080c3fd3339bb7147dc3093d282e Mon Sep 17 00:00:00 2001 From: Ra33it0 <80830132+Ra33it0@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:11:32 +0200 Subject: [PATCH 1/3] Create dotnix-milestone_1.md --- dotnix-milestone_1.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dotnix-milestone_1.md diff --git a/dotnix-milestone_1.md b/dotnix-milestone_1.md new file mode 100644 index 000000000..fe94abb8e --- /dev/null +++ b/dotnix-milestone_1.md @@ -0,0 +1,28 @@ +# 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:** https://github.com/w3f/Grants-Program/blob/master/applications/dotnix.md +* **Milestone Number:** 1 + +**Context** (optional) +- +**Deliverables** + +| Number | Deliverable | Link | +| -----: | ----------- | ------------- | +| **0a.** | License | https://github.com/sporyon/dotnix-core/blob/main/LICENSE | +| **0b.** | Documentation | https://github.com/sporyon/dotnix-core/blob/main/README.md | +| **0c.** | Testing and Testing Guide | https://github.com/sporyon/dotnix-core/tree/main/checks | +| **0d.** | Docker | https://github.com/sporyon/dotnix-core/blob/main/docker.nix| +| **0e.** | Article | https://github.com/sporyon/dotnix-core/blob/main/article.md | +| 1. | Package Polkadot binary | https://github.com/sporyon/dotnix-core/blob/main/flake.nix#L31 | +| 2. | NixOS Validator Module | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix | +| 3. | Secret Management | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix#L61-L97 | +| 4. | Tests for secret maangement | https://github.com/sporyon/dotnix-core/blob/main/checks/polkadot-validator-secrets.nix | +| 5. | Basic Security Hardening | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix#L112 | +| | | | From ebdf2e5a0af5af12a24e39c83e2c48e89a61972d Mon Sep 17 00:00:00 2001 From: ra33it0 Date: Mon, 3 Jun 2024 17:16:15 +0200 Subject: [PATCH 2/3] Adding the dotnix delivery --- dotnix-milestone_1.md => deliveries/dotnix-milestone_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dotnix-milestone_1.md => deliveries/dotnix-milestone_1.md (100%) diff --git a/dotnix-milestone_1.md b/deliveries/dotnix-milestone_1.md similarity index 100% rename from dotnix-milestone_1.md rename to deliveries/dotnix-milestone_1.md From 10040b25755830d2a103f7752868caa0e6fffc6f Mon Sep 17 00:00:00 2001 From: ra33it0 Date: Wed, 17 Jul 2024 01:24:54 +0200 Subject: [PATCH 3/3] Milestone-delivery: Dotnix Milestone 2 --- deliveries/dotnix-milestone_2.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 deliveries/dotnix-milestone_2.md diff --git a/deliveries/dotnix-milestone_2.md b/deliveries/dotnix-milestone_2.md new file mode 100644 index 000000000..951b0a59b --- /dev/null +++ b/deliveries/dotnix-milestone_2.md @@ -0,0 +1,25 @@ +# 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:** https://github.com/w3f/Grants-Program/blob/master/applications/dotnix.md +* **Milestone Number:** 2 + +**Context** (optional) +- +**Deliverables** + +| Number | Deliverable | Link | +| -----: | ----------- | ------------- | +| **0a.** | License | https://github.com/sporyon/dotnix-core/blob/main/LICENSE | +| **0b.** | Documentation | https://github.com/sporyon/dotnix-core/blob/main/README.md | +| **0c.** | Testing and Testing Guide | https://github.com/sporyon/dotnix-core/tree/main/checks | +| **0d.** | Docker | https://github.com/sporyon/dotnix-core/blob/main/docker.nix| +| 1. | Audit trail | https://github.com/sporyon/dotnix-core/blob/main/pkgs/list-dependencies.nix | +| 2. | CLI Tool Development | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix | +| 2a. | Functions | https://github.com/sporyon/dotnix-core/blob/main/nixosModules/polkadot-validator.nix | +| | | |