328 Commits

Author SHA1 Message Date
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
ctrlc03
a6e23853f5 fix(sybil) - add env var check 2023-04-07 13:07:17 +01:00
ctrlc03
7755c86678 fix(sybil) - added github token for rate limiting 2023-04-07 12:25:34 +01:00
Daehyun Paik
04ff6a3faf chore(release): publish 0.2.0 2023-04-07 11:40:17 +02:00
ctrlc03
26fc4a9f1a fix(tests) - fixed tests 2023-04-06 15:37:26 +01:00
ctrlc03
88f98debec test(security) - added extra test case for contribution security 2023-04-06 10:48:24 +01:00
Jeeiii
702997eea7 fix: add missing memory config for CFs 2023-04-05 17:44:17 +02:00
Jeeiii
2c9f759f85 fix: add race condition to make verifycontribution cf exit when hang 2023-04-05 16:27:34 +02:00
ctrlc03
01a1b416d8 docs(security) - updated backend default env 2023-04-04 14:39:58 +01:00
ctrlc03
a93b0bbcc3 fix(security) - skip CF test 2023-04-04 14:18:18 +01:00
ctrlc03
450cbda99b feat(security) - added GitHub reputation checks 2023-04-04 13:40:55 +01:00
ctrlc03
cebd5c8175 Merge branch 'dev' of github.com:ctrlc03/mpc-phase2-suite into security/contribute 2023-03-31 14:25:00 +01:00
ctrlc03
c996792761 Merge branch 'dev' of github.com:ctrlc03/mpc-phase2-suite into security/contribute 2023-03-31 11:10:56 +01:00
ctrlc03
e828ab38dd fix(setup) merge dev
Merge branch 'dev' of github.com:ctrlc03/mpc-phase2-suite into security/setup
2023-03-31 10:24:48 +01:00
Daehyun Paik
c774edc45c chore: clarify prompt 2023-03-31 11:14:12 +02:00
ctrlc03
365c469140 fix(verification) merge dev
Merge branch 'dev' of github.com:ctrlc03/mpc-phase2-suite into feat/verify_ceremony
2023-03-30 15:43:51 +01:00
ctrlc03
764c51b493 feat(security-contribute) brainstorming automated test suite 2023-03-30 15:18:25 +01:00
ctrlc03
dc08be0351 feat(security) - added input sanitization 2023-03-29 16:29:02 +01:00
ctrlc03
e604a02fe0 feat(setup security): started implementing automated testing for setup functions 2023-03-29 16:26:45 +01:00
ctrlc03
e9940dfce1 fix(verification): add missing file 2023-03-27 17:58:56 +01:00
ctrlc03
d693ca80bd fix(emulator test): add extra sleep in auth tests 2023-03-25 12:13:51 +00:00
ctrlc03
3bdfd81235 fix(emulator test): fix emulator test 2023-03-25 12:09:24 +00:00
ctrlc03
0e794e74ad fix(tests): add more timeout in contribution test 2023-03-25 11:27:06 +00:00
ctrlc03
8e8f8f972a fix(tests): fix tests on the ci which sometimes fail 2023-03-25 11:04:53 +00:00
ctrlc03
9af9529a60 fix(tests): refactoring of older test suites and added extra ci action 2023-03-24 15:38:23 +00: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
271617d975 fix(ceremony verification): add extra sleep on one test case 2023-03-22 12:23:59 +00:00
ctrlc03
5690748a94 fix(ceremony verification): removed redundant cleanup on emulator 2023-03-22 09:42:47 +00: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
e71f9ab522 fix: wrong circuit reference 2023-03-21 15:13:03 +01:00
Jeeiii
809de028e1 fix: remove unnecessary kill command to clean CI 2023-03-21 15:07:57 +01:00
Jeeiii
83f4928367 fix: cannot deploy cloud functions 2023-03-21 15:07:57 +01: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
ctrlc03
e59193ba31 style(multipartupload): wrong comment fix 2023-03-21 15:07:57 +01:00
ctrlc03
e34e1b650f style(multipart upload): fix wrong comment 2023-03-21 15:07:57 +01:00
ctrlc03
0c6356733b fix(multipart upload): shortening expression 2023-03-21 15:07:57 +01:00
ctrlc03
f1f9c64da5 feat(multi part upload): added more descriptive error messages and fixed test cases 2023-03-21 15:07:57 +01:00
ctrlc03
3e974f9c41 fix(multipart upload): fixed tests that failed due to the changes
fixed actions tests failing due to the changes in the backend
2023-03-21 15:07:55 +01:00
ctrlc03
407aaf012e fix(multipart upload): lock down multipart upload
Added checks to prevent overwriting of files with multi part upload and that the correct zKey index
is uploaded
2023-03-21 15:06:36 +01:00
Jeeiii
4dab2e013a fix: missing optional typing leading to wrong build 2023-03-21 12:23:22 +01:00
Jeeiii
4e4e1e5aaa test: update setup and storage tests 2023-03-21 12:04:04 +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
cf4694fcd8 style(multipartupload): wrong comment fix 2023-03-21 12:04:04 +01:00
ctrlc03
31351592cf style(multipart upload): fix wrong comment 2023-03-21 12:04:04 +01:00