diff --git a/evaluations/move-system-pallet_1_semuelle.md b/evaluations/move-system-pallet_1_semuelle.md index e2df9d9d7..a880a0405 100755 --- a/evaluations/move-system-pallet_1_semuelle.md +++ b/evaluations/move-system-pallet_1_semuelle.md @@ -9,14 +9,13 @@ | Number | Deliverable | Accepted | Link | Evaluation Notes | | ------ | ----------- | :------: | ---- |----------------- | | 0a. | License | | [LICENSE](https://github.com/eigerco/pallet-move/blob/c65bd6668774c76a9a45ab32853a16bc16f08329/LICENSE) | MIT | -| 0b. | Documentation | | link | We will provide both inline documentation of the code and a basic tutorial that explains how a user can (for example) spin up one of our Substrate nodes and send test transactions, which will show how the new functionality works. | +| 0b. | Documentation | | [README](https://github.com/eigerco/pallet-move/blob/5c33a115fe6d27ba77f84a52e31c70fb75908b49/README.md) | — | | 0c. | Testing and Testing Guide | | [doc/testing_guide.md](https://github.com/eigerco/pallet-move/blob/5c33a115fe6d27ba77f84a52e31c70fb75908b49/doc/testing_guide.md) | Very thorough testing guide | -| 0d. | Docker | | [Dockerfile](https://github.com/eigerco/pallet-move/blob/5c33a115fe6d27ba77f84a52e31c70fb75908b49/Dockerfile) | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | -| 0e. | Article | | link | Content: article that explains all of the research and findings done in the research phase, and how it shapes the project in the future. The research would include: Medium: A markdown design decision document in the repository. | -| 1. | System Pallet: Substrate Move | | link | We will create a Substrate system pallet that will provide the RPC calls as the initial interfaces for interacting with the Move VM. The Move VM port itself will not be implemented, all of the methods will be empty stubs.
Solid code practices will be in place: CI/CD, tests, documentation, linting, and publication of the library to http://crates.io. | -| 2. | Rust crate: Substrate Move | | link | Forking the Move VM if deemed necessary. The alterations would include everything to create the virtual machine Substrate-compatible. | -| 3. | Rust crate: Substrate Move documentation | | link | Documentation of the alteration made for the MoveVM to be Substrate-compatible. Also, the whole process of how it was ported will be described, either in form of markdown documentation or detailed commenting on GitHub issues and PRs. | -| X. | ... | | link | see [General Notes](#general-notes) | +| 0d. | Docker | | [Dockerfile](https://github.com/eigerco/pallet-move/blob/5c33a115fe6d27ba77f84a52e31c70fb75908b49/Dockerfile) | — | +| 0e. | Article | | [doc/design.md](https://github.com/eigerco/pallet-move/blob/5c33a115fe6d27ba77f84a52e31c70fb75908b49/doc/design.md) | Great doc with overview of Move, its forks and changes required. | +| 1. | System Pallet: Substrate Move | | [eigerco/pallet-move](https://github.com/eigerco/pallet-move/tree/5c33a115fe6d27ba77f84a52e31c70fb75908b49) | — | +| 2. | Rust crate: Substrate Move | | [eigerco/substrate-move](https://github.com/eigerco/substrate-move/tree/87127026c39063caa36f1643227d5285c794aa79) | — | +| 3. | Rust crate: Substrate Move documentation | | [design.md](https://github.com/eigerco/pallet-move/blob/5c33a115fe6d27ba77f84a52e31c70fb75908b49/doc/design.md#the-proposed-architecture-solution) | See also https://github.com/eigerco/pallet-move/issues | ## General Notes