Update js tests to work with bigint for u64

- Updated js tests to work with bigint for u64 to avoid overflows
- Added one more test for Theta with bigger values
This commit is contained in:
2021-11-24 10:22:11 +01:00
parent e48f7347eb
commit 1ab31e1389
4 changed files with 122 additions and 36 deletions

View File

@@ -12,6 +12,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install c dependencies
run: |
sudo apt install -y nlohmann-json3-dev
sudo apt install -y nasm
- name: Prepare circom
run: |
# once circom binary is published, instead of compiling from source