26 Commits

Author SHA1 Message Date
ctrlc03
066cfa3e2a fix(verification): merge dev to update to yarn3 2023-03-22 15:55:21 +00:00
Jeeiii
e4376d2d45 chore: update to yarn v3; remove lerna 2023-03-21 15:07:57 +01: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
Jeeiii
4c8ce3d459 feat: verify proof using a verifier smart contract 2023-03-10 11:29:24 +01:00
Daehyun Paik
b076a3be0d build(deps): bump dependencies to latest 2023-01-28 02:03:36 +01:00
Daehyun Paik
3a2fafaa3f ci: fix npm release failure due to git hooks 2023-01-27 23:28:01 +01:00
Jeeiii
1ccf4d1d68 refactor: separation between dev and prod envs; improved utilities; relocate e2e tests 2023-01-20 15:49:24 +01:00
Jeeiii
6e7ee8a2d1 refactor: extend configuration of firebase application; testing utilities update accordingly 2022-12-23 21:21:16 +01:00
Jeeiii
fb2bd732e7 ci: add missing build command before running tests 2022-12-23 18:41:15 +01:00
Jeeiii
adf8d5e55e fix conflicts 2022-12-23 18:14:02 +01:00
Daehyun Paik
9f8af5846c chore: add a pre-commit hook to enforce linting automatically 2022-12-13 14:59:37 +01:00
Jeeiii
3753b33ec3 ci: update ci action for running unit and e2e on pr 2022-12-08 15:27:01 +01:00
Jeeiii
cb25f4e8e2 refactor: monorepo config and e2e bootstrap; minor fixes and improvements 2022-11-24 15:35:15 +01:00
Jeeiii
5b068c4199 test: wIP e2e and contribute command decoupling 2022-11-17 23:10:58 +01:00
Jeeiii
eda21d4e5b refactor: switch to monorepo approach by separating the CLI from the actions; renamings and minors
This monorepo approach where the CLI commands have a dedicated package of actions and helpers, the
backend is organized in a more generic fashion will ease the burden of testing and maintainability.

BREAKING CHANGE: The folder structure and build process (now using lerna)

re #175
2022-11-17 14:35:33 +01:00
Jeeiii
7ee625c1be chore: update package.json 2022-08-03 15:43:52 +02:00
Jeeiii
2f00d5b919 refactor: clean up and minor bug fix 2022-07-19 11:07:50 +02:00
Jeeiii
6dafc77595 chore: update packages version; lint and fix 2022-06-15 18:04:24 +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
7668b67b3c chore: missing lint and styles 2022-05-06 15:14:29 +02:00
Daehyun Paik
6a7fc7b086 Fix a repository URL 2022-05-03 00:56:42 +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
350f59a1ae chore: update dependencies 2022-04-29 15:29:05 +02:00
Jeeiii
7da7968ea2 feat: add auth cloud function to write authenticated user data on a document 2022-04-03 14:38:06 +02:00
Jeeiii
a6baac9634 chore: update package.json 2022-03-21 17:27:26 +01:00
Jeeiii
7867726dd3 bootstrap cli and firebase 2022-03-15 16:41:09 +01:00