-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from zkemail/fix/update-circom-imports
Update circuit paths + add a new flag
- Loading branch information
Showing
38 changed files
with
184 additions
and
522,673 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 |
---|---|---|
|
@@ -3,6 +3,34 @@ orbs: | |
node: circleci/[email protected] | ||
rust: circleci/[email protected] | ||
jobs: | ||
run_circuit_tests: | ||
docker: | ||
- image: saleel/circom:2.1.6 | ||
steps: | ||
- checkout: | ||
path: ~/zk-email-verify | ||
- node/install-packages: | ||
pkg-manager: yarn | ||
app-dir: ~/zk-email-verify | ||
- run: | ||
command: yarn test | ||
name: Run circom tests | ||
working_directory: ~/zk-email-verify/packages/circuits | ||
|
||
run_twitter_circuit_tests: | ||
docker: | ||
- image: saleel/circom:2.1.6 | ||
steps: | ||
- checkout: | ||
path: ~/zk-email-verify | ||
- node/install-packages: | ||
pkg-manager: yarn | ||
app-dir: ~/zk-email-verify | ||
- run: | ||
command: yarn test | ||
name: Run circom tests | ||
working_directory: ~/zk-email-verify/packages/twitter-verifier-circuits | ||
|
||
run_forge_tests: | ||
docker: | ||
- image: ghcr.io/foundry-rs/foundry:latest | ||
|
@@ -62,5 +90,7 @@ jobs: | |
workflows: | ||
build_test: | ||
jobs: | ||
- run_circuit_tests | ||
# - run_twitter_circuit_tests | ||
- run_unit_and_e2e_tests | ||
- run_forge_tests |
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 |
---|---|---|
|
@@ -77,6 +77,8 @@ generate_input_log.txt | |
*.env | ||
.vscode | ||
|
||
packages/circuits/tests/compiled-test-circuit/* | ||
|
||
|
||
.vite | ||
**/.vite | ||
|
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
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
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
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
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
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
Empty file.
22 changes: 0 additions & 22 deletions
22
packages/circuits/tests/compiled-test-circuit/email-verifier-test_cpp/Makefile
This file was deleted.
Oops, something went wrong.
126 changes: 0 additions & 126 deletions
126
packages/circuits/tests/compiled-test-circuit/email-verifier-test_cpp/calcwit.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.