From c072eb4df9ffeb459bebbbc5791d6d4296586bcb Mon Sep 17 00:00:00 2001 From: yuetloo Date: Tue, 21 Nov 2023 19:48:03 -0500 Subject: [PATCH] print rapidsnark path for troubleshooting --- .github/workflows/test-scripts.yml | 2 ++ contracts/scripts/tally.ts | 8 ++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-scripts.yml b/.github/workflows/test-scripts.yml index 46924ee31..5604f9f4e 100644 --- a/.github/workflows/test-scripts.yml +++ b/.github/workflows/test-scripts.yml @@ -42,6 +42,8 @@ jobs: git submodule update npx task createFieldSources npx task buildProver + pwd + find . -name "prover" - name: Checkout source code uses: actions/checkout@v3 with: diff --git a/contracts/scripts/tally.ts b/contracts/scripts/tally.ts index d94868c12..d66251ff7 100644 --- a/contracts/scripts/tally.ts +++ b/contracts/scripts/tally.ts @@ -17,16 +17,12 @@ * --maci-logs --maci-state-file */ import { ethers, network, config } from 'hardhat' -import { Contract, Signer } from 'ethers' +import { Contract } from 'ethers' import { DEFAULT_SR_QUEUE_OPS } from '../utils/constants' import { getIpfsHash } from '../utils/ipfs' import { JSONFile } from '../utils/JSONFile' -import { - deployContract, - deployPoseidonLibraries, - deployMessageProcesorAndTally, -} from '../utils/deployment' +import { deployMessageProcesorAndTally } from '../utils/deployment' import { getGenProofArgs, genProofs,