1291 Commits

Author SHA1 Message Date
Jeeiii
2f00d5b919 refactor: clean up and minor bug fix 2022-07-19 11:07:50 +02:00
Jeeiii
2588f2c069 refactor: adapt contribution for finalization command; minor fix 2022-07-15 11:53:04 +02:00
Jeeiii
1de6081b65 chore: update package json 2022-07-15 11:52:13 +02:00
Jeeiii
db6cb59779 feat: concurrent real-time observation for each ceremony circuit 2022-06-27 21:55:55 +02:00
Jeeiii
17b8d375d0 fix: wrong package script name; minor corrections 2022-06-27 21:55:00 +02:00
Jeeiii
43166c3676 docs: update READMEs 2022-06-23 16:51:34 +02:00
Jeeiii
e719e41826 code clean up 2022-06-23 16:48:49 +02:00
Jeeiii
bb8349b68f refactor: improved output folders structure 2022-06-17 16:49:04 +02:00
Jeeiii
1645cc6ce0 refactor: switch from raw text input parameter to select based on local r1cs files 2022-06-17 15:10:32 +02:00
Jeeiii
a90719060f feat: download automatically the smallest ptau for each circuit 2022-06-17 11:29:08 +02:00
Jeeiii
75eca00313 fix: wrong smallest pot estimation for circuits 2022-06-17 10:50:39 +02:00
Jeeiii
50b884b4b4 refactor: change GMT to UTC when printing ceremony summary 2022-06-17 10:02:06 +02:00
Jeeiii
2bd417903d fix: missing project name option when creating a new conf object 2022-06-17 09:52:17 +02:00
Jeeiii
fc3c2ec061 refactor: add standard emoji library to avoid incompatibility on different os 2022-06-16 10:52:05 +02:00
Jeeiii
dd9e7afd5b refactor: remove custom colors to improve light theme readability 2022-06-15 19:20:23 +02:00
Jeeiii
cb32bb70ab refactor: change configstore with conf package 2022-06-15 19:01:37 +02:00
Jeeiii
6dafc77595 chore: update packages version; lint and fix 2022-06-15 18:04:24 +02:00
Jeeiii
a24f08b5eb refactor: update commands descriptions; minor todos 2022-05-16 17:31:28 +02:00
Jeeiii
d2906c0861 fix: removed unnecessary fields from waitingQueue to avoid unexpected behavior with 3+ contributors 2022-05-16 17:19:03 +02:00
Jeeiii
f7c6805e3a build: change package name from cli to phase2cli in order to match cli entry point 2022-05-16 15:15:05 +02:00
Jeeiii
4071db8585 docs: add basic readme documentation 2022-05-12 16:33:43 +02:00
Jeeiii
7a2dcb791b refactor: change the management for average times for circuits 2022-05-11 16:53:57 +02:00
Jeeiii
06098a88bd chore: some visual updates for observe command 2022-05-11 16:53:35 +02:00
Jeeiii
ff11f42486 refactor: change from .env to a json config object and from octokit app oauth to device (no secret) 2022-05-11 12:03:45 +02:00
Jeeiii
f712aaadc6 feat: add simple observe circuit command 2022-05-09 17:52:05 +02:00
Jeeiii
7c332eaef7 fix: wrong start and end time with missing contribution time 2022-05-09 17:44:39 +02:00
Jeeiii
0460e7cd54 fix: manually configure timeout to avoid deadline exceeded error when verifying contribution 2022-05-09 17:42:59 +02:00
Jeeiii
7668b67b3c chore: missing lint and styles 2022-05-06 15:14:29 +02:00
Jeeiii
e3015c900f refactor: remove single contribution transcript with verification transcript server side 2022-05-06 15:14:07 +02:00
Jeeiii
a5d53a8e7f refactor: add dedicated cloud function for setup ceremony on firestore 2022-05-05 16:59:53 +02:00
Jeeiii
2f162f2a32 feat: handle verification time on cloud functions and display it after verification 2022-05-05 11:38:31 +02:00
Jeeiii
ba7584af2a fix: wrong argument for query utilities 2022-05-05 10:45:58 +02:00
Jeeiii
dfcf515d04 refactor: improve firestore documents structure; add auto zKey index format for cloud functions 2022-05-04 18:00:01 +02:00
Jeeiii
3b26d16b32 refactor: uniform lastUpdated field as milliseconds date; remove waiting queue lastContributor field 2022-05-04 15:48:03 +02:00
Giacomo
f5c5bf6aa0 Merge pull request #44 from gurrpi/cli-test
fix(cli): fix a missing dependencies
2022-05-03 12:25:06 +02:00
Daehyun Paik
6a7fc7b086 Fix a repository URL 2022-05-03 00:56:42 +09:00
Daehyun Paik
6bb854a546 fix(cli): fix a missing dependencies 2022-05-03 00:55:44 +09:00
Jeeiii
b8458ee524 refactor: change avgContributionTime from seconds to millis for ease update task server-side 2022-05-02 14:58:51 +02:00
Jeeiii
c79ca328ee fix: wrong creation status for participant documents 2022-05-02 14:58:10 +02:00
Jeeiii
33a9b23dbd chore: update firestore rules 2022-05-02 12:31:48 +02:00
Giacomo
e7e1d7cea0 Merge pull request #40 from gurrpi/deploy
Add a CI workflow to deploy dev environment
2022-05-02 10:59:58 +02:00
Jeeiii
e10f162b9d feat: add custom scripts to get firestore indexes and avoiding interactive deploy process 2022-05-02 10:54:54 +02:00
Jeeiii
a95ebb4fe8 fix: remove unuseful remote config template 2022-05-02 10:53:17 +02:00
Jeeiii
f31f8df62b fix: move package from devDependencies to dependencies 2022-05-02 10:36:39 +02:00
Giacomo
36021e70aa Merge pull request #38 from gurrpi/build
Set yarn workspaces
2022-05-02 09:50:43 +02:00
Daehyun Paik
ca9084df2e ci(firebase): add a CI workflow to deploy dev environment 2022-05-02 13:45:30 +09:00
Daehyun Paik
d1c761047b chore: set yarn workspaces to fix tsc build failure in firebase sub-package 2022-05-02 12:47:05 +09:00
Jeeiii
97f50caf72 fix: wrong async on file utilities 2022-04-29 18:45:06 +02:00
Jeeiii
a4ec51bfa5 refactor: make contribution command modular 2022-04-29 18:44:39 +02:00
Jeeiii
b58f9f3458 refactor: move participant document updates from verifyContribution() to dedicated cloud function 2022-04-29 18:41:04 +02:00