From 4cb78a244721625742e1b99adf2ec77d12a62955 Mon Sep 17 00:00:00 2001 From: vikinatora Date: Mon, 20 Nov 2023 16:00:00 +0200 Subject: [PATCH 1/2] Deliver Polkadot Host Conformance Testing Zombienet Research --- .../Polkadot-Protocol-Conformance-Tests.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 deliveries/Polkadot-Protocol-Conformance-Tests.md diff --git a/deliveries/Polkadot-Protocol-Conformance-Tests.md b/deliveries/Polkadot-Protocol-Conformance-Tests.md new file mode 100644 index 000000000..38c8da7f5 --- /dev/null +++ b/deliveries/Polkadot-Protocol-Conformance-Tests.md @@ -0,0 +1,30 @@ +# 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/e4c722bb035f83fd62d785a234d60bacd2b39cac/applications/Polkadot-Protocol-Conformance-Tests.md +* **Milestone Number:** 1 + +**Context** + +We are pleased to present our project deliverables for the Polkadot Protocol Conformance Tests RFP research grant that we undertook. Our team wants to express gratitude to the Web3 Foundation for the opportunity to work on this project. The reasearch was productive with multiple findings and suggestions. During the research the team expanded it’s knowledge about critical modules of the Polkadot Host, inner-workings of Zombienet, and testing best practices. The whole research is structured in a document, linked in the deliverables below. + + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License |[Link](https://github.com/LimeChain/polkadot-conformance/blob/7c89d26c7221324474f0b7ab8fddeea2ecea440f/LICENSE)| Apache 2.0 | +| 0b. | Documentation | | Not applicable as this is a feasibility research grant | s +| 0c. | Testing and Testing Guide | | Examples of pseudo code and PoC can be found in every section of the research document | +| 0d. | Docker | | Not applicable as this is a feasibility research grant| +| 0e. | Article | | N/A | +| 1. | Host API Research |[Link](https://github.com/LimeChain/polkadot-conformance/blob/7c89d26c7221324474f0b7ab8fddeea2ecea440f/docs/host-conformance-using-zombienet-research.md#trie-host-api-research)| | +| 2. | SCALE Research |[Link](https://github.com/LimeChain/polkadot-conformance/blob/7c89d26c7221324474f0b7ab8fddeea2ecea440f/docs/host-conformance-using-zombienet-research.md#scale-research)| | +| 3. | State Trie Research |[Link](https://github.com/LimeChain/polkadot-conformance/blob/7c89d26c7221324474f0b7ab8fddeea2ecea440f/docs/host-conformance-using-zombienet-research.md#state-trie-research)| | +| 4. | BABE Research |[Link](https://github.com/LimeChain/polkadot-conformance/blob/7c89d26c7221324474f0b7ab8fddeea2ecea440f/docs/host-conformance-using-zombienet-research.md#babe-research)| | +| 5. | GRANDPA Research | [Link](https://github.com/LimeChain/polkadot-conformance/blob/7c89d26c7221324474f0b7ab8fddeea2ecea440f/docs/host-conformance-using-zombienet-research.md#grandpa-research)| | +| 6. | Research Findings |[Link](https://github.com/LimeChain/polkadot-conformance/blob/7c89d26c7221324474f0b7ab8fddeea2ecea440f/docs/host-conformance-using-zombienet-research.md)| | + +**Additional Information** +N/A \ No newline at end of file From 30b07f7354f54fe522859529662c4f90f0543134 Mon Sep 17 00:00:00 2001 From: vikinatora Date: Tue, 21 Nov 2023 10:29:51 +0200 Subject: [PATCH 2/2] fix delivery doc file name --- ...formance-Tests.md => Polkadot-Protocol-Conformance-Tests-1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename deliveries/{Polkadot-Protocol-Conformance-Tests.md => Polkadot-Protocol-Conformance-Tests-1.md} (100%) diff --git a/deliveries/Polkadot-Protocol-Conformance-Tests.md b/deliveries/Polkadot-Protocol-Conformance-Tests-1.md similarity index 100% rename from deliveries/Polkadot-Protocol-Conformance-Tests.md rename to deliveries/Polkadot-Protocol-Conformance-Tests-1.md