1291 Commits

Author SHA1 Message Date
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
ctrlc03
b1ad7277c1 docs(report): updated audit report 2023-03-21 12:04:04 +01:00
ctrlc03
5297e65ee4 fix(multipart upload): shortening expression 2023-03-21 12:04:04 +01:00
ctrlc03
b59ad731b9 feat(multi part upload): added more descriptive error messages and fixed test cases 2023-03-21 12:04:04 +01:00
ctrlc03
5e12eb1b72 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 12:04:00 +01:00
ctrlc03
42aa2912af Merge branch 'dev' of github.com:ctrlc03/mpc-phase2-suite into feat/verify_ceremony 2023-03-21 10:55:55 +00:00
ctrlc03
6ca396397d 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 11:49:51 +01:00
ctrlc03
f1335caf60 Merge pull request #350 from ctrlc03/security/multipartupload
fix(multipart upload): lock down multipart upload
2023-03-21 10:47:16 +00:00
ctrlc03
a9960f94b0 Merge branch 'feat/verify_ceremony' of github.com:ctrlc03/mpc-phase2-suite into feat/verify_ceremony 2023-03-20 22:31:05 +00:00
ctrlc03
eeb6214f3a fix(verification): fixed hardhat task
refactored hardhat task to include authentication, and cleanup
2023-03-20 22:29:57 +00:00
ctrlc03
86f54b20d8 Merge branch 'dev' of github.com:ctrlc03/mpc-phase2-suite into feat/verify_ceremony 2023-03-20 22:01:26 +00:00
ctrlc03
9109a87591 fix(verification): add circuit inputs from file and merge dev 2023-03-20 22:00:21 +00:00
Daehyun Paik
5305a01f8a ci: update backend before running e2e test 2023-03-20 21:09:34 +01:00
Daehyun Paik
376b9ff198 test: fix broken tests against Firebase auth 2023-03-20 21:06:56 +01:00
ctrlc03
e739fac23e fix(multipart upload): merge dev and fix conflicts 2023-03-20 16:34:08 +00:00
ctrlc03
0cc6125694 Merge pull request #351 from ctrlc03/fix/tests
fix(tests): fixed failing tests and added more cleanup functions
2023-03-20 15:43:46 +00:00
ctrlc03
ee575bedd2 style(multipartupload): wrong comment fix 2023-03-20 15:39:22 +00:00
ctrlc03
6d052d2dd5 style(multipart upload): fix wrong comment 2023-03-20 15:36:59 +00:00
Giacomo
7d7055d6fd Merge branch 'dev' into feat/verify_ceremony 2023-03-20 10:04:20 +01:00
ctrlc03
ab02a54171 docs(report): updated audit report 2023-03-17 15:14:17 +00:00
ctrlc03
2562ec8c95 fix(multipart upload): shortening expression 2023-03-17 14:13:40 +00:00
ctrlc03
e9ead57df4 feat(multi part upload): added more descriptive error messages and fixed test cases 2023-03-17 14:11:53 +00: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
ba05595dfe fix(tests): merge updates 2023-03-16 14:18:24 +00:00
ctrlc03
11f592a2ba fix(tests): pr review comments 2023-03-16 14:15:25 +00:00
ctrlc03
efda66e382 fix(tests): adding uncommited files 2023-03-16 14:00:03 +01:00
ctrlc03
b411891eaa fix(tests): fixed failing tests and added more cleanup functions
first round of tests cleanup and fixing all failing prod tests.
2023-03-16 14:00:03 +01:00
Daehyun Paik
22d1f44889 ci: replace firebase project used to run e2e test by ci 2023-03-16 12:55:07 +01:00
ctrlc03
59b73a96b9 fix(tests): adding uncommited files 2023-03-15 15:59:07 +00:00
ctrlc03
26baaec4b5 fix(tests): fixed failing tests and added more cleanup functions
first round of tests cleanup and fixing all failing prod tests.
2023-03-15 15:51:05 +00:00
ctrlc03
eded975a42 fix(multipart upload): fixed tests that failed due to the changes
fixed actions tests failing due to the changes in the backend
2023-03-15 11:31:25 +00:00
ctrlc03
5629dd78db 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-14 17:47:44 +00:00
ctrlc03
98504d37a9 fix(ceremony verification): ci test temp fix by skipping test case 2023-03-11 23:44:30 +00:00
ctrlc03
7cec92e99d fix(ceremony verification): add missing d.ts files 2023-03-11 16:21:05 +00:00
ctrlc03
e7c657ab51 feat(ceremony verification): implemented ceremony finalization verification and test fix
Implemented a function that given a ceremony prefix will verify whether the finalization was
successful: all artifacts are uploaded and are valid. These are compared with local copies that are
generated on the fly. Also fixed failing prod tests. Ceremony verification is now a Hardhat task as
it requires smart contract interaction.
2023-03-11 16:06:11 +00:00
ctrlc03
600693dd7f fix(verify ceremony): fix conflicts 2023-03-10 17:07:20 +00:00
ctrlc03
3dddaa651c fix(verify ceremony): merge dev and fix conflicts 2023-03-10 17:03:52 +00:00
Giacomo
d1cd430177 Merge pull request #346 from 0xjei/fix/after-refactoring
Fix: small bugs after refactoring
2023-03-10 17:33:49 +01:00
Jeeiii
d47de71fa6 fix: make spinner to stop properly 2023-03-10 17:22:50 +01:00
Jeeiii
0003f4a8cf fix: wrong variable type lead to cfs inconsistency 2023-03-10 17:22:50 +01:00
Giacomo
661f55ef3c Merge pull request #342 from 0xjei/feat/verification-info
Feat: add missing verification info
2023-03-10 17:22:07 +01:00
Jeeiii
54db59cc7a feat: enable creation of public attestation gist even after contribution 2023-03-10 16:34:10 +01:00
ctrlc03
3b7e674cfd fix(verify ceremony): refactor and fixing tests
fixed old test suites errors and refactored
2023-03-10 11:31:34 +00:00
Jeeiii
9b43243d37 fix: update test to make ci green 2023-03-10 12:25:02 +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
ed5ebbf7b0 refactor: add missing contribution document types and generator for testing 2023-03-10 12:25:02 +01:00
Jeeiii
1e1af50b37 refactor: add missing contribution verification software info 2023-03-10 12:25:02 +01:00
Giacomo
cf07141294 Merge pull request #347 from 0xjei/config/hardhat
Setup environment for Verifier contract deploy
2023-03-10 12:23:19 +01:00