-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Circom stuff to the Runtime (#330)
- Loading branch information
Showing
33 changed files
with
675 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/config.local | ||
/tmp | ||
/cache |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,15 +33,18 @@ jobs: | |
uses: iterative/setup-dvc@v1 | ||
|
||
- name: Fetch Fixtures | ||
run: ./scripts/fetch-fixtures.sh | ||
uses: nick-fields/retry@v2 | ||
with: | ||
max_attempts: 10 | ||
timeout_minutes: 30 | ||
command: dvc pull -v | ||
|
||
- name: Install apt dependencies | ||
run: | | ||
sudo apt-get update && \ | ||
sudo apt-get install -y clang libssl-dev llvm libudev-dev libgmp3-dev protobuf-compiler && \ | ||
sudo rm -rf /var/lib/apt/lists/* | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,4 @@ | |
**/node_modules | ||
types/build | ||
types/ts-types | ||
.dvc/ | ||
solidity-fixtures | ||
.direnv |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.