From 176858049e99de5df9d626500646d0bb15a07af9 Mon Sep 17 00:00:00 2001 From: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:57:24 +0100 Subject: [PATCH] chore: publish 2.3.0 (#1812) --- CHANGELOG.md | 36 ++++++++++++++++++++++++++ apps/subgraph/CHANGELOG.md | 8 ++++++ apps/subgraph/package.json | 4 +-- apps/website/CHANGELOG.md | 14 ++++++++++ apps/website/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- packages/circuits/CHANGELOG.md | 14 ++++++++++ packages/circuits/package.json | 2 +- packages/cli/CHANGELOG.md | 10 +++++++ packages/cli/package.json | 6 ++--- packages/contracts/CHANGELOG.md | 23 ++++++++++++++++ packages/contracts/package.json | 4 +-- packages/integrationTests/CHANGELOG.md | 8 ++++++ packages/integrationTests/package.json | 8 +++--- pnpm-lock.yaml | 14 +++++----- 16 files changed, 135 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c22374c..dcc22e17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) + + +### Features + +* **contracts:** make poll modifiers virtual ([b4af027](https://github.com/privacy-scaling-explorations/maci/commit/b4af027ca8bc14ecd849030559c9d1129b475264)) + + +### Bug Fixes + +* do not cleanup thread all the time while doing parallel proof gen ([#1808](https://github.com/privacy-scaling-explorations/maci/issues/1808)) ([d683cb3](https://github.com/privacy-scaling-explorations/maci/commit/d683cb35e3b1fb54df05e200be85386fb7328de5)) +* ensure prove task works ([#1789](https://github.com/privacy-scaling-explorations/maci/issues/1789)) ([87762e0](https://github.com/privacy-scaling-explorations/maci/commit/87762e021f279852ab3c019a720782b017af80ab)) + + +### Miscellaneous + +* added polygon and gnosis to supported networks and benchmark ([0a4ead0](https://github.com/privacy-scaling-explorations/maci/commit/0a4ead0aa9b00244206687d5a13bbdd35628c30c)) +* **blog:** anonymous poll joining ([#1805](https://github.com/privacy-scaling-explorations/maci/issues/1805)) ([1c34f5b](https://github.com/privacy-scaling-explorations/maci/commit/1c34f5bc9865f7f59547240454d27b88c58fd390)) +* **ceremony:** update ceremony tests to work with v2 params and keys ([#1807](https://github.com/privacy-scaling-explorations/maci/issues/1807)) ([6bf1ffb](https://github.com/privacy-scaling-explorations/maci/commit/6bf1ffb42e4537dba52fb25b1fc7e370e9a39d76)) +* **contracts:** extend ids for contract storage and deployment ([f711ba9](https://github.com/privacy-scaling-explorations/maci/commit/f711ba90e0cf8f45a800193ca146fda93451e8c6)) +* deploy to sepolia and store contracts ([1de2d9a](https://github.com/privacy-scaling-explorations/maci/commit/1de2d9ae2bc69da694a77f3967b8425174345318)) +* **deps-dev:** bump @commitlint/config-conventional ([#1802](https://github.com/privacy-scaling-explorations/maci/issues/1802)) ([b7861de](https://github.com/privacy-scaling-explorations/maci/commit/b7861de973715513bae9724286e6dcb429c74f12)) +* **deps-dev:** bump @docusaurus/module-type-aliases ([90ecec9](https://github.com/privacy-scaling-explorations/maci/commit/90ecec92210f1ddeaf67b7bf1570a0de0b1b8777)) +* **deps-dev:** bump eslint-import-resolver-typescript ([#1801](https://github.com/privacy-scaling-explorations/maci/issues/1801)) ([6bd155b](https://github.com/privacy-scaling-explorations/maci/commit/6bd155bf3516ceb0bb8930a60de4c2955c8a70fb)) +* **deps-dev:** bump prettier-plugin-solidity from 1.3.1 to 1.4.1 ([#1803](https://github.com/privacy-scaling-explorations/maci/issues/1803)) ([5aaf22e](https://github.com/privacy-scaling-explorations/maci/commit/5aaf22e20f5a746d2424e9cd7351bef322cbd8da)) +* **deps-dev:** bump typedoc-plugin-markdown from 4.2.3 to 4.2.6 ([e79e01f](https://github.com/privacy-scaling-explorations/maci/commit/e79e01f5d604b2f6c53f01ad27253730790def50)) +* **deps:** bump crate-ci/typos from 1.23.6 to 1.24.1 ([f63f9c4](https://github.com/privacy-scaling-explorations/maci/commit/f63f9c43b9696351b00d7e74c154a176bf1a078c)) +* **deps:** bump crate-ci/typos from 1.24.1 to 1.24.3 ([#1804](https://github.com/privacy-scaling-explorations/maci/issues/1804)) ([d071f07](https://github.com/privacy-scaling-explorations/maci/commit/d071f078b415dc401c7ea00513c2ae68a5812499)) +* **deps:** bump rehype-katex from 7.0.0 to 7.0.1 ([6091223](https://github.com/privacy-scaling-explorations/maci/commit/6091223e0be470b421407231dd3c6786b3d8da39)) +* **docs:** remove version banner in v1.2 ([#1797](https://github.com/privacy-scaling-explorations/maci/issues/1797)) ([a97f395](https://github.com/privacy-scaling-explorations/maci/commit/a97f3956b75edf457f61e8792744cb33da202419)) +* get poll mode within sdk ([#1800](https://github.com/privacy-scaling-explorations/maci/issues/1800)) ([71545c1](https://github.com/privacy-scaling-explorations/maci/commit/71545c1ceb3b082c812081639eb2c0c15a58113f)) +* update message tree depth programmatically in benchmarks ([#1799](https://github.com/privacy-scaling-explorations/maci/issues/1799)) ([eb1ce58](https://github.com/privacy-scaling-explorations/maci/commit/eb1ce58d70a2d5e5cf4567d403bbd2ec57e97e2d)) +* update trusted setup docs and fix links ([#1806](https://github.com/privacy-scaling-explorations/maci/issues/1806)) ([3154f1a](https://github.com/privacy-scaling-explorations/maci/commit/3154f1aade391f25853e556628c42c706de66e66)) + + + ## [2.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19) diff --git a/apps/subgraph/CHANGELOG.md b/apps/subgraph/CHANGELOG.md index d4d376b90..61640632d 100644 --- a/apps/subgraph/CHANGELOG.md +++ b/apps/subgraph/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. +## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) + +**Note:** Version bump only for package maci-subgraph + + + + + ## [2.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19) **Note:** Version bump only for package maci-subgraph diff --git a/apps/subgraph/package.json b/apps/subgraph/package.json index fe3362383..15c2a3b83 100644 --- a/apps/subgraph/package.json +++ b/apps/subgraph/package.json @@ -1,6 +1,6 @@ { "name": "maci-subgraph", - "version": "2.2.1", + "version": "2.3.0", "description": "A subgraph to index data from MACI protocol to serve as data layer for frontend integration", "private": false, "files": [ @@ -28,7 +28,7 @@ "dependencies": { "@graphprotocol/graph-cli": "^0.80.0", "@graphprotocol/graph-ts": "^0.35.1", - "maci-contracts": "^2.2.1" + "maci-contracts": "^2.3.0" }, "devDependencies": { "assemblyscript": "0.19.23", diff --git a/apps/website/CHANGELOG.md b/apps/website/CHANGELOG.md index 3be6324ec..3b9cbbf58 100644 --- a/apps/website/CHANGELOG.md +++ b/apps/website/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) + + +### Miscellaneous + +* added polygon and gnosis to supported networks and benchmark ([0a4ead0](https://github.com/privacy-scaling-explorations/maci/commit/0a4ead0aa9b00244206687d5a13bbdd35628c30c)) +* **blog:** anonymous poll joining ([#1805](https://github.com/privacy-scaling-explorations/maci/issues/1805)) ([1c34f5b](https://github.com/privacy-scaling-explorations/maci/commit/1c34f5bc9865f7f59547240454d27b88c58fd390)) +* **deps-dev:** bump @docusaurus/module-type-aliases ([90ecec9](https://github.com/privacy-scaling-explorations/maci/commit/90ecec92210f1ddeaf67b7bf1570a0de0b1b8777)) +* **deps:** bump rehype-katex from 7.0.0 to 7.0.1 ([6091223](https://github.com/privacy-scaling-explorations/maci/commit/6091223e0be470b421407231dd3c6786b3d8da39)) +* **docs:** remove version banner in v1.2 ([#1797](https://github.com/privacy-scaling-explorations/maci/issues/1797)) ([a97f395](https://github.com/privacy-scaling-explorations/maci/commit/a97f3956b75edf457f61e8792744cb33da202419)) +* update trusted setup docs and fix links ([#1806](https://github.com/privacy-scaling-explorations/maci/issues/1806)) ([3154f1a](https://github.com/privacy-scaling-explorations/maci/commit/3154f1aade391f25853e556628c42c706de66e66)) + + + ## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19) diff --git a/apps/website/package.json b/apps/website/package.json index e12098cec..0cb911b7a 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.2.0", + "version": "2.3.0", "private": true, "scripts": { "setup-typedoc": "ts-node ./src/scripts/setupTypedoc.ts", diff --git a/lerna.json b/lerna.json index 020d6dab9..82383e016 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*", "apps/*"], - "version": "2.2.1", + "version": "2.3.0", "npmClient": "pnpm", "changelogPreset": { "name": "conventionalcommits", diff --git a/package.json b/package.json index d1dc7fa1e..4fa1f5dd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maci", - "version": "2.2.1", + "version": "2.3.0", "description": "Minimal Anti-Collusion Infrastructure", "repository": "https://github.com/privacy-scaling-explorations/maci", "license": "MIT", diff --git a/packages/circuits/CHANGELOG.md b/packages/circuits/CHANGELOG.md index b2ac17253..a27b2f349 100644 --- a/packages/circuits/CHANGELOG.md +++ b/packages/circuits/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) + + +### Bug Fixes + +* do not cleanup thread all the time while doing parallel proof gen ([#1808](https://github.com/privacy-scaling-explorations/maci/issues/1808)) ([d683cb3](https://github.com/privacy-scaling-explorations/maci/commit/d683cb35e3b1fb54df05e200be85386fb7328de5)) + + +### Miscellaneous + +* **ceremony:** update ceremony tests to work with v2 params and keys ([#1807](https://github.com/privacy-scaling-explorations/maci/issues/1807)) ([6bf1ffb](https://github.com/privacy-scaling-explorations/maci/commit/6bf1ffb42e4537dba52fb25b1fc7e370e9a39d76)) + + + ## [2.2.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.1.0...v2.2.0) (2024-08-19) diff --git a/packages/circuits/package.json b/packages/circuits/package.json index 466cf2f57..3a435fab2 100644 --- a/packages/circuits/package.json +++ b/packages/circuits/package.json @@ -1,6 +1,6 @@ { "name": "maci-circuits", - "version": "2.2.0", + "version": "2.3.0", "description": "zk-SNARK circuits for MACI", "main": "build/ts/index.js", "files": [ diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5a35990fd..eb919e237 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) + + +### Miscellaneous + +* **ceremony:** update ceremony tests to work with v2 params and keys ([#1807](https://github.com/privacy-scaling-explorations/maci/issues/1807)) ([6bf1ffb](https://github.com/privacy-scaling-explorations/maci/commit/6bf1ffb42e4537dba52fb25b1fc7e370e9a39d76)) +* get poll mode within sdk ([#1800](https://github.com/privacy-scaling-explorations/maci/issues/1800)) ([71545c1](https://github.com/privacy-scaling-explorations/maci/commit/71545c1ceb3b082c812081639eb2c0c15a58113f)) + + + ## [2.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19) **Note:** Version bump only for package maci-cli diff --git a/packages/cli/package.json b/packages/cli/package.json index cb058e0c2..9838a14ae 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "maci-cli", - "version": "2.2.1", + "version": "2.3.0", "description": "CLI utilities for MACI", "main": "build/ts/index.js", "exports": { @@ -48,8 +48,8 @@ "dotenv": "^16.4.5", "ethers": "^6.13.2", "hardhat": "^2.22.8", - "maci-circuits": "^2.2.0", - "maci-contracts": "^2.2.1", + "maci-circuits": "^2.3.0", + "maci-contracts": "^2.3.0", "maci-core": "^2.2.0", "maci-crypto": "^2.2.0", "maci-domainobjs": "^2.2.0", diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 5b6725aba..9f055b57a 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) + + +### Features + +* **contracts:** make poll modifiers virtual ([b4af027](https://github.com/privacy-scaling-explorations/maci/commit/b4af027ca8bc14ecd849030559c9d1129b475264)) + + +### Bug Fixes + +* do not cleanup thread all the time while doing parallel proof gen ([#1808](https://github.com/privacy-scaling-explorations/maci/issues/1808)) ([d683cb3](https://github.com/privacy-scaling-explorations/maci/commit/d683cb35e3b1fb54df05e200be85386fb7328de5)) +* ensure prove task works ([#1789](https://github.com/privacy-scaling-explorations/maci/issues/1789)) ([87762e0](https://github.com/privacy-scaling-explorations/maci/commit/87762e021f279852ab3c019a720782b017af80ab)) + + +### Miscellaneous + +* added polygon and gnosis to supported networks and benchmark ([0a4ead0](https://github.com/privacy-scaling-explorations/maci/commit/0a4ead0aa9b00244206687d5a13bbdd35628c30c)) +* **contracts:** extend ids for contract storage and deployment ([f711ba9](https://github.com/privacy-scaling-explorations/maci/commit/f711ba90e0cf8f45a800193ca146fda93451e8c6)) +* deploy to sepolia and store contracts ([1de2d9a](https://github.com/privacy-scaling-explorations/maci/commit/1de2d9ae2bc69da694a77f3967b8425174345318)) +* update message tree depth programmatically in benchmarks ([#1799](https://github.com/privacy-scaling-explorations/maci/issues/1799)) ([eb1ce58](https://github.com/privacy-scaling-explorations/maci/commit/eb1ce58d70a2d5e5cf4567d403bbd2ec57e97e2d)) + + + ## [2.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19) diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 2404682d1..683f64cc1 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "maci-contracts", - "version": "2.2.1", + "version": "2.3.0", "description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)", "main": "build/ts/index.js", "exports": { @@ -158,7 +158,7 @@ "ethers": "^6.13.2", "hardhat": "^2.22.8", "lowdb": "^1.0.0", - "maci-circuits": "^2.2.0", + "maci-circuits": "^2.3.0", "maci-core": "^2.2.0", "maci-crypto": "^2.2.0", "maci-domainobjs": "^2.2.0", diff --git a/packages/integrationTests/CHANGELOG.md b/packages/integrationTests/CHANGELOG.md index 218b9a9ea..fd641a24f 100644 --- a/packages/integrationTests/CHANGELOG.md +++ b/packages/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. +## [2.3.0](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.1...v2.3.0) (2024-09-05) + +**Note:** Version bump only for package maci-integrationtests + + + + + ## [2.2.1](https://github.com/privacy-scaling-explorations/maci/compare/v2.2.0...v2.2.1) (2024-08-19) **Note:** Version bump only for package maci-integrationtests diff --git a/packages/integrationTests/package.json b/packages/integrationTests/package.json index f5d94f1bd..41d7e9e6e 100644 --- a/packages/integrationTests/package.json +++ b/packages/integrationTests/package.json @@ -1,6 +1,6 @@ { "name": "maci-integrationtests", - "version": "2.2.1", + "version": "2.3.0", "description": "", "main": "build/ts/index.js", "files": [ @@ -33,9 +33,9 @@ "dependencies": { "@nomicfoundation/hardhat-toolbox": "^5.0.0", "ethers": "^6.13.2", - "maci-circuits": "^2.2.0", - "maci-cli": "^2.2.1", - "maci-contracts": "^2.2.1", + "maci-circuits": "^2.3.0", + "maci-cli": "^2.3.0", + "maci-contracts": "^2.3.0", "maci-core": "^2.2.0", "maci-crypto": "^2.2.0", "maci-domainobjs": "^2.2.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c6993909..b689e21a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,7 +105,7 @@ importers: specifier: ^0.35.1 version: 0.35.1 maci-contracts: - specifier: ^2.2.1 + specifier: ^2.3.0 version: link:../../packages/contracts devDependencies: assemblyscript: @@ -279,10 +279,10 @@ importers: specifier: ^2.22.8 version: 2.22.8(ts-node@10.9.2(@types/node@22.4.1)(typescript@5.5.4))(typescript@5.5.4) maci-circuits: - specifier: ^2.2.0 + specifier: ^2.3.0 version: link:../circuits maci-contracts: - specifier: ^2.2.1 + specifier: ^2.3.0 version: link:../contracts maci-core: specifier: ^2.2.0 @@ -361,7 +361,7 @@ importers: specifier: ^1.0.0 version: 1.0.0 maci-circuits: - specifier: ^2.2.0 + specifier: ^2.3.0 version: link:../circuits maci-core: specifier: ^2.2.0 @@ -542,13 +542,13 @@ importers: specifier: ^6.13.2 version: 6.13.2 maci-circuits: - specifier: ^2.2.0 + specifier: ^2.3.0 version: link:../circuits maci-cli: - specifier: ^2.2.1 + specifier: ^2.3.0 version: link:../cli maci-contracts: - specifier: ^2.2.1 + specifier: ^2.3.0 version: link:../contracts maci-core: specifier: ^2.2.0