Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 865 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 865 Bytes
id title custom_edit_url
move-language
Move Language

This project is forked from Aptos Move to avoid multi-standard of move language.

How to fetch latest changes from aptos-core

# make new subtree branch with latest changes
git subtree split --prefix=third_party/move -b aptos-move

# merge latest changes into our branch
git switch initia-move
git merge aptos-move

How to validate changes

cargo test \
 --package move-vm-integration-tests \
 --package move-cli \
 --package move-unit-test \
 --package move-compiler \
 --package move-analyzer \
 --package move-stdlib \
 --package move-package \
 --package move-binary-format \
 --package move-bytecode-verifier \
 -- --skip prove