Skip to content

Commit

Permalink
ark circom (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
akileshtangella authored Mar 1, 2023
1 parent 9763e95 commit b7771fd
Show file tree
Hide file tree
Showing 60 changed files with 3,633 additions and 792 deletions.
3 changes: 0 additions & 3 deletions .dvc/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .dvc/config

This file was deleted.

3 changes: 0 additions & 3 deletions .dvcignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: iterative/setup-dvc@v1

- name: Fetch Fixtures
run: dvc pull
run: ./scripts/fetch-fixtures.sh

- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: iterative/setup-dvc@v1

- name: Fetch Fixtures
run: dvc pull
run: ./scripts/fetch-fixtures.sh

- name: Install apt dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: iterative/setup-dvc@v1

- name: Fetch Fixtures
run: dvc pull
run: ./scripts/fetch-fixtures.sh

- name: Cache Cargo
uses: actions/cache@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
.local

#vscode files
.vscode/
.vscode/launch.json

.idea/

*.iml
/substrate-fixtures
/solidity-fixtures
**/node_modules
types/build
types/ts-types
11 changes: 8 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[submodule "protocol-substrate-fixtures"]
path = protocol-substrate-fixtures
url = https://github.com/webb-tools/protocol-substrate-fixtures
[submodule "substrate-fixtures"]
path = substrate-fixtures
url = https://github.com/webb-tools/substrate-fixtures

[submodule "solidity-fixtures"]
path = solidity-fixtures
url = https://github.com/webb-tools/solidity-fixtures

Loading

0 comments on commit b7771fd

Please sign in to comment.