1291 Commits

Author SHA1 Message Date
Daehyun Paik
93b6d78dd4 Fix a typo 2023-07-14 16:45:22 +02:00
daodesigner
bf17106f34 Merge pull request #93 from privacy-scaling-explorations/cicd
Revise workflows
2023-07-14 07:26:47 -07:00
daodesigner
af157c8439 Merge pull request #94 from privacy-scaling-explorations/fix/verify-contribution
fix(verifycontribution): fix issue with failing to deconstruct undefined object (vm)
2023-07-14 07:25:59 -07:00
daodesigner
c368a3f017 Merge pull request #90 from privacy-scaling-explorations/publish/1.0.0
Publish V1
2023-07-14 07:25:42 -07:00
Daehyun Paik
33c220edc6 Revise workflow 2023-07-14 16:16:43 +02:00
ctrlc03
12b99f153c fix(verifycontribution): fix issue with failing to deconstruct undefined object (vm) 2023-07-14 13:58:08 +01:00
Jeeiii
bd121d72b2 chore: publish 1.0.0 2023-07-12 14:49:49 +02:00
Daehyun Paik
01a2b198f8 Merge pull request #91 from privacy-scaling-explorations/fix/config_file_test_cleanup
fix(tests and setup): fix tests and cleanup config file
2023-07-12 14:46:16 +02:00
ctrlc03
152b4da3c8 fix(tests and setup): fix tests and cleanup config file 2023-07-12 12:13:07 +01:00
ctrlc03
05d6b166d5 Merge pull request #89 from privacy-scaling-explorations/feat/list-ceremonies
feat(list-ceremonies) add cli command to list all ceremonies
2023-07-11 13:03:00 +00:00
ctrlc03
805c28e286 feat(list): exit with code 1 when calling showError with exit=true 2023-07-11 14:02:33 +01:00
ctrlc03
d2723f2243 feat(list ceremonies): add a command to list all ceremonies 2023-07-11 14:02:33 +01:00
ctrlc03
34aca69cc3 Merge pull request #88 from privacy-scaling-explorations/design/contribute
Improve UX/UI of `contribute` command
2023-07-11 13:02:14 +00:00
Jeeiii
0a602bc7fa chore: correct text 2023-07-11 15:00:52 +02:00
Jeeiii
470fd7380a refactor: add spinners to avoid delays; add custom feedback messages for contributor 2023-07-11 13:10:54 +02:00
ctrlc03
d76a44dd49 Merge pull request #86 from privacy-scaling-explorations/feat/validate-setup-file
feat(setup): add a cli command to validate the ceremony setup file and the constraints
2023-07-11 09:49:05 +00:00
ctrlc03
920a073891 Merge pull request #85 from privacy-scaling-explorations/design/auth
Improve UX/UI of `auth` and `logout` commands
2023-07-11 08:31:11 +00:00
ctrlc03
66f88378d7 feat(setup): add a cli command to validate the ceremony setup file and the constraints 2023-07-11 08:11:42 +01:00
Jeeiii
be6c1aa06e refactor: improve ux ui of auth and logout commands 2023-07-10 16:03:10 +02:00
Giacomo
7e007e2070 Merge pull request #80 from privacy-scaling-explorations/feat/non-interactive-setup
feat(setup) - non interactive
2023-07-10 16:02:59 +02:00
ctrlc03
905b6c0fb6 fix(tests): fix tests 2023-07-10 07:39:39 +01:00
ctrlc03
15b87439e1 fix(setup): add missing circuit artifacts local path
allow circuit artifacts to be in a separate folder for setup so that it can be used with
definitelySetup
2023-07-10 07:39:39 +01:00
ctrlc03
865a06f8f3 fix(setup): fix local path to circuit artifacts + change error in security tests 2023-07-10 07:39:39 +01:00
ctrlc03
0f4dfea3b3 fix(auth): fix non interactive auth and force token refresh for coordinator 2023-07-10 07:39:39 +01:00
ctrlc03
b637b9e96c fix(tests): add extra sleep after user creation 2023-07-10 07:39:39 +01:00
ctrlc03
6745c45158 fix(tests): add extra coordinator user to resolve random test failure 2023-07-10 07:39:39 +01:00
ctrlc03
9306eaee98 feat(setup): add option to pass the authentication token as cli param
passing the cli token as param one could easily use p0tion non interactive setup in a CI/CD env like
GitHub actions.
2023-07-10 07:39:39 +01:00
ctrlc03
8c104ef7e8 fix(setup): amend after PR review 2023-07-10 07:39:39 +01:00
ctrlc03
cf8e6982bc fix(setup): change setup test file 2023-07-10 07:39:39 +01:00
ctrlc03
2e218854c6 fix(setup): remove non working test 2023-07-10 07:39:39 +01:00
ctrlc03
46260eb1b0 fix(setup): change test file 2023-07-10 07:39:39 +01:00
ctrlc03
c3638d4ab9 feat(setup): implement non interactive setup 2023-07-10 07:39:39 +01:00
ctrlc03
e72c2f87e0 feat(setup): start to implement non interactive setup 2023-07-10 07:39:39 +01:00
ctrlc03
697c535838 Merge pull request #82 from privacy-scaling-explorations/refactor/memory-check
Fix: memory check
2023-07-10 06:38:57 +00:00
Jeeiii
dd6f4c6f21 refactor: avoid mandatory memory check; add missing loader and messages to improve ux 2023-07-10 06:36:30 +01:00
ctrlc03
1cdc784625 Merge pull request #81 from privacy-scaling-explorations/chore/public-coordinator-artifacts
Make coordinator artifacts publicly downloadable by default
2023-07-08 14:09:45 +00:00
ctrlc03
3e31cd25c9 fix(tests): add extra sleep and coordinator checks within tests 2023-07-08 14:18:27 +01:00
ctrlc03
14a6ecd2ec fix(tests): fix issues with user not being recognized as coordinator 2023-07-07 16:01:10 +01:00
ctrlc03
9346a6f1bd fix(tests): skip a test that would fail due to environment not clean 2023-07-07 13:45:55 +01:00
ctrlc03
19ba15dc9f fix(tests): add extra sleep when setting custom claims to allow propagation 2023-07-07 13:44:39 +01:00
Jeeiii
39fbdd2771 chore: update backend firebase default prod project 2023-07-07 10:35:30 +02:00
Jeeiii
26cd3576f3 refactor: make coordinator artifacts publicly downloadable by default 2023-07-07 10:35:30 +02:00
Giacomo
d4e40cd7fb Merge pull request #79 from privacy-scaling-explorations/command/contribute-opt
Add options for `contribute` command
2023-07-06 12:35:45 +02:00
Jeeiii
0cc266270a refactor: add options for contribute command 2023-07-06 12:19:56 +02:00
ctrlc03
8d38ed2e61 Merge pull request #75 from privacy-scaling-explorations/fix/retry
fix(vms): retry mechanism for VM startup
2023-07-05 08:41:43 +00:00
ctrlc03
1f5accd6c8 fix(vms): retry mechanism for VM startup 2023-07-05 09:28:30 +01:00
ctrlc03
1e74a4c2a9 fix(vms): revert part of the verifyContribution refactoring and update terraform 2023-07-04 21:30:48 +01:00
Jeeiii
716843dbd3 fix: missing else statement for verifycontribution function; wrong return on custom promise 2023-07-04 17:02:40 +02:00
Giacomo
627e1dd877 Merge pull request #72 from privacy-scaling-explorations/feat/vm
Add custom VM support for contribution verification
2023-07-04 11:00:04 +02:00
Jeeiii
5fd87b09b8 chore: publish 0.5.0 2023-07-04 10:31:22 +02:00