Skip to content

Commit

Permalink
Swap snark-verifier for halo2-solidity-verifier (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn authored Dec 20, 2023
1 parent 123598e commit b832e5e
Show file tree
Hide file tree
Showing 26 changed files with 42,239 additions and 50,614 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install packages
uses: actions/setup-node@v3
with:
#Remove the restriction as soon as this is resolved: https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15"
- run: |
cd contracts
npm ci
- name: Run Tests
run: |
cd contracts
npx hardhat node & npx hardhat coverage
npx hardhat node & npx hardhat test
Loading

0 comments on commit b832e5e

Please sign in to comment.