Skip to content

Commit 7176740

Browse files
Merge pull request #1052 from ZeroDAO/master
Melodot milestone 3
2 parents eaa129e + 259aac5 commit 7176740

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

deliveries/melodot-milestone_3.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Milestone Delivery :mailbox:
2+
3+
**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).**
4+
5+
* **Application Document:** [Application](https://github.com/w3f/Grants-Program/blob/master/applications/Melodot.md)
6+
* **Milestone Number:** 3
7+
8+
**Context** (optional)
9+
10+
In this milestone, we have completed the core functionality related to sampling and implemented a light client.
11+
12+
| Number | Deliverable | Link | Notes |
13+
| ------- | ------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
14+
| **0a.** | License | [ Apache](https://github.com/ZeroDAO/melodot/blob/w3f/LICENSE) | Apache 2.0 |
15+
| **0b.** | Documentation | [docs](https://docs.melodot.io/) | Added introduction to node types and how to start a light client and interact with it |
16+
| **0c.** | Testing and Testing Guide | [Testing Guide](https://github.com/ZeroDAO/melodot/blob/w3f/LIGHT_TESTING.md) | Added some tests and included e2e testing for the light client |
17+
| **0d.** | Docker | [Start Testing](https://github.com/ZeroDAO/melodot/blob/w3f/LIGHT_TESTING.md#using-docker) | Support for starting and completing all tests in Docker |
18+
| **0e.** | Article | [medium](https://zerodao.medium.com/melodot-data-availability-layer-one-block-one-movie-cf831ad40e05) | As the first introductory article, introducing melodot and modular blockchains |
19+
| 1. | Light client | [Light](https://github.com/ZeroDAO/melodot/tree/w3f/light) | Includes sampling and RPC services |
20+
| 2. | melo_sampling | [daser](https://github.com/ZeroDAO/melodot/tree/w3f/crates/daser) | An abstract crate for actual execution of data availability sampling, applied in both melodot-node and light client. |
21+
22+
**Additional Information**
23+
24+
1. In this milestone, we still have not dedicated much effort to address compilation issues on MacOS, but we commit to resolving this in the next milestone.
25+
2. In the next milestone, we will implement the farmer client, including sampling, incentives, and data storage, while also supporting other nodes in obtaining specific data from the entire network.

0 commit comments

Comments
 (0)