Skip to content

Commit

Permalink
Revert "ark circom (#292)"
Browse files Browse the repository at this point in the history
This reverts commit b7771fd.
  • Loading branch information
akileshtangella authored Mar 1, 2023
1 parent b7771fd commit b1283ed
Show file tree
Hide file tree
Showing 60 changed files with 792 additions and 3,633 deletions.
3 changes: 3 additions & 0 deletions .dvc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/config.local
/tmp
/cache
4 changes: 4 additions & 0 deletions .dvc/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[core]
remote = origin
['remote "origin"']
url = https://github.com/webb-tools/substrate-fixtures
3 changes: 3 additions & 0 deletions .dvcignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Add patterns of files dvc should ignore, which could improve
# the performance. Learn more at
# https://dvc.org/doc/user-guide/dvcignore
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: ./scripts/fetch-fixtures.sh
run: dvc pull

- 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: ./scripts/fetch-fixtures.sh
run: dvc pull

- 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: ./scripts/fetch-fixtures.sh
run: dvc pull

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

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

.idea/

*.iml
/substrate-fixtures
/solidity-fixtures
**/node_modules
types/build
types/ts-types
11 changes: 3 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[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

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

0 comments on commit b1283ed

Please sign in to comment.