Skip to content

Commit

Permalink
feat: implementation of rings snark (RingsNetwork#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung authored Jan 12, 2024
1 parent c4715b6 commit 5b84532
Show file tree
Hide file tree
Showing 42 changed files with 3,689 additions and 896 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[alias]
build-node= "build --features node --no-default-features"
build-browser-pack = "build --lib --target=wasm32-unknown-unknown --features browser --no-default-features"
build-node = "build --features node --no-default-features"
build-browser = "build --lib --target=wasm32-unknown-unknown --features browser --no-default-features"
test-browser = "test --target=wasm32-unknown-unknown --features browser --no-default-features"

[target.wasm32-unknown-unknown]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- uses: jetli/[email protected]
with:
version: "0.2.84"
version: "0.2.89"

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: jetli/[email protected]
with:
version: "0.2.87"
version: "0.2.89"

# If you need to reset the cache version, increment the number after `v`
- uses: Swatinem/rust-cache@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config.yaml
config*.yaml
**/*.rs.bk
**/*.ipynb
**/*.js
.ipynb_checkpoints
# Local environment configuration
.envrc
Expand Down
Loading

0 comments on commit 5b84532

Please sign in to comment.