Skip to content

Latest commit

 

History

History
216 lines (90 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

216 lines (90 loc) · 11.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.2 (2023-01-19)

Features

  • contracts: made nextPollId public to support third-party apps more easily (c5c6bdb)

Bug Fixes

  • server: expanded regex to include capital case values (ed5915e)
  • server: fix arbitrary parameters being injected into cli commands (295f73f)

Performance Improvements

  • subsidy.circom: decrease the number of batches by around half for subsidy calculations (37ff17e)

Code Refactoring

  • contracts: refactoring deployment scripts (eba33cf), closes #555
  • remove messageaqfactory: remove messageAqFactory; remove redundant pollFactory dependency (dcd1c67)

Miscellaneous

  • add a badges to README.md (888524b)
  • changelog: add CHANGELOG of v1.1.1 (ea1f0ca)
  • fix description of circuit parameter (26b08eb)
  • maci: added audit report and amended Contract's README (0c6d28b)
  • maci: added README for the circuit package and fixed typo in contract's README (4d0f74b)
  • maci: amended and added new sections in the docs (d9780fa), closes #531
  • maci: updated docs after review (fd0da34), closes #531 #556
  • set format for CHANGELOG (9787132)
  • update README.md to reflect current status (14ac799)

1.1.1 (2022-12-03)

Bug Fixes

  • core/ts/macistate.ts: fix nothing_up_to_my_sleeve bug in MaciState.ts as well as unit tests (3d2b21f)
  • fix insert placeholder leaf bug: fix issue related to first msg leaf (b4b9da1)
  • float.circom: add a*b overflow check (c9a24ba)
  • float.circom: rewrite float.circom (efd4617)
  • integrationtests: add missing error handling in integration test harness (403787e)
  • maci.sol: fix "inconsistent restriction on voice credit upper bound" (7a8c5c1)
  • maci: amended the signUp function to reflect the checks-effects-interaction pattern (d62c7c7), closes #503
  • maci: final fix to the tests (51e84f8)
  • maci: implemented fixes for several audit issues (6f1fa85), closes #503 #504 #505 #508 #510
  • maci: removed unneded max fee calculation (14ee2a5)
  • maci: reverted a fix and fixed test suits (8300cc5)
  • maci: upgraded minor version and fixed bug in testnet deployment (5ef5ed8), closes #551 #552
  • maci: upgraded snarkjs and other dependencies (0ce643a)
  • poll.sol,maci.sol: protect messageAq by nothing up my sleeve hash (04f21b3)
  • poll: amended mergeMaciStateAq to directly store the new root to state (76c991a)
  • processmessages.circom: data are not fully verified during state update (6df6a40)
  • topupcredit.sol, subsidy.circom: add comments for upper bound of constants (c8eb37a)
  • topupcredit.sol: add onlyOnwer modifier (ee0c8a6)

Reverts

  • circuits: revert snarkjs upgrade (b045893)
  • dependencies: revert eslint upgrade (a70804e)
  • pollyprocessandtallyer: revert changes (382e435)

1.1.0 (2022-06-27)

Bug Fixes

  • fix bigint issue for github check: fix the check fail for github (a155105)
  • process messages and handle no-ops in maciState object (805ef1d)

Features

  • topup feature: add topup feature for maci (48763f8)
  • subsidy calculation (9a1b571)

BREAKING CHANGES

  • topup feature: the circuit will now process vote and topup type messages; other components also modified accordingly

1.0.3 (2021-11-13)

1.0.2 (2021-10-12)

1.0.1 (2021-10-12)

1.0.0 (2021-10-12)

0.3.2 (2020-10-02)

0.3.1 (2020-10-02)

0.3.0 (2020-10-02)

Reverts

  • Revert "publish a message during signup (wip)" (e31faca)
  • Revert "wip" (7c4a807)

0.2.9 (2020-09-25)

0.2.8 (2020-09-24)

0.2.7 (2020-09-18)

0.2.6 (2020-09-16)

0.2.5 (2020-09-16)

0.2.4 (2020-09-16)

0.2.3 (2020-09-14)

0.2.2 (2020-09-11)

0.2.1 (2020-09-06)

0.1.12 (2020-08-29)

0.1.11 (2020-08-14)

0.1.10 (2020-08-14)

0.1.9 (2020-08-13)

0.1.8 (2020-07-30)

0.1.7 (2020-07-30)

0.1.6 (2020-07-30)

0.1.5 (2020-07-29)

0.1.4 (2020-07-29)

0.1.3 (2020-07-27)

0.1.2 (2020-07-20)

0.1.1 (2020-07-17)

0.1.0 (2020-07-13)