Skip to content

Commit

Permalink
Merge pull request #1347 from privacy-scaling-explorations/refactor/r…
Browse files Browse the repository at this point in the history
…emove-subsidy

refactor(maci): remove subsidy feature to simplify further protocol improvements
  • Loading branch information
ctrlc03 authored Apr 5, 2024
2 parents 849b49f + 52fc7c5 commit 4881716
Show file tree
Hide file tree
Showing 60 changed files with 72 additions and 2,836 deletions.
6 changes: 0 additions & 6 deletions circuits/circom/circuits.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,5 @@
"template": "TallyVotesNonQv",
"params": [10, 1, 2],
"pubs": ["inputHash"]
},
"SubsidyPerBatch_10-1-2_test": {
"file": "subsidy",
"template": "SubsidyPerBatch",
"params": [10, 1, 2],
"pubs": ["inputHash"]
}
}
349 changes: 0 additions & 349 deletions circuits/circom/subsidy.circom

This file was deleted.

4 changes: 1 addition & 3 deletions cli/testScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ node build/ts/index.js genProofs \
-q false
node build/ts/index.js proveOnChain \
--poll-id 0 \
--proof-dir proofs/ \
--subsidy-enabled false
--proof-dir proofs/
node build/ts/index.js verify \
--poll-id 0 \
--subsidy-enabled false \
--tally-file tally.json
Loading

0 comments on commit 4881716

Please sign in to comment.