Skip to content

Commit

Permalink
Revert "Add a script to generate docs and commit docs to git (#21)"
Browse files Browse the repository at this point in the history
This reverts commit 60c8002.
  • Loading branch information
nkysg committed Mar 2, 2023
1 parent 4f34c17 commit 76b6699
Show file tree
Hide file tree
Showing 654 changed files with 10 additions and 76,415 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
profile: minimal
- name: setup environment
run: |
bash scripts/dev_setup.sh -b -t -y -p
bash scripts/dev_setup.sh -b -t -y -p
- name: build
run: |
source "$HOME/.profile"
mpm package build
- name: test
run: |
source "$HOME/.profile"
Expand All @@ -33,10 +37,5 @@ jobs:
run: |
source "$HOME/.profile"
mpm package prove
# last run build for generate all abi and docs
- name: build
run: |
source "$HOME/.profile"
bash ./scripts/build.sh
- name: check changed files
run: bash ./scripts/changed-files.sh
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ Temporary Items
# Github action's files
packages-microsoft-prod.deb

examples/*.mv

# Move trace file.
*.mvcov

# Move Build Output sources
build/StarcoinFramework/sources/*.move
build/UnitTest
# Move Build Output
build/
*.bak

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ Contributions in the following are welcome:
1. Add New Move module to `sources` dir, such as `MyModule.move`.
2. Write Move code and add unit test in the module file.
3. Add a spec test [spectests](../spectests), such as: `test_my_module.move`.
4. Run the spec test `mpm spectest test_my_module.move `.
5. Run script `./script/build.sh` for build and generate documents.
6. Commit the changes and create a pull request.
4. Run the spec test `mpm spectest test_my_module.move `

If you are not sure that the module belongs to starcoin-framework, please submit it to [starcoin-framework-commons](https://github.com/starcoinorg/starcoin-framework-commons) first.

Expand Down
264 changes: 0 additions & 264 deletions build/StarcoinFramework/BuildInfo.yaml

This file was deleted.

Binary file removed build/StarcoinFramework/abis/Account/accept_token.abi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/DummyToken/mint.abi
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/Genesis/initialize.abi
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/Genesis/initialize_v2.abi
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/GenesisNFT/mint.abi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/NFT/accept.abi
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/NFT/destroy_empty.abi
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/NFT/transfer.abi
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/Offer/take_offer.abi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/abis/Oracle/update.abi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Account.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Arith.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/BCS.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Block.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/ChainId.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Collection.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Compare.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Config.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Dao.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Debug.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/DummyToken.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/EVMAddress.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Epoch.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Errors.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Event.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Genesis.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Hash.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Math.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/MerkleProof.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/NFT.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Offer.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Option.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Oracle.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/PriceOracle.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/SIP_2.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/SIP_3.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/STC.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Signature.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Signer.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Timestamp.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Token.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Treasury.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/U256.mv
Binary file not shown.
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/VMConfig.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Vector.mv
Binary file not shown.
Binary file removed build/StarcoinFramework/bytecode_modules/Version.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 76b6699

Please sign in to comment.