Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(maci): remove subsidy feature to simplify further protocol improvements #1347

Merged
merged 1 commit into from
Apr 5, 2024
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
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
Loading