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

chore(setup-maci) - upload MACI v1 ceremony config files #66

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
61 changes: 61 additions & 0 deletions ceremonies/maci-v1-trusted-setup-ceremony/p0tionConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"title": "MACI V1 Trusted Setup Ceremony",
"description": "This is a trusted setup ceremony for the Minimal Anti Collusion Infrastructure (MACI) v1 protocol",
"startDate": "2023-08-18T12:00:00",
"endDate": "2023-10-19T00:00:00",
"timeoutMechanismType": "FIXED",
"penalty": 10,
"circuits": [
{
"description": "Process Messages 6-8-2-3",
"compiler": {
"version": "2.1.0",
"commitHash": "b7ad01b11f9b4195e38ecc772291251260ab2c67"
},
"template": {
"source": "https://github.com/privacy-scaling-explorations/maci",
"commitHash": "78609349aecd94186216ac8743d61b1cb81a097f",
"paramConfiguration": [6,8,2,3]
},
"verification": {
"cfOrVm": "VM",
"vmConfigurationType": "m5.4xlarge",
"vmDiskSize": "30",
"vmDiskType": "gp2"
},
"artifacts": {
"r1csStoragePath": "https://p0tion-test-definitely-setup.s3.amazonaws.com/ProcessMessages_6-8-2-3_test.r1cs",
"wasmStoragePath": "https://p0tion-test-definitely-setup.s3.amazonaws.com/ProcessMessages_6-8-2-3_test.wasm"
},
"name": "MACI-ProcessMessages_6-8-2-3",
"fixedTimeWindow": 30,
"sequencePosition": 1
},
{
"description": "Tally Votes 6-2-3",
"compiler": {
"version": "2.1.0",
"commitHash": "127414e9088cc017a357233f30f3fd7d91a8906c"
},
"template": {
"source": "https://github.com/privacy-scaling-explorations/maci",
"commitHash": "78609349aecd94186216ac8743d61b1cb81a097f",
"paramConfiguration": [6,2,3]
},
"verification": {
"cfOrVm": "VM",
"vmConfigurationType": "m5.4xlarge",
"vmDiskSize": "30",
"vmDiskType": "gp2"
},
"artifacts": {
"r1csStoragePath": "https://p0tion-test-definitely-setup.s3.amazonaws.com/TallyVotes_6-2-3_test.r1cs",
"wasmStoragePath": "https://p0tion-test-definitely-setup.s3.amazonaws.com/TallyVotes_6-2-3_test.wasm"
},
"name": "MACI-TallyVotes_6-2-3",
"fixedTimeWindow": 30,
"sequencePosition": 2
}
]
}