Skip to content

Commit

Permalink
chore: publish 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Sep 5, 2024
1 parent 3154f1a commit 80b6452
Show file tree
Hide file tree
Showing 16 changed files with 143 additions and 25 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 8 additions & 0 deletions apps/subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 9 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"packages": ["packages/*", "apps/*"],
"version": "2.2.1",
"packages": [
"packages/*",
"apps/*"
],
"version": "2.3.0",
"npmClient": "pnpm",
"changelogPreset": {
"name": "conventionalcommits",
Expand Down Expand Up @@ -38,10 +41,12 @@
"section": "Miscellaneous"
}
],
"issuePrefixes": ["#"],
"issuePrefixes": [
"#"
],
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"userUrlFormat": "{{host}}/{{user}}"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/circuits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
23 changes: 23 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/integrationTests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/integrationTests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-integrationtests",
"version": "2.2.1",
"version": "2.3.0",
"description": "",
"main": "build/ts/index.js",
"files": [
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80b6452

Please sign in to comment.