Skip to content

Commit

Permalink
UPGRADE CIRCOM TO CIRCOM2!!! (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc authored Nov 15, 2021
1 parent d1b10ee commit bcfdb86
Show file tree
Hide file tree
Showing 28 changed files with 7,126 additions and 1,064 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/circuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ jobs:
run:
npm ci

- name: setup circom
run: |
mkdir -p ~/bin
pushd ~/bin; wget https://github.com/fluidex/static_files/raw/master/circom; chmod +x circom; popd
- name: Run test_all (fast_test)
run: |
rm testdata -rf
export PATH=$PATH:~/bin
ls ~/bin; circom --version
time bash tools/fast_test.sh
7 changes: 7 additions & 0 deletions .github/workflows/global_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ jobs:
run:
npm ci

- name: setup circom
run: |
mkdir -p ~/bin
pushd ~/bin; wget https://github.com/fluidex/static_files/raw/master/circom; chmod +x circom; popd
- name: Run global_state_test (with real trades)
run: |
rm testdata -rf
export PATH=$PATH:~/bin
ls ~/bin; circom --version
time npx ts-node test/global_state_test.ts
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/node_modules
dist/
**/rescue_wasm
testdata/

Loading

0 comments on commit bcfdb86

Please sign in to comment.