Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Melodot milestone 3 #1052

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions deliveries/melodot-milestone_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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:** [Application](https://github.com/w3f/Grants-Program/blob/master/applications/Melodot.md)
* **Milestone Number:** 3

**Context** (optional)

In this milestone, we have completed the core functionality related to sampling and implemented a light client.

| Number | Deliverable | Link | Notes |
| ------- | ------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| **0a.** | License | [ Apache](https://github.com/ZeroDAO/melodot/blob/w3f/LICENSE) | Apache 2.0 |
| **0b.** | Documentation | [docs](https://docs.melodot.io/) | Added introduction to node types and how to start a light client and interact with it |
| **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 |
| **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 |
| **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 |
| 1. | Light client | [Light](https://github.com/ZeroDAO/melodot/tree/w3f/light) | Includes sampling and RPC services |
| 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. |

**Additional Information**

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.
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.
Loading