Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

15 changes: 7 additions & 8 deletions .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npx hardhat compile
# disable tests, since require non-binary zk keys
# test:
# needs: compile
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/setup
# - run: npm run test
test:
needs: compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm run test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Zero-knowledge circuits for the ZeroLedger protocol, implementing privacy-preser
This repository contains zero-knowledge circuits that enable private transactions in the ZeroLedger protocol. The circuits implement:

- **Deposit operations**: Private deposit of funds with commitment generation
- **Spend operations**: Private spending with various input/output configurations (1-1, 1-2, 1-3, 2-1, 2-2, 2-3, 3-1, 3-2, 3-3, 1-6-1, 8-1)
- **Spend operations**: Private spending with various input/output configurations (1-1, 1-2, 1-3, 2-1, 2-2, 2-3, 3-1, 3-2, 3-3, 6-1, 12-1)
- **Poseidon hashing**: Efficient zero-knowledge friendly hash function
- **Commitment schemes**: Cryptographic commitments for privacy

Expand Down
Binary file modified circuits/deposit/build/deposit.zkey
Binary file not shown.
Loading
Loading