Commit Graph

  • 7176dbaa9d Merge pull request #344 from ctrlc03/feat/compare_hashes ctrlc03 2023-03-09 10:49:36 +00:00
  • 5b05d35a6c fix(compare hashes): merge dev and fix conflicts ctrlc03 2023-03-09 10:30:55 +00:00
  • 9e915cda57 Merge pull request #345 from ctrlc03/feat/download_ceremony_artifacts ctrlc03 2023-03-09 10:16:51 +00:00
  • 7bf961feaf fix(compute zkey): refactor after pr comments ctrlc03 2023-03-09 10:08:27 +00:00
  • c4cd4ad1f0 feat(download ceremony artifacts): implemented utilities to download a ceremony artifacts ctrlc03 2023-03-07 18:21:02 +00:00
  • 270dc82e37 fix(compute zkey): adding missing file ctrlc03 2023-03-07 15:17:40 +00:00
  • 6e96502d03 feat(compare artifacts hashes): added utilities to compare artifacts hashes ctrlc03 2023-03-07 14:40:56 +00:00
  • 99f064028e fix(compute zkey): remove redundant exports ctrlc03 2023-03-07 13:19:30 +00:00
  • 2384865ca4 feat(compute zkey): compute a zkey from scratch (genesis or final) ctrlc03 2023-03-07 13:08:44 +00:00
  • 335b5bbbb0 Merge pull request #341 from 0xjei/fix/head-error Giacomo 2023-03-06 18:46:28 +01:00
  • 6cd7e95362 refactor: remove pre-computed zkey verification from setup command Jeeiii 2023-03-06 18:03:30 +01:00
  • e670935b50 Merge pull request #340 from 0xjei/fix/read-r1cs Giacomo 2023-03-06 14:54:09 +01:00
  • 8fc8e81ce0 test: missing separation between dev and prod paths Jeeiii 2023-03-06 11:52:06 +01:00
  • 06bf19b5b4 test: clean up and add missing test Jeeiii 2023-03-06 11:08:40 +01:00
  • 7e38b0b5df refactor: optimized r1cs read helper to support large files Jeeiii 2023-03-06 11:07:59 +01:00
  • 6a11547086 chore: add missing ffjavascript package and auto generated types Jeeiii 2023-03-06 11:06:34 +01:00
  • cf6e7f9f65 Merge pull request #337 from ctrlc03/feat/verify_zkey Giacomo 2023-03-03 15:13:06 +01:00
  • 4008d132f5 Merge branch 'dev' into feat/verify_zkey Giacomo 2023-03-03 15:03:50 +01:00
  • 3b147f2179 Merge pull request #339 from 0xjei/dev Giacomo 2023-03-03 14:58:25 +01:00
  • 549d024d29 fix: wrong path Jeeiii 2023-03-03 14:44:14 +01:00
  • 2c82f5fa41 fix: conflicts Jeeiii 2023-03-03 14:19:01 +01:00
  • c3c6d41f2c Merge pull request #335 from ctrlc03/feat/verify_proof Giacomo 2023-03-03 14:12:57 +01:00
  • 4319cea18d Merge branch 'dev' into feat/verify_proof Giacomo 2023-03-03 13:50:17 +01:00
  • c2f8279cce Merge pull request #332 from ctrlc03/feat/extract_zkey_verifier Giacomo 2023-03-03 13:07:35 +01:00
  • 85e7489284 Merge branch 'dev' into feat/extract_zkey_verifier Giacomo 2023-03-03 12:45:50 +01:00
  • 6af2aaae7c Merge pull request #338 from 0xjei/tests/finalize Giacomo 2023-03-03 12:45:42 +01:00
  • 28958f9956 fix: missing imports; moved artifacts to correct folder Jeeiii 2023-03-03 12:28:57 +01:00
  • 46e67d54e9 Merge pull request #327 from ctrlc03/tests/finalize Giacomo 2023-03-03 12:30:38 +01:00
  • b8f3b854c7 Merge branch 'dev' into tests/finalize Giacomo 2023-03-03 12:18:04 +01:00
  • bb68550058 Merge pull request #325 from ctrlc03/tests/contribute Giacomo 2023-03-03 12:14:31 +01:00
  • 73c35574f2 fix(verification): added missing files and fixed paths for ci/prod tests ctrlc03 2023-03-02 16:58:03 +00:00
  • ca5712cfbd feat(verification): helper function to verify that a zkey is valid ctrlc03 2023-03-02 16:28:57 +00:00
  • 618d1af24e fix(contribute): fix ci tests ctrlc03 2023-03-02 13:18:23 +00:00
  • 0c00327471 fix(contribute): refactoring after PR review ctrlc03 2023-03-02 12:05:44 +00:00
  • 6c94aef82c test(finalize): fix emulator test bug ctrlc03 2023-03-01 17:04:17 +00:00
  • d3039f392b test(finalize): added extra conditions to test cases ctrlc03 2023-03-01 16:49:56 +00:00
  • 85f95531ba test(finalize): added last e2e test for finalization ctrlc03 2023-03-01 16:32:42 +00:00
  • eb40ed3034 fix(verification): swapped vkey to fix CI tests ctrlc03 2023-03-01 00:27:45 +00:00
  • 0c32a65d87 fix(verification): fixed ci tests ctrlc03 2023-03-01 00:17:30 +00:00
  • 381ba617b8 feat(verification): added proof generation and verification utilities ctrlc03 2023-03-01 00:10:36 +00:00
  • e4d548153b test(finalize): refactored tests ctrlc03 2023-02-28 22:40:14 +00:00
  • acaf24e418 Merge branch 'dev' of github.com:ctrlc03/mpc-phase2-suite into tests/finalize ctrlc03 2023-02-28 19:37:50 +00:00
  • cc9a9916ae fix(verification): fix wrong path in function call ctrlc03 2023-02-28 17:47:57 +00:00
  • 7ae6da3720 feat(verification): implemented actions functions on phase2cli ctrlc03 2023-02-28 17:03:45 +00:00
  • 92420a3276 fix(verification): updated dev to fix conflicts ctrlc03 2023-02-28 16:44:17 +00:00
  • aa3d43728d Merge branch 'quadratic-funding:dev' into dev ctrlc03 2023-02-28 16:43:03 +00:00
  • 1aed70e9bc feat(verification): added actions helper to extract artifacts from a zKey ctrlc03 2023-02-28 16:37:21 +00:00
  • e749167495 fix(contribute): fix CI tests ctrlc03 2023-02-28 15:06:28 +00:00
  • 1b64b43ae5 test(contribute): large refactoring of tests ctrlc03 2023-02-28 14:53:52 +00:00
  • a2df00ce8e Merge branch 'dev' of github.com:quadratic-funding/mpc-phase2-suite into tests/contribute ctrlc03 2023-02-24 18:54:34 +00:00
  • 8ab19963d1 Merge pull request #331 from 0xjei/cmd/opt-finalize Giacomo 2023-02-24 18:05:36 +01:00
  • c811c43fa0 fix: error when building in CI; review suggestions Jeeiii 2023-02-24 17:25:49 +01:00
  • 10c2d9f850 fix: sync tests Jeeiii 2023-02-24 17:11:06 +01:00
  • fba90369c9 refactor: optimization of finalize command and related cloud functions Jeeiii 2023-02-24 17:00:26 +01:00
  • cefb4eb943 Merge pull request #330 from ctrlc03/security/authentication ctrlc03 2023-02-24 15:51:31 +00:00
  • ab7d754ac6 test(auth security): refactored and added more test cases ctrlc03 2023-02-24 15:38:46 +00:00
  • d328435854 test(contribute): refactoring tests ctrlc03 2023-02-24 14:10:30 +00:00
  • d586c0029f test(contribute test): adapted tests after backend changes ctrlc03 2023-02-24 11:05:18 +00:00
  • e38fa4d042 Merge branch 'quadratic-funding:dev' into dev ctrlc03 2023-02-24 10:48:52 +00:00
  • a00f377268 test(contribute tests): test refactoring ctrlc03 2023-02-24 10:46:47 +00:00
  • 0ed3240f7b Merge pull request #328 from 0xjei/dev Giacomo 2023-02-24 11:42:08 +01:00
  • 7757ca83d5 chore: add review nits and comments; lint and fix Jeeiii 2023-02-24 11:34:05 +01:00
  • 99277caaca chore(draft report): add draft report (20% pentest done) ctrlc03 2023-02-24 09:21:58 +00:00
  • de93d9af59 fix(auth security): prevent certain tests to run on CI ctrlc03 2023-02-24 09:08:58 +00:00
  • e4abece0e5 style(auth security): fix typo ctrlc03 2023-02-23 19:42:57 +00:00
  • 3c257b41bc test(auth security): properly document tests ctrlc03 2023-02-23 19:24:58 +00:00
  • 52e35cac60 refactor: optimized verify contribution and related cfs/helpers Jeeiii 2023-02-23 20:00:08 +01:00
  • 1139041463 fix(auth security): fix CI test ctrlc03 2023-02-23 17:21:02 +00:00
  • e2aa8a4664 fix(auth security): fix test error ctrlc03 2023-02-23 17:12:31 +00:00
  • 888453c989 test(auth security): fixed one test case and added one more ctrlc03 2023-02-23 16:52:14 +00:00
  • a0ea42bb6b test(auth security): added test cases for the authentication security review ctrlc03 2023-02-23 16:24:10 +00:00
  • f3cacfd65c refactor: optimized coordination mechanism for participants Jeeiii 2023-02-23 12:55:03 +01:00
  • 90c87295b7 fix: missing pre-condition when resuming during computing step; wrong pre-condition on related cf Jeeiii 2023-02-23 12:53:11 +01:00
  • 15788ea538 fix(storage tests): fixed storage tests after backend refactoring ctrlc03 2023-02-23 09:28:45 +00:00
  • 02fa6e3238 fix(storage tests): fixed storage tests after backend refactoring ctrlc03 2023-02-23 09:28:45 +00:00
  • 89db49348d refactor: remove duplicated code and stale methods; prepare for waiting queue refactoring Jeeiii 2023-02-22 17:02:46 +01:00
  • 7ba9ceea6d chore: resolve conflicts Jeeiii 2023-02-22 11:29:02 +01:00
  • eb168f4a13 refactor: optimized contribution core fn; refactoring storage and participant helpers, cfs, types Jeeiii 2023-02-22 11:08:01 +01:00
  • 663002c601 refactor: make pre-conditions for listener scenarios, optimize attestation generation, small bug fix Jeeiii 2023-02-21 10:09:23 +01:00
  • 20137c646f test(finalize): prepared e2e test suite ctrlc03 2023-02-20 11:27:08 +00:00
  • e90cbcd9fd test(finalize): fix typo ctrlc03 2023-02-20 11:01:52 +00:00
  • 06b92f8244 test(finalize): added unit tests for ceremony finalization ctrlc03 2023-02-20 10:16:07 +00:00
  • f3154554b4 refactor: listeners optimization; remove code duplication Jeeiii 2023-02-17 18:16:04 +01:00
  • 7def977fb5 fix: next participant on the waiting queue did not automatically start the contribution Jeeiii 2023-02-17 18:14:40 +01:00
  • bacc6960e9 chore: merge conflicts; spinner for hash computation on setup command; lint and fix Jeeiii 2023-02-17 14:37:46 +01:00
  • c4292ee001 refactor: cfs naming and separation; handle space requirement for contribution; init main listener Jeeiii 2023-02-17 13:03:17 +01:00
  • f446023e92 test(contribute): refactor and more tests ctrlc03 2023-02-17 10:54:36 +00:00
  • c831bab1cd test(contribute): merge dev and add more tests ctrlc03 2023-02-17 10:05:57 +00:00
  • 8138e72b11 fix: implement support for generating file hash larger than 2GB Daehyun Paik 2023-02-16 18:26:04 +01:00
  • ef71f7e3ab test(contribute): adding more contribute tests ctrlc03 2023-02-16 14:43:55 +00:00
  • 89adcc0332 Merge pull request #297 from ctrlc03/tests/setup ctrlc03 2023-02-16 14:40:21 +00:00
  • 9cece1529f test(setup): pr review fix ctrlc03 2023-02-16 10:51:59 +00:00
  • 6db349048c refactor: improved prompt for entropy, already contributed and timeout scenarios, cf docs + updates Jeeiii 2023-02-15 20:13:09 +01:00
  • a76097b395 test(setup): fix test error ctrlc03 2023-02-15 11:01:23 +00:00
  • c5617db625 test(setup): added extra fields inside .env.default ctrlc03 2023-02-15 10:09:22 +00:00
  • 8cc1db0af5 test(setup): added extra checks on setup test ctrlc03 2023-02-15 09:59:20 +00:00
  • d688d8142f test(setup): fixing failing test in prod ctrlc03 2023-02-15 09:38:37 +00:00
  • 24a3f1f9ce test(setup): remove skip from service and utils test ctrlc03 2023-02-15 00:04:28 +00:00
  • b683d048bc test(setup): amending after PR review ctrlc03 2023-02-15 00:02:48 +00:00
  • 03b9fc6e94 test(contribute): fix ci test failure ctrlc03 2023-02-14 16:31:06 +00:00