99 Commits

Author SHA1 Message Date
Jeeiii
97ae32e958 chore(release): publish 0.3.0 2023-05-15 15:22:14 +02:00
Jeeiii
7433e38395 fix: missing skipLibCheck option was causing docs script to exit 2023-05-15 14:54:11 +02:00
Jeeiii
75bbd98b12 fix: wrong path for environment config file 2023-05-14 13:04:20 +02:00
Jeeiii
33cd41bd7b refactor: update .env and package.json imports 2023-05-14 12:12:28 +02:00
Jeeiii
61929984ec refactor: use ts-node instead of dist to execute phase2cli 2023-05-14 12:08:49 +02:00
Jeeiii
fc03ed79c4 refactor: use meta import to optimize repository file read 2023-05-13 20:49:38 +02:00
Jeeiii
c0fc6c579e refactor: update phase2cli package config; fixed bin overwrite when installing 2023-05-12 20:01:39 +02:00
Jeeiii
b2458562ad refactor: complete configuration; lint and small fix 2023-05-12 18:37:31 +02:00
Jeeiii
cfe6217d14 refactor: improve package configuration; remove unused files 2023-05-12 13:23:49 +02:00
Jeeiii
125473185b refactor: move auto-generated types to root 2023-05-12 12:32:53 +02:00
Jeeiii
061ae367d2 build: update external packages dependencies 2023-05-10 16:42:31 +02:00
Jeeiii
79faae92a0 fix: bump 0.3.0; minor missing imports for enums 2023-04-20 21:52:25 +02:00
cedoor
37f4351816 fix: set cli as a es module 2023-04-20 20:35:15 +01:00
Daehyun Paik
12551c8893 chore: remove unnecessary values 2023-04-20 02:08:40 +02:00
Jeeiii
6fee9d422f feat: add typedoc generation 2023-04-19 14:52:57 +02:00
ctrlc03
07040647c1 Merge branch 'dev' into docs/readmes 2023-04-18 16:27:30 +00:00
Jeeiii
4d48352369 docs: reflecting comments on READMEs content 2023-04-18 15:45:14 +02:00
Jeeiii
b65550a5b2 docs: add READMEs 2023-04-17 20:05:21 +02:00
Jeeiii
9bbacddd8b build(change npm org): switch from zkmpc to p0tion npm org 2023-04-14 17:12:10 +02:00
Daehyun Paik
05da4b4c47 Merge pull request #372 from quadratic-funding/publish
Use lerna for versioning and package publishing
2023-04-11 18:06:42 +02:00
ctrlc03
b2c801ea66 Merge branch 'dev' of github.com:quadratic-funding/mpc-phase2-suite into security/contribute 2023-04-07 13:37:03 +01:00
ctrlc03
0e3311d1ec fix(sybil) - amended error message on cli 2023-04-07 13:22:08 +01:00
Daehyun Paik
04ff6a3faf chore(release): publish 0.2.0 2023-04-07 11:40:17 +02:00
Jeeiii
2c9f759f85 fix: add race condition to make verifycontribution cf exit when hang 2023-04-05 16:27:34 +02:00
Daehyun Paik
c774edc45c chore: clarify prompt 2023-03-31 11:14:12 +02:00
ctrlc03
066cfa3e2a fix(verification): merge dev to update to yarn3 2023-03-22 15:55:21 +00:00
Giacomo
25cf6dfb71 Merge branch 'dev' into config/yarnv3 2023-03-22 16:24:12 +01:00
ctrlc03
ec351def2a fix(ceremony verification): remove redundant argument from export verifier function 2023-03-22 09:28:54 +00:00
ctrlc03
0dd9e63808 feat(ceremony verification): fixed conflicts, tests and hardhat task
merged latest updates, fixed tests and completed the verification task with updated information
2023-03-21 20:01:55 +00:00
Jeeiii
fabf4839c9 chore: update firebase packages to latest version 2023-03-21 15:07:57 +01:00
Jeeiii
e4376d2d45 chore: update to yarn v3; remove lerna 2023-03-21 15:07:57 +01:00
Jeeiii
53eeddd14e feat: add wasm support at setup time 2023-03-21 12:04:04 +01:00
Jeeiii
fb7cfd398b refactor: show ceremony uid when setup is completed 2023-03-21 12:04:04 +01:00
ctrlc03
35ecf47d90 fix(verification): amend after PR review
amended code after PR review. Cloud functions now deploy correctly.
2023-03-16 16:14:26 +00:00
ctrlc03
7cec92e99d fix(ceremony verification): add missing d.ts files 2023-03-11 16:21:05 +00:00
Jeeiii
d47de71fa6 fix: make spinner to stop properly 2023-03-10 17:22:50 +01:00
Jeeiii
54db59cc7a feat: enable creation of public attestation gist even after contribution 2023-03-10 16:34:10 +01:00
Jeeiii
bff0567d7f refactor: add github account id to handle to avoid possible duplication of contributors identifiers 2023-03-10 12:25:02 +01:00
Jeeiii
74dfc074c7 feat: add public finalization beacon value and hash for final contribution 2023-03-10 12:25:02 +01:00
Jeeiii
6cd7e95362 refactor: remove pre-computed zkey verification from setup command 2023-03-06 18:03:30 +01:00
Jeeiii
7e38b0b5df refactor: optimized r1cs read helper to support large files 2023-03-06 11:07:59 +01:00
Jeeiii
6a11547086 chore: add missing ffjavascript package and auto generated types 2023-03-06 11:06:34 +01:00
ctrlc03
cc9a9916ae fix(verification): fix wrong path in function call
added local path as parameter to the extract verifier function
2023-02-28 17:47:57 +00:00
ctrlc03
7ae6da3720 feat(verification): implemented actions functions on phase2cli
implemented extract functions on the cli to extract the solidity verifier and the verification key
for a zKey.
2023-02-28 17:03:45 +00:00
Jeeiii
c811c43fa0 fix: error when building in CI; review suggestions 2023-02-24 17:25:49 +01:00
Jeeiii
fba90369c9 refactor: optimization of finalize command and related cloud functions 2023-02-24 17:00:26 +01:00
Jeeiii
7757ca83d5 chore: add review nits and comments; lint and fix 2023-02-24 11:34:05 +01:00
Jeeiii
52e35cac60 refactor: optimized verify contribution and related cfs/helpers 2023-02-23 20:00:08 +01:00
Jeeiii
90c87295b7 fix: missing pre-condition when resuming during computing step; wrong pre-condition on related cf 2023-02-23 12:53:11 +01:00
Jeeiii
89db49348d refactor: remove duplicated code and stale methods; prepare for waiting queue refactoring 2023-02-22 17:02:46 +01:00