Skip to content

Commit

Permalink
print rapidsnark path for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Nov 22, 2023
1 parent ac2c923 commit c072eb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 2 additions & 6 deletions contracts/scripts/tally.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@
* --maci-logs <maci-log-files> --maci-state-file <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,
Expand Down

0 comments on commit c072eb4

Please sign in to comment.