From 471b039d44f3797ad91a6962f3b36174e7a7ac85 Mon Sep 17 00:00:00 2001 From: Crisgarner <@crisgarner> Date: Fri, 7 Jun 2024 16:54:53 -0600 Subject: [PATCH] chore(release): publish 1.2.4 --- CHANGELOG.md | 8 + circuits/CHANGELOG.md | 8 + circuits/package.json | 8 +- cli/CHANGELOG.md | 8 + cli/package.json | 12 +- contracts/CHANGELOG.md | 8 + contracts/package.json | 10 +- contracts/tasks/process_0.json | 853 --------------------------------- contracts/tasks/tally_0.json | 270 ----------- coordinator/CHANGELOG.md | 8 + coordinator/package.json | 10 +- core/CHANGELOG.md | 8 + core/package.json | 6 +- crypto/CHANGELOG.md | 8 + crypto/package.json | 2 +- domainobjs/CHANGELOG.md | 8 + domainobjs/package.json | 4 +- integrationTests/CHANGELOG.md | 8 + integrationTests/package.json | 14 +- lerna.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 50 +- website/CHANGELOG.md | 8 + website/package.json | 2 +- 24 files changed, 141 insertions(+), 1184 deletions(-) delete mode 100644 contracts/tasks/process_0.json delete mode 100644 contracts/tasks/tally_0.json diff --git a/CHANGELOG.md b/CHANGELOG.md index b18e307ee9..e16089f39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) diff --git a/circuits/CHANGELOG.md b/circuits/CHANGELOG.md index 2377011f86..8511e0ca5e 100644 --- a/circuits/CHANGELOG.md +++ b/circuits/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-circuits + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package maci-circuits diff --git a/circuits/package.json b/circuits/package.json index 2d138fc617..c642dd7b15 100644 --- a/circuits/package.json +++ b/circuits/package.json @@ -1,6 +1,6 @@ { "name": "maci-circuits", - "version": "1.2.3", + "version": "1.2.4", "description": "zk-SNARK circuits for MACI", "main": "build/ts/index.js", "files": [ @@ -38,9 +38,9 @@ "@zk-kit/circuits": "^0.4.0", "circomkit": "^0.1.0", "circomlib": "^2.0.5", - "maci-core": "^1.2.3", - "maci-crypto": "^1.2.3", - "maci-domainobjs": "^1.2.3", + "maci-core": "^1.2.4", + "maci-crypto": "^1.2.4", + "maci-domainobjs": "^1.2.4", "snarkjs": "^0.7.4" }, "devDependencies": { diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a7bfca36e7..46fdde76f2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-cli + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) diff --git a/cli/package.json b/cli/package.json index 22b211c320..a7df792128 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "maci-cli", - "version": "1.2.3", + "version": "1.2.4", "description": "CLI utilities for MACI", "main": "build/ts/index.js", "exports": { @@ -48,11 +48,11 @@ "dotenv": "^16.4.5", "ethers": "^6.12.0", "hardhat": "^2.22.3", - "maci-circuits": "^1.2.3", - "maci-contracts": "^1.2.3", - "maci-core": "^1.2.3", - "maci-crypto": "^1.2.3", - "maci-domainobjs": "^1.2.3", + "maci-circuits": "^1.2.4", + "maci-contracts": "^1.2.4", + "maci-core": "^1.2.4", + "maci-crypto": "^1.2.4", + "maci-domainobjs": "^1.2.4", "prompt": "^1.3.0" }, "devDependencies": { diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 79ed81d551..8c6b7a150f 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-contracts + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package maci-contracts diff --git a/contracts/package.json b/contracts/package.json index c673dece0d..79c3997402 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "maci-contracts", - "version": "1.2.3", + "version": "1.2.4", "description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)", "main": "build/ts/index.js", "exports": { @@ -77,10 +77,10 @@ "ethers": "^6.12.0", "hardhat": "^2.22.3", "lowdb": "^1.0.0", - "maci-circuits": "^1.2.3", - "maci-core": "^1.2.3", - "maci-crypto": "^1.2.3", - "maci-domainobjs": "^1.2.3", + "maci-circuits": "^1.2.4", + "maci-core": "^1.2.4", + "maci-crypto": "^1.2.4", + "maci-domainobjs": "^1.2.4", "solidity-docgen": "^0.6.0-beta.36", "uuid": "^9.0.0" }, diff --git a/contracts/tasks/process_0.json b/contracts/tasks/process_0.json deleted file mode 100644 index 06843010ba..0000000000 --- a/contracts/tasks/process_0.json +++ /dev/null @@ -1,853 +0,0 @@ -{ - "circuitInputs": { - "pollEndTimestamp": "1717696204", - "packedVals": "1427247692705959881058285969450621036289589273", - "msgRoot": "10792767863604019019279283902531957673835586123019009995620470376917306004985", - "msgs": [ - [ - "1", - "8370432830353022751713833565135785980866757267633941821328460903436894336785", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ], - [ - "1", - "9141119138881408538522937653331278221169927582640295170054138597142153262581", - "19086438558691976744997964671848224277703263255623034053034569550711917194914", - "2441099618805285750926603031261734030355318847241848607224637701251858688321", - "8500844227694414920944309599903867909548175531048763226834823679163436703747", - "10136410816718409304805427932500189552741896098184890686740691574119765328692", - "21811514648060661484907329098901804225908578947837926606393014999910584966474", - "15747868905979765171752438540407326710376637535077585248571812700125784899967", - "4841656088305398128377614686079249184861366466571913108215908218789222878818", - "10093468680626672418109013656194145333758465698519301236275003413263809962723", - "17127404967609557760310862100444048716740983495870858683300525858412756471940" - ], - [ - "1", - "9141119138881408538522937653331278221169927582640295170054138597142153262581", - "19086438558691976744997964671848224277703263255623034053034569550711917194914", - "2441099618805285750926603031261734030355318847241848607224637701251858688321", - "8500844227694414920944309599903867909548175531048763226834823679163436703747", - "10136410816718409304805427932500189552741896098184890686740691574119765328692", - "21811514648060661484907329098901804225908578947837926606393014999910584966474", - "15747868905979765171752438540407326710376637535077585248571812700125784899967", - "4841656088305398128377614686079249184861366466571913108215908218789222878818", - "10093468680626672418109013656194145333758465698519301236275003413263809962723", - "17127404967609557760310862100444048716740983495870858683300525858412756471940" - ], - [ - "1", - "9141119138881408538522937653331278221169927582640295170054138597142153262581", - "19086438558691976744997964671848224277703263255623034053034569550711917194914", - "2441099618805285750926603031261734030355318847241848607224637701251858688321", - "8500844227694414920944309599903867909548175531048763226834823679163436703747", - "10136410816718409304805427932500189552741896098184890686740691574119765328692", - "21811514648060661484907329098901804225908578947837926606393014999910584966474", - "15747868905979765171752438540407326710376637535077585248571812700125784899967", - "4841656088305398128377614686079249184861366466571913108215908218789222878818", - "10093468680626672418109013656194145333758465698519301236275003413263809962723", - "17127404967609557760310862100444048716740983495870858683300525858412756471940" - ], - [ - "1", - "9141119138881408538522937653331278221169927582640295170054138597142153262581", - "19086438558691976744997964671848224277703263255623034053034569550711917194914", - "2441099618805285750926603031261734030355318847241848607224637701251858688321", - "8500844227694414920944309599903867909548175531048763226834823679163436703747", - "10136410816718409304805427932500189552741896098184890686740691574119765328692", - "21811514648060661484907329098901804225908578947837926606393014999910584966474", - "15747868905979765171752438540407326710376637535077585248571812700125784899967", - "4841656088305398128377614686079249184861366466571913108215908218789222878818", - "10093468680626672418109013656194145333758465698519301236275003413263809962723", - "17127404967609557760310862100444048716740983495870858683300525858412756471940" - ] - ], - "msgSubrootPathElements": [ - [ - "12915444503621073454579416579430905206970714557680052030066757042249102605307", - "12915444503621073454579416579430905206970714557680052030066757042249102605307", - "12915444503621073454579416579430905206970714557680052030066757042249102605307", - "12915444503621073454579416579430905206970714557680052030066757042249102605307" - ] - ], - "coordPrivKey": "4076327608330566397889226531065102856552407518056107237351928792882836767084", - "coordPubKey": [ - "4985705999348971467685965754290681885892560671835589495445295887331402666164", - "4574198666043287793706844951217120352389375266244797367173489160961916667546" - ], - "encPubKeys": [ - [ - "10457101036533406547632367118273992217979173478358440826365724437999023779287", - "19824078218392094440610104313265183977899662750282163392862422243483260492317" - ], - [ - "2694631438958147575495834151209544619694255285655322242630199889601374225352", - "8219756548639705537340035935070261421033332140890900067946484036714381852654" - ], - [ - "2694631438958147575495834151209544619694255285655322242630199889601374225352", - "8219756548639705537340035935070261421033332140890900067946484036714381852654" - ], - [ - "2694631438958147575495834151209544619694255285655322242630199889601374225352", - "8219756548639705537340035935070261421033332140890900067946484036714381852654" - ], - [ - "2694631438958147575495834151209544619694255285655322242630199889601374225352", - "8219756548639705537340035935070261421033332140890900067946484036714381852654" - ] - ], - "currentStateRoot": "9267454486648593048583319961333207622177969074484816717792204743506543655505", - "currentBallotRoot": "9105453741665960449792281626882014222103501499246287334255160659262747058842", - "currentSbCommitment": "2392015284373161343923714190541180620163073447388459094070802429837316397086", - "currentSbSalt": "0", - "currentStateLeaves": [ - [ - "10457101036533406547632367118273992217979173478358440826365724437999023779287", - "19824078218392094440610104313265183977899662750282163392862422243483260492317", - "0", - "0" - ], - [ - "10457101036533406547632367118273992217979173478358440826365724437999023779287", - "19824078218392094440610104313265183977899662750282163392862422243483260492317", - "0", - "0" - ], - [ - "10457101036533406547632367118273992217979173478358440826365724437999023779287", - "19824078218392094440610104313265183977899662750282163392862422243483260492317", - "0", - "0" - ], - [ - "10457101036533406547632367118273992217979173478358440826365724437999023779287", - "19824078218392094440610104313265183977899662750282163392862422243483260492317", - "0", - "0" - ], - [ - "10457101036533406547632367118273992217979173478358440826365724437999023779287", - "19824078218392094440610104313265183977899662750282163392862422243483260492317", - "0", - "0" - ] - ], - "currentStateLeavesPathElements": [ - [ - [ - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762" - ], - [ - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040" - ], - [ - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139" - ], - [ - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036" - ], - [ - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696" - ], - [ - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053" - ], - [ - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451" - ], - [ - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814" - ], - [ - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500" - ], - [ - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597" - ] - ], - [ - [ - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762" - ], - [ - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040" - ], - [ - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139" - ], - [ - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036" - ], - [ - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696" - ], - [ - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053" - ], - [ - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451" - ], - [ - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814" - ], - [ - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500" - ], - [ - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597" - ] - ], - [ - [ - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762" - ], - [ - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040" - ], - [ - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139" - ], - [ - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036" - ], - [ - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696" - ], - [ - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053" - ], - [ - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451" - ], - [ - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814" - ], - [ - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500" - ], - [ - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597" - ] - ], - [ - [ - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762" - ], - [ - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040" - ], - [ - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139" - ], - [ - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036" - ], - [ - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696" - ], - [ - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053" - ], - [ - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451" - ], - [ - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814" - ], - [ - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500" - ], - [ - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597" - ] - ], - [ - [ - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762", - "6769006970205099520508948723718471724660867171122235270773600567925038008762" - ], - [ - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040", - "1817443256073160983037956906834195537015546107754139333779374752610409243040" - ], - [ - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139", - "5025334324706345710800763986625066818722194863275454698142520938431664775139" - ], - [ - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036", - "14192954438167108345302805021925904074255585459982294518284934685870159779036" - ], - [ - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696", - "20187882570958996766847085412101405873580281668670041750401431925441526137696" - ], - [ - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053", - "19003337309269317766726592380821628773167513668895143249995308839385810331053" - ], - [ - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451", - "8492845964288036916491732908697290386617362835683911619537012952509890847451" - ], - [ - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814", - "21317322053785868903775560086424946986124609731059541056518805391492871868814" - ], - [ - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500", - "4256218134522031233385262696416028085306220785615095518146227774336224649500" - ], - [ - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597", - "20901832483812704342876390942522900825096860186886589193649848721504734341597" - ] - ] - ], - "currentBallots": [ - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"] - ], - "currentBallotsPathElements": [ - [ - [ - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074" - ], - [ - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440" - ], - [ - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646" - ], - [ - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796" - ], - [ - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501" - ], - [ - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652" - ], - [ - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163" - ], - [ - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873" - ], - [ - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601" - ], - [ - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764" - ] - ], - [ - [ - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074" - ], - [ - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440" - ], - [ - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646" - ], - [ - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796" - ], - [ - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501" - ], - [ - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652" - ], - [ - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163" - ], - [ - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873" - ], - [ - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601" - ], - [ - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764" - ] - ], - [ - [ - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074" - ], - [ - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440" - ], - [ - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646" - ], - [ - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796" - ], - [ - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501" - ], - [ - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652" - ], - [ - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163" - ], - [ - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873" - ], - [ - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601" - ], - [ - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764" - ] - ], - [ - [ - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074" - ], - [ - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440" - ], - [ - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646" - ], - [ - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796" - ], - [ - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501" - ], - [ - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652" - ], - [ - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163" - ], - [ - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873" - ], - [ - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601" - ], - [ - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764" - ] - ], - [ - [ - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074", - "15270550985802884363044603976830646624092011360671265768952276492059475481074" - ], - [ - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440" - ], - [ - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646" - ], - [ - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796" - ], - [ - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501" - ], - [ - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652" - ], - [ - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163" - ], - [ - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873" - ], - [ - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601" - ], - [ - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764" - ] - ] - ], - "currentVoteWeights": ["0", "0", "0", "0", "0"], - "currentVoteWeightsPathElements": [ - [ - ["0", "0", "0", "0"], - [ - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156" - ] - ], - [ - ["0", "0", "0", "0"], - [ - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156" - ] - ], - [ - ["0", "0", "0", "0"], - [ - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156" - ] - ], - [ - ["0", "0", "0", "0"], - [ - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156" - ] - ], - [ - ["0", "0", "0", "0"], - [ - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156", - "14655542659562014735865511769057053982292279840403315552050801315682099828156" - ] - ] - ], - "newSbSalt": "17181512500321473310949903742148289248658159858945297176620852264268779971384", - "newSbCommitment": "9636210671468067627763588256435531672772299829266064144546996869809833009611", - "inputHash": "13827114110824782530528875456237370255008684319188740251462137610254878200344" - }, - "proof": { - "pi_a": [ - "10188265755610827775705481779212803115279367615919780197194243042736693951578", - "14781399097825970723047881852240864683980467791756842930051298678123179741953", - "1" - ], - "pi_b": [ - [ - "5797782088405433960206247823027587176409215012039143094642121974292301768562", - "12124925848915576086111312394246472658996246113766807654969673047946459019125" - ], - [ - "5667875059342414309323373075086095491334009028938640132609002051467746614176", - "4936413320248551627014729539441355210598420598841128293283170744215394934799" - ], - ["1", "0"] - ], - "pi_c": [ - "18590080448141602805536819005844668848032806003730190211702414125688690579600", - "17509493954105796897081291028677190846340409827476403944366356329740503948081", - "1" - ], - "protocol": "groth16", - "curve": "bn128" - }, - "publicInputs": ["13827114110824782530528875456237370255008684319188740251462137610254878200344"] -} diff --git a/contracts/tasks/tally_0.json b/contracts/tasks/tally_0.json deleted file mode 100644 index c0d7b160e2..0000000000 --- a/contracts/tasks/tally_0.json +++ /dev/null @@ -1,270 +0,0 @@ -{ - "circuitInputs": { - "stateRoot": "9267454486648593048583319961333207622177969074484816717792204743506543655505", - "ballotRoot": "9105453741665960449792281626882014222103501499246287334255160659262747058842", - "sbSalt": "17181512500321473310949903742148289248658159858945297176620852264268779971384", - "packedVals": "1125899906842624", - "sbCommitment": "9636210671468067627763588256435531672772299829266064144546996869809833009611", - "currentTallyCommitment": "0", - "newTallyCommitment": "16844678359839838144788564110519226308739128880230788784967626172027925405630", - "inputHash": "20621367950930963661120210337159578709456166620098177452801482234103404303425", - "ballots": [ - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"], - ["0", "19261153649140605024552417994922546473530072875902678653210025980873274131905"] - ], - "ballotPathElements": [ - [ - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440", - "12041659224647436013473767500489753343785740033037924110958797456446050033440" - ], - [ - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646", - "16334572099445814755399763597707660176205626043171377690797296695513301667646" - ], - [ - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796", - "16860909303983861319743874485244423423525067824479760582419993392716259939796" - ], - [ - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501", - "2247942235568610258990454563169189190361617594905047602234015741510118002501" - ], - [ - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652", - "20239231141972210173835090302392873068035637673491050730272989294625677423652" - ], - [ - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163", - "344732312350052944041104345325295111408747975338908491763817872057138864163" - ], - [ - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873", - "12631797014605841658454845021986240477173811264748333940915817181845171875873" - ], - [ - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601", - "6363818543409459297181400199558272216622730650426167696249664458633657968601" - ], - [ - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764", - "10261261801296436956888927991155151996379388385567675556960209472686280054764" - ] - ], - "votes": [ - [ - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ], - [ - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ], - [ - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ], - [ - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ], - [ - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ] - ], - "currentResults": [ - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ], - "currentResultsRootSalt": "0", - "currentSpentVoiceCreditSubtotal": "0", - "currentSpentVoiceCreditSubtotalSalt": "0", - "newResultsRootSalt": "11509604266445031491044530326122974924126421643326810538670896893105780587747", - "newSpentVoiceCreditSubtotalSalt": "18546041403588314746517424716298788843727861430306059299015383427681620963398" - }, - "proof": { - "pi_a": [ - "7292932879711368416621728529438973800828059601496374949306421826875109502440", - "13407894964856562766759459882308098023459489516789312956887682592646092008700", - "1" - ], - "pi_b": [ - [ - "7897826194223519012245095794697271523221738443704632351821312926301648680274", - "6594823536701220438408646833523401490775539050637482724006518665182136897718" - ], - [ - "703944503712159089733072525409351814496050637479045692899994084115951009845", - "3688917957329469918972937698778732970553074458854649484130235019782465928888" - ], - ["1", "0"] - ], - "pi_c": [ - "17241873359858579823377272883590500117044167138403312268316269122261833301787", - "17921665783885526674288024000776710968240780573162175563441429402836403053168", - "1" - ], - "protocol": "groth16", - "curve": "bn128" - }, - "publicInputs": ["20621367950930963661120210337159578709456166620098177452801482234103404303425"] -} diff --git a/coordinator/CHANGELOG.md b/coordinator/CHANGELOG.md index 0ccaa3e28e..e7f03d2e87 100644 --- a/coordinator/CHANGELOG.md +++ b/coordinator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-coordinator + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package maci-coordinator diff --git a/coordinator/package.json b/coordinator/package.json index abaded9b6b..5566c43710 100644 --- a/coordinator/package.json +++ b/coordinator/package.json @@ -1,6 +1,6 @@ { "name": "maci-coordinator", - "version": "1.2.3", + "version": "1.2.4", "private": true, "description": "Coordinator service for MACI", "main": "build/ts/main.js", @@ -28,10 +28,10 @@ "ethers": "^6.12.0", "hardhat": "^2.22.3", "helmet": "^7.1.0", - "maci-circuits": "^1.2.3", - "maci-cli": "^1.2.3", - "maci-contracts": "^1.2.3", - "maci-domainobjs": "^1.2.3", + "maci-circuits": "^1.2.4", + "maci-cli": "^1.2.4", + "maci-contracts": "^1.2.4", + "maci-domainobjs": "^1.2.4", "reflect-metadata": "^0.2.0", "rxjs": "^7.8.1" }, diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 5ac1ad9b3c..882582bd5b 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-core + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package maci-core diff --git a/core/package.json b/core/package.json index e83a72a6da..d4d67c11c0 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "maci-core", - "version": "1.2.3", + "version": "1.2.4", "description": "", "main": "build/ts/index.js", "types": "build/ts/index.d.ts", @@ -22,8 +22,8 @@ "docs": "typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json" }, "dependencies": { - "maci-crypto": "^1.2.3", - "maci-domainobjs": "^1.2.3" + "maci-crypto": "^1.2.4", + "maci-domainobjs": "^1.2.4" }, "devDependencies": { "@types/chai": "^4.3.11", diff --git a/crypto/CHANGELOG.md b/crypto/CHANGELOG.md index a597c2ffdc..c3563be81f 100644 --- a/crypto/CHANGELOG.md +++ b/crypto/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-crypto + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package maci-crypto diff --git a/crypto/package.json b/crypto/package.json index 6787a1a904..a9ff40f7e4 100644 --- a/crypto/package.json +++ b/crypto/package.json @@ -1,6 +1,6 @@ { "name": "maci-crypto", - "version": "1.2.3", + "version": "1.2.4", "description": "A package containing cryptography utilities for MACI", "main": "build/ts/index.js", "files": [ diff --git a/domainobjs/CHANGELOG.md b/domainobjs/CHANGELOG.md index 3e58d6427f..b4b16c9d57 100644 --- a/domainobjs/CHANGELOG.md +++ b/domainobjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-domainobjs + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package maci-domainobjs diff --git a/domainobjs/package.json b/domainobjs/package.json index e1a66fe4b3..52eedad626 100644 --- a/domainobjs/package.json +++ b/domainobjs/package.json @@ -1,6 +1,6 @@ { "name": "maci-domainobjs", - "version": "1.2.3", + "version": "1.2.4", "description": "", "main": "build/ts/index.js", "files": [ @@ -25,7 +25,7 @@ "ts-mocha": "^10.0.0" }, "dependencies": { - "maci-crypto": "^1.2.3" + "maci-crypto": "^1.2.4" }, "nyc": { "reporter": [ diff --git a/integrationTests/CHANGELOG.md b/integrationTests/CHANGELOG.md index f5f1255aa0..0953172ff3 100644 --- a/integrationTests/CHANGELOG.md +++ b/integrationTests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package maci-integrationtests + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package maci-integrationtests diff --git a/integrationTests/package.json b/integrationTests/package.json index 807ab601c3..a21df7ad6d 100644 --- a/integrationTests/package.json +++ b/integrationTests/package.json @@ -1,6 +1,6 @@ { "name": "maci-integrationtests", - "version": "1.2.3", + "version": "1.2.4", "description": "", "main": "build/ts/index.js", "files": [ @@ -34,11 +34,11 @@ "dependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", "ethers": "^6.12.0", - "maci-circuits": "^1.2.3", - "maci-cli": "^1.2.3", - "maci-contracts": "^1.2.3", - "maci-core": "^1.2.3", - "maci-crypto": "^1.2.3", - "maci-domainobjs": "^1.2.3" + "maci-circuits": "^1.2.4", + "maci-cli": "^1.2.4", + "maci-contracts": "^1.2.4", + "maci-core": "^1.2.4", + "maci-crypto": "^1.2.4", + "maci-domainobjs": "^1.2.4" } } diff --git a/lerna.json b/lerna.json index 971e537f48..ba93d0e216 100644 --- a/lerna.json +++ b/lerna.json @@ -10,7 +10,7 @@ "website", "coordinator" ], - "version": "1.2.3", + "version": "1.2.4", "npmClient": "pnpm", "changelogPreset": { "name": "conventionalcommits", diff --git a/package.json b/package.json index da3b1585f4..d2cd88e0b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maci", - "version": "1.2.3", + "version": "1.2.4", "description": "Minimal Anti-Collusion Infrastructure", "repository": "https://github.com/privacy-scaling-explorations/maci", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8a00f8321..4a77e5fad6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,13 +102,13 @@ importers: specifier: ^2.0.5 version: 2.0.5 maci-core: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../core maci-crypto: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../crypto maci-domainobjs: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../domainobjs snarkjs: specifier: ^0.7.4 @@ -166,19 +166,19 @@ importers: specifier: ^2.22.3 version: 2.22.3(ts-node@10.9.2)(typescript@5.4.5) maci-circuits: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../circuits maci-contracts: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../contracts maci-core: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../core maci-crypto: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../crypto maci-domainobjs: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../domainobjs prompt: specifier: ^1.3.0 @@ -245,16 +245,16 @@ importers: specifier: ^1.0.0 version: 1.0.0 maci-circuits: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../circuits maci-core: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../core maci-crypto: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../crypto maci-domainobjs: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../domainobjs solidity-docgen: specifier: ^0.6.0-beta.36 @@ -333,16 +333,16 @@ importers: specifier: ^7.1.0 version: 7.1.0 maci-circuits: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../circuits maci-cli: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../cli maci-contracts: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../contracts maci-domainobjs: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../domainobjs reflect-metadata: specifier: ^0.2.0 @@ -388,10 +388,10 @@ importers: core: dependencies: maci-crypto: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../crypto maci-domainobjs: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../domainobjs devDependencies: '@types/chai': @@ -474,7 +474,7 @@ importers: domainobjs: dependencies: maci-crypto: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../crypto devDependencies: '@types/chai': @@ -508,22 +508,22 @@ importers: specifier: ^6.12.0 version: 6.12.0 maci-circuits: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../circuits maci-cli: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../cli maci-contracts: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../contracts maci-core: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../core maci-crypto: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../crypto maci-domainobjs: - specifier: ^1.2.3 + specifier: ^1.2.4 version: link:../domainobjs devDependencies: '@types/chai': diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 66934f0bbf..d3b7ed6286 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.3...v1.2.4) (2024-06-06) + +**Note:** Version bump only for package website + + + + + ## [1.2.3](https://github.com/privacy-scaling-explorations/maci/compare/v1.2.2...v1.2.3) (2024-05-28) **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 4d22bf84a8..441c697faa 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.2.3", + "version": "1.2.4", "private": true, "scripts": { "setup-typedoc": "ts-node ./src/scripts/setupTypedoc.ts",