Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed Jan 1, 2024
2 parents bd1bcc8 + 293036d commit 0c4cc1d
Show file tree
Hide file tree
Showing 57 changed files with 1,896 additions and 1,332 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
run: |
rustup target add ${{ steps.target.outputs.target }}
- name: Setup protoc
uses: arduino/[email protected]

- name: Setup rust toolchain
run: |
rustup show
Expand Down Expand Up @@ -120,6 +123,9 @@ jobs:
run: |
rustup target add ${{ steps.target.outputs.target }}
- name: Setup protoc
uses: arduino/[email protected]

- name: Setup rust toolchain
run: |
rustup show
Expand Down Expand Up @@ -179,6 +185,9 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Setup protoc
uses: arduino/[email protected]

- name: Setup rust toolchain
run: |
rustup show
Expand All @@ -194,7 +203,7 @@ jobs:

- name: Build
run: |
npm pack
npm install && npm pack
mv ringsnetwork-rings-node-*.tgz rings-${{ needs.gen_version.outputs.version }}-${{ steps.target.outputs.target }}.tgz
- uses: actions/upload-artifact@v3
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/qaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup protoc
uses: arduino/[email protected]

- name: Setup rust toolchain
run: rustup show

Expand Down Expand Up @@ -67,6 +70,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup protoc
uses: arduino/[email protected]

- name: Setup rust toolchain
run: rustup show

Expand Down Expand Up @@ -97,6 +103,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup protoc
uses: arduino/[email protected]

- name: Setup rust toolchain
run: rustup show

Expand Down Expand Up @@ -128,6 +137,9 @@ jobs:
- name: Check typos
uses: crate-ci/typos@master

- name: Setup protoc
uses: arduino/[email protected]

- name: Setup rust toolchain
run: |
rustup install nightly
Expand Down
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@ config.yaml

# wasm-pack related
package-lock.json
*.d.ts
*.js
*.wasm

# cffi related
rings.h
dist/
node_modules/
Loading

0 comments on commit 0c4cc1d

Please sign in to comment.