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

Maci v1 trusted setup ceremony #67

Closed
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
65 changes: 65 additions & 0 deletions ceremonies/maci-v1-trusted-setup-ceremony/p0tionConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"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-18T11: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": {
"bucket": "maci-v1---vm-test-p0tion-staging-environment",
"region": "us-east-1",
"r1csStoragePath": "circuits/processmessages_6-8-2-3_test/ProcessMessages_6-8-2-3_test.r1cs",
"wasmStoragePath": "circuits/processmessages_6-8-2-3_test/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": {
"bucket": "maci-v1---vm-test-p0tion-staging-environment",
"region": "us-east-1",
"r1csStoragePath": "circuits/tallyvotes_6-2-3_test/TallyVotes_6-2-3_test.r1cs",
"wasmStoragePath": "circuits/tallyvotes_6-2-3_test/TallyVotes_6-2-3_test.wasm"
},
"name": "MACI-TallyVotes_6-2-3",
"fixedTimeWindow": 30,
"sequencePosition": 2
}
]
}

Loading