All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @p0tion/phase2cli
1.2.4 (2024-07-06)
- Setup will pull phase 1 files from the latest PPoT set
1.2.3 (2024-04-10)
- less space (e242cba)
Note: Version bump only for package @p0tion/phase2cli
1.2.1 (2024-04-10)
- list participants details of a ceremony (3d1be15)
- send message to display in each call of prompt (more flexible) (625dddc)
1.2.0 (2024-04-05)
1.1.1 (2024-01-06)
- contribute: cli flag for auth token (run on VM) (9aac6f4)
- setup-local-keys: do not compute zkeys again if found locally for non interactive setup (a4da4e8)
- cfOrVm prompt cases on truthy value (c465f13)
- cli: add more sleep between steps to ensure all actions are completed on the backend (828aeca)
- clipboard: invert condition (fdc5a8a)
- clipboard: try/catch the auth code copying to allow systems like docker to work (21f8410)
- finalization: fix various bugs and add non interactive auth (a4931f4)
- setup: remove S3 usage and download from URL (83fcf1b)
- some typos (71104c0)
- steps: add upload bar and allow more time in between steps (94cc822)
- ui: fix wording (de92081)
- vm: fix VM setup (1e5d894)
1.0.5 (2023-07-24)
Note: Version bump only for package @p0tion/phase2cli
1.0.4 (2023-07-20)
Note: Version bump only for package @p0tion/phase2cli
1.0.2 (2023-07-20)
Note: Version bump only for package @p0tion/phase2cli
1.0.1 (2023-07-19)
- list ceremonies: add a command to list all ceremonies (d2723f2)
- list: exit with code 1 when calling showError with exit=true (805c28e)
- setup: add a cli command to validate the ceremony setup file and the constraints (66f8837)
- setup: add option to pass the authentication token as cli param (9306eae)
- setup: add transfer of object inside phase2cli (7c743bb)
- setup: implement non interactive setup (c3638d4)
- setup: non interactive setup with artifacts download (d032f37)
- vms: implemented e2e test for contribution verification (684123a)
- auth: fix non interactive auth and force token refresh for coordinator (0f4dfea)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- setup: add missing circuit artifacts local path (15b8743)
- setup: amend after PR review (8c104ef)
- setup: fix local path to circuit artifacts + change error in security tests (865a06f)
- setup: revert transfer of object and add region to config (690da25)
- spinner does not stop correctly after contribution verification (345bdcb)
- unconsistency when resuming a contribution (07fc79b)
- ux: added more verbose messages to inform the user of waiting times and errors (80d9858)
- vm: missing files (64f5019)
- wrong path to Verifier smart contract template (b414166)
1.0.0 (2023-07-11)
- list ceremonies: add a command to list all ceremonies (d2723f2)
- list: exit with code 1 when calling showError with exit=true (805c28e)
- setup: add a cli command to validate the ceremony setup file and the constraints (66f8837)
- setup: add option to pass the authentication token as cli param (9306eae)
- setup: implement non interactive setup (c3638d4)
- vms: implemented e2e test for contribution verification (684123a)
- auth: fix non interactive auth and force token refresh for coordinator (0f4dfea)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- setup: add missing circuit artifacts local path (15b8743)
- setup: amend after PR review (8c104ef)
- setup: fix local path to circuit artifacts + change error in security tests (865a06f)
- spinner does not stop correctly after contribution verification (345bdcb)
- unconsistency when resuming a contribution (07fc79b)
- ux: added more verbose messages to inform the user of waiting times and errors (80d9858)
- vm: missing files (64f5019)
- wrong path to Verifier smart contract template (b414166)
0.5.0 (2023-07-04)
- vms: implemented e2e test for contribution verification (684123a)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- spinner does not stop correctly after contribution verification (345bdcb)
- unconsistency when resuming a contribution (07fc79b)
- ux: added more verbose messages to inform the user of waiting times and errors (80d9858)
- vm: missing files (64f5019)
- wrong path to Verifier smart contract template (b414166)
0.4.2 (2023-05-31)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- spinner does not stop correctly after contribution verification (345bdcb)
- unconsistency when resuming a contribution (07fc79b)
0.4.1 (2023-05-31)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- spinner does not stop correctly after contribution verification (345bdcb)
- unconsistency when resuming a contribution (07fc79b)
0.4.0 (2023-05-19)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- spinner does not stop correctly after contribution verification (345bdcb)
- unconsistency when resuming a contribution (07fc79b)
0.3.5 (2023-05-17)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- spinner does not stop correctly after contribution verification (345bdcb)
0.3.2 (2023-05-17)
- duplicate messages when waiting for contribution; remove wrong listener (61fbd19)
- spinner does not stop correctly after contribution verification (345bdcb)
0.3.1 (2023-05-16)
- spinner does not stop correctly after contribution verification (345bdcb)
0.3.0 (2023-05-15)
- add typedoc generation (6fee9d4)
- bump 0.3.0; minor missing imports for enums (79faae9)
- missing skipLibCheck option was causing docs script to exit (7433e38)
- set cli as a es module (37f4351)
- wrong path for environment config file (75bbd98)
0.2.0 (2023-04-04)
- constants are now part of actions package
- add public finalization beacon value and hash for final contribution (74dfc07)
- add wasm support at setup time (53eeddd)
- enable creation of public attestation gist even after contribution (54db59c)
- verification: implemented actions functions on phase2cli (7ae6da3)
- ceremony verification: add missing d.ts files (7cec92e)
- ceremony verification: remove redundant argument from export verifier function (ec351de)
- error when building in CI; review suggestions (c811c43)
- make spinner to stop properly (d47de71)
- missing pre-condition when resuming during computing step; wrong pre-condition on related cf (90c8729)
- small bug fixes and minor changes (0a0d44a)
- verification: amend after PR review (35ecf47)
- verification: fix wrong path in function call (cc9a991)
- wrong Date type for start/end ceremony dates expressed in ms (655a02e)
- wrong version for peer dependency actions package (4975d96)
- update and move constants to actions package (e1a98a8)
0.1.0 (2023-01-24)
- major and minor bugs from contribute command refactoring PR (3697c69), closes #247
- missing parameter value when calling query method for getting documents (38a16e6)
- missing path update when using a pre-computed zkey (4c66929)
- missing status check for request (802dd4a)
- remove duplicated code (9bb4938)
- remove oauth token when it is invalid (056ab25)
- use re-export instead of import/export (e3ef96b)
- contribute: refactoring the contribute command (69947b5)
- decouple finalize command; minor fixes (dd0e7ee)
- decouple of observe command; minor fixes (455e8b1)
- modularize clean command by moving files helpers to actions package; sync other commands (06e31bf)
- monorepo config and e2e bootstrap; minor fixes and improvements (cb25f4e)
- optimize auth command and related libraries separation; generalize core lib methods (7bc462c)
- setup: implemented review suggestions (82c4ea1)
- storage helpers: refactoring storage helpers to accept extra arguments (efe3088)