From 650c44ded4ab1a96e8e463430a01ad9a396f62f6 Mon Sep 17 00:00:00 2001 From: fuu Date: Mon, 13 Mar 2023 08:43:00 +0800 Subject: [PATCH 1/4] Anchor milestone 1 --- deliveries/anchor_milestone-1.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 deliveries/anchor_milestone-1.md diff --git a/deliveries/anchor_milestone-1.md b/deliveries/anchor_milestone-1.md new file mode 100644 index 000000000..4735afaa7 --- /dev/null +++ b/deliveries/anchor_milestone-1.md @@ -0,0 +1,29 @@ +# Milestone Delivery :mailbox: + +**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and 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/Anchor.md](https://github.com/w3f/Grants-Program/blob/master/applications/Anchor.md) +* **Milestone Number:** Milestone 1 + +**Context** (optional) + +* Anchor pallet, unit test code and dockerfile for testing , README. + +* Anchor.js, the JS lib and Playground base on React. Test network is on line too. + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License | [https://github.com/ff13dfly/Anchor/blob/main/LICENSE-APACHE2](https://github.com/ff13dfly/Anchor/blob/main/LICENSE-APACHE2) [https://github.com/ff13dfly/Anchor/blob/main/LICENSE-GPL3](https://github.com/ff13dfly/Anchor/blob/main/LICENSE-GPL3) | | +| 0b. | Documentation | [https://github.com/ff13dfly/Anchor/blob/main/README.md](https://github.com/ff13dfly/Anchor/blob/main/README.md) [https://github.com/ff13dfly/Anchor/blob/main/js/README.md](https://github.com/ff13dfly/Anchor/blob/main/js/README.md) | | +| 0c. | Testing Guide | [https://github.com/ff13dfly/Anchor/blob/main/frame/anchor/README.md](https://github.com/ff13dfly/Anchor/blob/main/frame/anchor/README.md) [https://github.com/ff13dfly/Anchor/blob/main/js/playground/README.md](https://github.com/ff13dfly/Anchor/blob/main/js/playground/README.md) | | | +| 0d. | Docker |[https://github.com/ff13dfly/Anchor/tree/main/docker](https://github.com/ff13dfly/Anchor/tree/main/docker)| | +| 0e. | Anchor pallet |[https://github.com/ff13dfly/Anchor](https://github.com/ff13dfly/Anchor)| Bug fix and code improvement | +| 0f. | Anchor.js | [https://github.com/ff13dfly/Anchor/tree/main/js/playground](https://github.com/ff13dfly/Anchor/tree/main/js/playground)| There is also a live playground here [https://playground.metanchor.net](https://playground.metanchor.net). | | + +**Additional Information** + +* About the dockerfile, I can run it and see the log in docker desktop, but I still have problem to access it. Normally, I tested the functions on local bin, no issues for me. + +* I have released the binrary substrate with anchor pallet. Hope to help, it is easy to test. \ No newline at end of file From 943d53e61beda279a4bff386cbe5d2e451d76d31 Mon Sep 17 00:00:00 2001 From: fuu Date: Mon, 13 Mar 2023 08:53:29 +0800 Subject: [PATCH 2/4] Rename file. --- deliveries/{anchor_milestone-1.md => anchor_milestone_1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename deliveries/{anchor_milestone-1.md => anchor_milestone_1.md} (100%) diff --git a/deliveries/anchor_milestone-1.md b/deliveries/anchor_milestone_1.md similarity index 100% rename from deliveries/anchor_milestone-1.md rename to deliveries/anchor_milestone_1.md From e18a1936741b2be9407736030abe0b677277e95f Mon Sep 17 00:00:00 2001 From: fuu Date: Mon, 13 Mar 2023 09:00:24 +0800 Subject: [PATCH 3/4] Milestone number autocheck fix --- deliveries/anchor_milestone_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/anchor_milestone_1.md b/deliveries/anchor_milestone_1.md index 4735afaa7..8b49ccb32 100644 --- a/deliveries/anchor_milestone_1.md +++ b/deliveries/anchor_milestone_1.md @@ -3,7 +3,7 @@ **The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and 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/Anchor.md](https://github.com/w3f/Grants-Program/blob/master/applications/Anchor.md) -* **Milestone Number:** Milestone 1 +* **Milestone Number:** 1 **Context** (optional) From 92ad9df9b2c60d44e11e08ef0fb29cf8719c54d9 Mon Sep 17 00:00:00 2001 From: fuu Date: Mon, 20 Mar 2023 15:55:24 +0800 Subject: [PATCH 4/4] system test link added --- deliveries/anchor_milestone_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/anchor_milestone_1.md b/deliveries/anchor_milestone_1.md index 8b49ccb32..01c6bcc37 100644 --- a/deliveries/anchor_milestone_1.md +++ b/deliveries/anchor_milestone_1.md @@ -20,7 +20,7 @@ | 0c. | Testing Guide | [https://github.com/ff13dfly/Anchor/blob/main/frame/anchor/README.md](https://github.com/ff13dfly/Anchor/blob/main/frame/anchor/README.md) [https://github.com/ff13dfly/Anchor/blob/main/js/playground/README.md](https://github.com/ff13dfly/Anchor/blob/main/js/playground/README.md) | | | | 0d. | Docker |[https://github.com/ff13dfly/Anchor/tree/main/docker](https://github.com/ff13dfly/Anchor/tree/main/docker)| | | 0e. | Anchor pallet |[https://github.com/ff13dfly/Anchor](https://github.com/ff13dfly/Anchor)| Bug fix and code improvement | -| 0f. | Anchor.js | [https://github.com/ff13dfly/Anchor/tree/main/js/playground](https://github.com/ff13dfly/Anchor/tree/main/js/playground)| There is also a live playground here [https://playground.metanchor.net](https://playground.metanchor.net). | | +| 0f. | Anchor.js | [https://github.com/ff13dfly/Anchor/tree/main/js/playground](https://github.com/ff13dfly/Anchor/tree/main/js/playground) [https://github.com/ff13dfly/Anchor/tree/main/js/test](https://github.com/ff13dfly/Anchor/tree/main/js/test)| There is also a live playground here [https://playground.metanchor.net](https://playground.metanchor.net). | | **Additional Information**