Skip to content

Commit

Permalink
Update Substrate_Move_System_Pallet_1.md
Browse files Browse the repository at this point in the history
Fix HTML for website
  • Loading branch information
semuelle authored Jun 21, 2023
1 parent 0d5624b commit 7633082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/Substrate_Move_System_Pallet_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ We have not yet started our own development, we are still in the research phase.
| 0c. | Testing and Testing Guide | Core functions will be fully covered by comprehensive unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. |
| 0e. | Article | 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: <ul><li>analysis of the Pontem Move fork,</li><li>analysis of the Pontem MoveVM system pallet, evaluating its architecture and design decisions,</li><li>analysis of the current Move language restrictions, ABI and understanding if forking the language is still necessary,</li><li>analysis of the potential effects of forking the language and the toolchain if it is deemed necessary.</li></ul>Medium: A markdown design decision document in the repository. |
| 1. | System Pallet: Substrate Move | 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.</br> Solid code practices will be in place: CI/CD, tests, documentation, linting, and publication of the library to http://crates.io. |
| 1. | System Pallet: Substrate Move | 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.<br /> 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 | 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 | 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. |

Expand Down

0 comments on commit 7633082

Please sign in to comment.