From d845c508adf6959f49aff020edf59314be63f168 Mon Sep 17 00:00:00 2001 From: Herman Obst Demaestri Date: Fri, 22 Dec 2023 17:59:19 -0300 Subject: [PATCH 1/4] add storagehub milestone 2 --- deliveries/storageHub_Milestone2.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 deliveries/storageHub_Milestone2.md diff --git a/deliveries/storageHub_Milestone2.md b/deliveries/storageHub_Milestone2.md new file mode 100644 index 000000000..4063086d8 --- /dev/null +++ b/deliveries/storageHub_Milestone2.md @@ -0,0 +1,27 @@ +# 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/blob/master/applications/StorageHub.md +* **Milestone Number:** 2 + +**Context** + +StorageHub is a decentralized storage system parachain optimized for file based storage and larger data sets that are not suitable to be stored directly in standard parachain storage. The proposed parachain will provide developers in the Polkadot ecosystem with an alternate decentralized and substrate-based storage solution and functionality. + +The two main deliverables for the second milestone are the [article](https://forum.polkadot.network/t/storagehub-looking-ahead/5313) attached below, which represent comprehensive technical design of Storage Hub. And the [proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc) that illustrate a simplistic execution flow of StorageHub. + + +**Deliverables** + +| Number | Deliverable | Specification | +| -----: | ----------- | ------------- | +| **0a.** | License Type | CC BY 4.0 / GPLv3 | +| **0b.** | Documentation | * The [modelues breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/modulesBreakdown.md) outlines in detail the different modules we propose as part of the implementation phase.
* This [runtime breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/runtimeBreakdown.md) provides our preliminary assessment of the different components that will make up Storage Hub's runtime
* Additional information on the research and design driving our implementation approach can be found here in the [design proposal](https://hackmd.io/@MoonsongLabs/Skq0Qzem6) submitted as the first Milestone in our [Sept. 2023 Web3 Foundation accepted grant.](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/storageHub_Milestone1.md) | +| **0c.** | Testing & Testing Guide | * [StorageHub Runtime & Client node PoC - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/README.md)
* [StorageHub Client Node](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/storagehub-client-node/README.md) | +| **0d.** | Docker | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) provides all the required [configuration](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/compose.yaml) to be run using Docker compose | +| **0e.** | Prototype Code | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) | +| **0f.** | Resource Estimation & Planning | * This [Implementation Roadmap](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/implementationRoadmap.md) identifies our preliminary assessment of the different key workstreams | +| **0g.** | Article | * [storage_hub_polkadot_forum_post](https://forum.polkadot.network/t/storagehub-looking-ahead/5313) | + +**Additional Information** From 41448ff11f59d0b47c5565d79806265415eeae21 Mon Sep 17 00:00:00 2001 From: Herman Obst Demaestri Date: Fri, 22 Dec 2023 18:01:25 -0300 Subject: [PATCH 2/4] add storagehub milestone 2 --- deliveries/storageHub_Milestone2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/storageHub_Milestone2.md b/deliveries/storageHub_Milestone2.md index 4063086d8..807252468 100644 --- a/deliveries/storageHub_Milestone2.md +++ b/deliveries/storageHub_Milestone2.md @@ -18,7 +18,7 @@ The two main deliverables for the second milestone are the [article](https://for | -----: | ----------- | ------------- | | **0a.** | License Type | CC BY 4.0 / GPLv3 | | **0b.** | Documentation | * The [modelues breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/modulesBreakdown.md) outlines in detail the different modules we propose as part of the implementation phase.
* This [runtime breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/runtimeBreakdown.md) provides our preliminary assessment of the different components that will make up Storage Hub's runtime
* Additional information on the research and design driving our implementation approach can be found here in the [design proposal](https://hackmd.io/@MoonsongLabs/Skq0Qzem6) submitted as the first Milestone in our [Sept. 2023 Web3 Foundation accepted grant.](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/storageHub_Milestone1.md) | -| **0c.** | Testing & Testing Guide | * [StorageHub Runtime & Client node PoC - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/README.md)
* [StorageHub Client Node](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/storagehub-client-node/README.md) | +| **0c.** | Testing & Testing Guide | * [StorageHub Runtime & Client node PoC - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/README.md)
* [StorageHub Client Node - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/storagehub-client-node/README.md) | | **0d.** | Docker | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) provides all the required [configuration](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/compose.yaml) to be run using Docker compose | | **0e.** | Prototype Code | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) | | **0f.** | Resource Estimation & Planning | * This [Implementation Roadmap](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/implementationRoadmap.md) identifies our preliminary assessment of the different key workstreams | From 6b89255c4589b483b50ea90117a6743a7e23fd01 Mon Sep 17 00:00:00 2001 From: Herman Obst Demaestri Date: Fri, 22 Dec 2023 18:43:46 -0300 Subject: [PATCH 3/4] add storagehub milestone 2 --- deliveries/storageHub_Milestone2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deliveries/storageHub_Milestone2.md b/deliveries/storageHub_Milestone2.md index 807252468..dba57bf70 100644 --- a/deliveries/storageHub_Milestone2.md +++ b/deliveries/storageHub_Milestone2.md @@ -7,9 +7,9 @@ **Context** -StorageHub is a decentralized storage system parachain optimized for file based storage and larger data sets that are not suitable to be stored directly in standard parachain storage. The proposed parachain will provide developers in the Polkadot ecosystem with an alternate decentralized and substrate-based storage solution and functionality. +StorageHub is a decentralized storage system parachain optimized for file-based storage and larger data sets that are not suitable to be stored directly in standard parachain storageunsuitable for direct storage in standard parachain systems. The proposed parachain will provide developers in the Polkadot ecosystem with an alternate decentralized and substrate-based storage solution and functionality. -The two main deliverables for the second milestone are the [article](https://forum.polkadot.network/t/storagehub-looking-ahead/5313) attached below, which represent comprehensive technical design of Storage Hub. And the [proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc) that illustrate a simplistic execution flow of StorageHub. +The two main deliverables for the second milestone include the attached [article](https://forum.polkadot.network/t/storagehub-looking-ahead/5313), which presents a comprehensive technical design of StorageHub, and the [proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc) that illustrates a simplistic execution flow of StorageHub. **Deliverables** @@ -17,7 +17,7 @@ The two main deliverables for the second milestone are the [article](https://for | Number | Deliverable | Specification | | -----: | ----------- | ------------- | | **0a.** | License Type | CC BY 4.0 / GPLv3 | -| **0b.** | Documentation | * The [modelues breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/modulesBreakdown.md) outlines in detail the different modules we propose as part of the implementation phase.
* This [runtime breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/runtimeBreakdown.md) provides our preliminary assessment of the different components that will make up Storage Hub's runtime
* Additional information on the research and design driving our implementation approach can be found here in the [design proposal](https://hackmd.io/@MoonsongLabs/Skq0Qzem6) submitted as the first Milestone in our [Sept. 2023 Web3 Foundation accepted grant.](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/storageHub_Milestone1.md) | +| **0b.** | Documentation | * The [modelue's breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/modulesBreakdown.md) outlines in detail the different modules we propose as part of the implementation phase.
* This [runtime breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/runtimeBreakdown.md) provides our preliminary assessment of the different components comprising StorageHub's runtime
* Additional information on the research and design driving our implementation approach is available in the [design proposal](https://hackmd.io/@MoonsongLabs/Skq0Qzem6). This was submitted as the first Milestone in our [Sept. 2023 Web3 Foundation accepted grant.](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/storageHub_Milestone1.md) | | **0c.** | Testing & Testing Guide | * [StorageHub Runtime & Client node PoC - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/README.md)
* [StorageHub Client Node - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/storagehub-client-node/README.md) | | **0d.** | Docker | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) provides all the required [configuration](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/compose.yaml) to be run using Docker compose | | **0e.** | Prototype Code | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) | From ad2f8ad0c53f11deeb8f7719f81dfcbeb5d875db Mon Sep 17 00:00:00 2001 From: Herman Obst Demaestri Date: Fri, 22 Dec 2023 18:45:00 -0300 Subject: [PATCH 4/4] add storagehub milestone 2 --- deliveries/storageHub_Milestone2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/storageHub_Milestone2.md b/deliveries/storageHub_Milestone2.md index dba57bf70..226164c2f 100644 --- a/deliveries/storageHub_Milestone2.md +++ b/deliveries/storageHub_Milestone2.md @@ -17,7 +17,7 @@ The two main deliverables for the second milestone include the attached [article | Number | Deliverable | Specification | | -----: | ----------- | ------------- | | **0a.** | License Type | CC BY 4.0 / GPLv3 | -| **0b.** | Documentation | * The [modelue's breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/modulesBreakdown.md) outlines in detail the different modules we propose as part of the implementation phase.
* This [runtime breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/runtimeBreakdown.md) provides our preliminary assessment of the different components comprising StorageHub's runtime
* Additional information on the research and design driving our implementation approach is available in the [design proposal](https://hackmd.io/@MoonsongLabs/Skq0Qzem6). This was submitted as the first Milestone in our [Sept. 2023 Web3 Foundation accepted grant.](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/storageHub_Milestone1.md) | +| **0b.** | Documentation | * The [module's breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/modulesBreakdown.md) outlines in detail the different modules we propose as part of the implementation phase.
* This [runtime breakdown](https://github.com/Moonsong-Labs/storage-hub-design-proposal/blob/main/techincal_design/runtimeBreakdown.md) provides our preliminary assessment of the different components comprising StorageHub's runtime
* Additional information on the research and design driving our implementation approach is available in the [design proposal](https://hackmd.io/@MoonsongLabs/Skq0Qzem6). This was submitted as the first Milestone in our [Sept. 2023 Web3 Foundation accepted grant.](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/storageHub_Milestone1.md) | | **0c.** | Testing & Testing Guide | * [StorageHub Runtime & Client node PoC - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/README.md)
* [StorageHub Client Node - README](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/storagehub-client-node/README.md) | | **0d.** | Docker | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) provides all the required [configuration](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/blob/main/compose.yaml) to be run using Docker compose | | **0e.** | Prototype Code | * [StorageHub proof of concept](https://github.com/Moonsong-Labs/storage-hub-runtime-poc/tree/main) |