Skip to content

Commit

Permalink
chore(release): publish 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed Jan 20, 2023
1 parent 3ad82e5 commit 10b3a85
Show file tree
Hide file tree
Showing 29 changed files with 255 additions and 60 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Features

* **contracts:** made `nextPollId` public to support third-party apps more easily ([c5c6bdb](https://github.com/privacy-scaling-explorations/maci/commit/c5c6bdb3db3e4ce25d0de642e75278becc405d61))


### Bug Fixes

* **server:** expanded regex to include capital case values ([ed5915e](https://github.com/privacy-scaling-explorations/maci/commit/ed5915eb524b92299b3a52f2de1000161a8f1a32))
* **server:** fix arbitrary parameters being injected into cli commands ([295f73f](https://github.com/privacy-scaling-explorations/maci/commit/295f73fe6744e924e677726987bb07b8c4761852))

### Performance Improvements

* **subsidy.circom:** decrease the number of batches by around half for subsidy calculations ([37ff17e](https://github.com/privacy-scaling-explorations/maci/commit/37ff17e6569a652fe4ad7310221c1a4e7b2bff75))

### Code Refactoring

* **contracts:** refactoring deployment scripts ([eba33cf](https://github.com/privacy-scaling-explorations/maci/commit/eba33cfc822208d9a6ca1ad4e9d3442a8c613c4d)), closes [#555](https://github.com/privacy-scaling-explorations/maci/issues/555)
* **remove messageaqfactory:** remove messageAqFactory; remove redundant pollFactory dependency ([dcd1c67](https://github.com/privacy-scaling-explorations/maci/commit/dcd1c67f14f0cb92979d13e7887373ff6e354a6f))


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/privacy-scaling-explorations/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/privacy-scaling-explorations/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))
* fix description of circuit parameter ([26b08eb](https://github.com/privacy-scaling-explorations/maci/commit/26b08eba98394f97f054163a6d4d91bbd0595f44))
* **maci:** added audit report and amended Contract's README ([0c6d28b](https://github.com/privacy-scaling-explorations/maci/commit/0c6d28b66091609a3cf62b1a0faa08e87b5c82aa))
* **maci:** added README for the circuit package and fixed typo in contract's README ([4d0f74b](https://github.com/privacy-scaling-explorations/maci/commit/4d0f74b8480cd2d20e835d43b33c2aab6578d194))
* **maci:** amended and added new sections in the docs ([d9780fa](https://github.com/privacy-scaling-explorations/maci/commit/d9780fabed10e9d97bb72cf6d118e061b83157b9)), closes [#531](https://github.com/privacy-scaling-explorations/maci/issues/531)
* **maci:** updated docs after review ([fd0da34](https://github.com/privacy-scaling-explorations/maci/commit/fd0da346406a5c2c6648bbff1b081863039bcf2b)), closes [#531](https://github.com/privacy-scaling-explorations/maci/issues/531) [#556](https://github.com/privacy-scaling-explorations/maci/issues/556)
* set format for CHANGELOG ([9787132](https://github.com/privacy-scaling-explorations/maci/commit/978713227dbe2514c45d4c4b31053d58d1bcb521))
* update README.md to reflect current status ([14ac799](https://github.com/privacy-scaling-explorations/maci/commit/14ac7994aa7148cff9fdb9b9cd36ecac93290cda))



## [1.1.1](https://github.com/privacy-scaling-explorations/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
17 changes: 17 additions & 0 deletions circuits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/gurrpi/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Code Refactoring

* **remove messageaqfactory:** remove messageAqFactory; remove redundant pollFactory dependency ([dcd1c67](https://github.com/gurrpi/maci/commit/dcd1c67f14f0cb92979d13e7887373ff6e354a6f))


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/gurrpi/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/gurrpi/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))
* **maci:** added README for the circuit package and fixed typo in contract's README ([4d0f74b](https://github.com/gurrpi/maci/commit/4d0f74b8480cd2d20e835d43b33c2aab6578d194))
* **maci:** updated docs after review ([fd0da34](https://github.com/gurrpi/maci/commit/fd0da346406a5c2c6648bbff1b081863039bcf2b)), closes [#531](https://github.com/gurrpi/maci/issues/531) [#556](https://github.com/gurrpi/maci/issues/556)



## [1.1.1](https://github.com/gurrpi/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
6 changes: 3 additions & 3 deletions circuits/package-lock.json

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

8 changes: 4 additions & 4 deletions circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-circuits",
"version": "1.1.1",
"version": "1.1.2",
"description": "zk-SNARK circuits for MACI",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -57,9 +57,9 @@
"axios": "^1.1.3",
"circom-helper": "^0.3.0",
"jest": "^26.6.3",
"maci-core": "^1.1.1",
"maci-crypto": "^1.1.1",
"maci-domainobjs": "^1.1.1",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
Expand Down
15 changes: 15 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/gurrpi/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Code Refactoring

* **remove messageaqfactory:** remove messageAqFactory; remove redundant pollFactory dependency ([dcd1c67](https://github.com/gurrpi/maci/commit/dcd1c67f14f0cb92979d13e7887373ff6e354a6f))


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/gurrpi/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/gurrpi/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))



## [1.1.1](https://github.com/gurrpi/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
4 changes: 2 additions & 2 deletions cli/package-lock.json

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

14 changes: 7 additions & 7 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "CLI utilities for MACI",
"main": "build/index.js",
"bin": {
Expand All @@ -21,12 +21,12 @@
"ffiasm": "0.1.3",
"hardhat": "^2.0.11",
"js-yaml": "4.0.0",
"maci-circuits": "^1.1.1",
"maci-common": "^1.1.1",
"maci-contracts": "^1.1.1",
"maci-core": "^1.1.1",
"maci-crypto": "^1.1.1",
"maci-domainobjs": "^1.1.1",
"maci-circuits": "^1.1.2",
"maci-common": "^1.1.2",
"maci-contracts": "^1.1.2",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"prompt-async": "^0.9.9",
"shelljs": "^0.8.4",
"snarkjs": "^0.5.0",
Expand Down
10 changes: 10 additions & 0 deletions common/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.

## [1.1.2](https://github.com/gurrpi/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/gurrpi/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/gurrpi/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))



## [1.1.1](https://github.com/gurrpi/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
2 changes: 1 addition & 1 deletion common/package-lock.json

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

2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-common",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/gurrpi/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Features

* **contracts:** made `nextPollId` public to support third-party apps more easily ([c5c6bdb](https://github.com/gurrpi/maci/commit/c5c6bdb3db3e4ce25d0de642e75278becc405d61))


### Code Refactoring

* **contracts:** refactoring deployment scripts ([eba33cf](https://github.com/gurrpi/maci/commit/eba33cfc822208d9a6ca1ad4e9d3442a8c613c4d)), closes [#555](https://github.com/gurrpi/maci/issues/555)
* **remove messageaqfactory:** remove messageAqFactory; remove redundant pollFactory dependency ([dcd1c67](https://github.com/gurrpi/maci/commit/dcd1c67f14f0cb92979d13e7887373ff6e354a6f))


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/gurrpi/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/gurrpi/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))
* **maci:** added audit report and amended Contract's README ([0c6d28b](https://github.com/gurrpi/maci/commit/0c6d28b66091609a3cf62b1a0faa08e87b5c82aa))
* **maci:** added README for the circuit package and fixed typo in contract's README ([4d0f74b](https://github.com/gurrpi/maci/commit/4d0f74b8480cd2d20e835d43b33c2aab6578d194))
* **maci:** updated docs after review ([fd0da34](https://github.com/gurrpi/maci/commit/fd0da346406a5c2c6648bbff1b081863039bcf2b)), closes [#531](https://github.com/gurrpi/maci/issues/531) [#556](https://github.com/gurrpi/maci/issues/556)



## [1.1.1](https://github.com/gurrpi/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
4 changes: 2 additions & 2 deletions contracts/package-lock.json

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

10 changes: 5 additions & 5 deletions contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-contracts",
"version": "1.1.1",
"version": "1.1.2",
"description": "Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -44,10 +44,10 @@
"@types/node": "^14.14.35",
"ethers": "^5.0.32",
"jest": "^26.6.3",
"maci-circuits": "^1.1.1",
"maci-core": "^1.1.1",
"maci-crypto": "^1.1.1",
"maci-domainobjs": "^1.1.1",
"maci-circuits": "^1.1.2",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"shelljs": "^0.8.4",
"ts-jest": "^26.5.4"
},
Expand Down
10 changes: 10 additions & 0 deletions core/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.

## [1.1.2](https://github.com/gurrpi/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/gurrpi/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/gurrpi/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))



## [1.1.1](https://github.com/gurrpi/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
4 changes: 2 additions & 2 deletions core/package-lock.json

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

6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-core",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "build/index.js",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"@maci-contracts": "../contracts"
},
"dependencies": {
"maci-crypto": "^1.1.1",
"maci-domainobjs": "^1.1.1",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"module-alias": "^2.2.2"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/gurrpi/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Code Refactoring

* **remove messageaqfactory:** remove messageAqFactory; remove redundant pollFactory dependency ([dcd1c67](https://github.com/gurrpi/maci/commit/dcd1c67f14f0cb92979d13e7887373ff6e354a6f))


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/gurrpi/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/gurrpi/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))



## [1.1.1](https://github.com/gurrpi/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
6 changes: 3 additions & 3 deletions crypto/package-lock.json

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

2 changes: 1 addition & 1 deletion crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maci-crypto",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions domainobjs/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.

## [1.1.2](https://github.com/gurrpi/maci/compare/v1.1.1...v1.1.2) (2023-01-19)


### Miscellaneous

* add a badges to README.md ([888524b](https://github.com/gurrpi/maci/commit/888524baae82d56edbf0c794e587de174906c34c))
* **changelog:** add CHANGELOG of v1.1.1 ([ea1f0ca](https://github.com/gurrpi/maci/commit/ea1f0ca93f1618df0ba046f1f01b2abad57e0ee1))



## [1.1.1](https://github.com/gurrpi/maci/compare/v1.1.0...v1.1.1) (2022-12-03)


Expand Down
Loading

0 comments on commit 10b3a85

Please sign in to comment.