Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Only keep omnilock script
  • Loading branch information
XuJiandong committed Jan 12, 2024
1 parent abdcb11 commit 0db1745
Show file tree
Hide file tree
Showing 95 changed files with 212 additions and 28,976 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ jobs:
run: git submodule update --init
- name: Build contract
run: make all-via-docker
- name: Build test extensions
run: make -f tests/xudt_rce/extension_scripts.Makefile all-via-docker
- name: Run simulator tests
run: bash tests/validate_signature_rsa/run.sh
- name: Run tests
run: cargo test
- name: Run xudt tests
run: cd tests/xudt_rce_rust && cargo test
- name: Run xudt simulator tests
run: cd tests/xudt_rce && bash run.sh
- name: Run omni_lock tests
run: cd tests/omni_lock_rust && cargo test
- name: Run omni_lock simulator tests
Expand Down
16 changes: 0 additions & 16 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
[submodule "deps/secp256k1"]
path = deps/secp256k1
url = https://github.com/nervosnetwork/secp256k1
[submodule "deps/ckb-c-std-lib"]
path = deps/ckb-c-std-lib
url = https://github.com/nervosnetwork/ckb-c-stdlib.git
[submodule "deps/ckb-c-stdlib-20210801"]
path = deps/ckb-c-stdlib-20210801
url = https://github.com/nervosnetwork/ckb-c-stdlib.git
branch = master
[submodule "deps/ckb-c-stdlib-20210713"]
path = deps/ckb-c-stdlib-20210713
url = https://github.com/nervosnetwork/ckb-c-stdlib.git
branch = master
[submodule "deps/sparse-merkle-tree"]
path = deps/sparse-merkle-tree
url = https://github.com/nervosnetwork/sparse-merkle-tree.git
branch = master
[submodule "deps/mbedtls"]
path = deps/mbedtls
url = https://github.com/nervosnetwork/mbedtls.git
[submodule "deps/ckb-c-stdlib-20210413"]
path = deps/ckb-c-stdlib-20210413
url = https://github.com/nervosnetwork/ckb-c-stdlib.git
[submodule "deps/secp256k1-20210801"]
path = deps/secp256k1-20210801
url = https://github.com/nervosnetwork/secp256k1.git
Expand Down
105 changes: 0 additions & 105 deletions CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 0db1745

Please sign in to comment.