Skip to content

Commit

Permalink
Add support for CUSF proto (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Oct 28, 2024
1 parent ec1b8c7 commit 47b26a4
Show file tree
Hide file tree
Showing 43 changed files with 2,404 additions and 696 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check_lint_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
# env:
# RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install latest nightly toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -82,7 +84,9 @@ jobs:
# env:
# RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install latest nightly toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -138,7 +142,9 @@ jobs:
# env:
# RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install latest nightly toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "mainchain"]
path = mainchain
url = https://github.com/LayerTwo-Labs/mainchain.git
[submodule "proto"]
path = proto
url = https://github.com/LayerTwo-Labs/cusf_sidechain_proto.git
Loading

0 comments on commit 47b26a4

Please sign in to comment.