Commit Graph

1072 Commits

Author SHA1 Message Date
0xturboblitz
e72ed2e98b remove witness gen and .dat files for disclose and register circuits 2024-09-05 21:46:15 +09:00
0xturboblitz
10450503d4 remove lottie 2024-09-05 21:30:58 +09:00
0xturboblitz
f7919a670e first size report for reference 2024-09-05 21:29:39 +09:00
0xturboblitz
03506d6da3 start getting invocation link 2024-09-05 21:29:32 +09:00
0xturboblitz
69d36e1e9a make nfc not required on android so people can test with mock data 2024-09-05 20:07:27 +09:00
turnoffthiscomputer
2386db62ae update hash/sig name in registry 2024-09-02 11:46:14 +02:00
turboblitz
cf5cb9c454 Merge pull request #185 from zk-passport/android-debug
Android debug
2024-09-01 14:43:45 +09:00
0xturboblitz
593bea6a38 bump version for release 2024-09-01 14:41:38 +09:00
turnoffthiscomputer
85911d0561 Merge pull request #181 from MPSxDev/cert-to-db
registry:
- certificate parsing and injection into Postgres db.
- clean/refactor of the repo
- add more scripts to yarn
2024-08-31 11:37:09 +02:00
turnoffthiscomputer
6c61138411 clean .gitignore 2024-08-31 11:35:02 +02:00
turnoffthiscomputer
a2ed71f44c remove json 2024-08-31 11:34:08 +02:00
turnoffthiscomputer
b24d8be168 update README 2024-08-31 11:28:48 +02:00
turnoffthiscomputer
a24946cba1 add more scripts 2024-08-31 11:28:43 +02:00
turnoffthiscomputer
f74caf37c5 add .env.example 2024-08-31 11:28:22 +02:00
turnoffthiscomputer
4fdd85e0bc remove python scripts 2024-08-31 11:12:30 +02:00
turnoffthiscomputer
919ee80d1f update outputs path 2024-08-31 11:10:57 +02:00
turnoffthiscomputer
7c8c038080 refactor insert_to_db scripts 2024-08-31 11:09:42 +02:00
0xturboblitz
0a47d2890c bump Android Gradle Plugin to 8.1.0
- had to do some real buffoonery to make namespaces work. Hope packages end up updating to AGP >= 8.0
2024-08-31 17:45:38 +09:00
turnoffthiscomputer
4aece26be6 add yarn script to extract masterlist 2024-08-31 09:50:12 +02:00
0xturboblitz
69b29ab106 some details, unsure if necessary 2024-08-31 16:04:09 +09:00
0xturboblitz
dd76c71742 main compileSdkVersion to 34 2024-08-31 15:52:04 +09:00
0xturboblitz
016fa9eda9 resolving com.gemalto.jp2:jp2-android 2024-08-31 15:17:17 +09:00
mpsdev
c0829678ef fix error 2024-08-30 14:07:08 -04:00
mpsdev
fc947af8fd Insert_to_db valid for CSCA and DSC
Use arg dsc of csca like:
- ts-node src\utils\insert_to_db dsc   (Read dir: outputs/unique_dsc and insert to db dsc_masterlist)
- ts-node src\utils\insert_to_db csca   (Read dir: outputs/unique_csca and insert to db csca_masterlist)

Added 2 tables to prisma Schema:
2024-08-30 13:30:41 -04:00
turnoffthiscomputer
e14cdb4fa2 fix prisma scripts 2024-08-30 18:01:54 +02:00
turnoffthiscomputer
79fbd00be0 Merge branch 'dev' of https://github.com/zk-passport/openpassport into fork-mps 2024-08-30 18:01:13 +02:00
turnoffthiscomputer
b9bc1f9ba7 add a toast message in case of error with ws connection 2024-08-30 11:34:52 +02:00
turnoffthiscomputer
05de71fe84 fix typos 2024-08-30 10:19:29 +02:00
turnoffthiscomputer
3fdf30dd21 import crypto module explicitly 2024-08-30 09:19:08 +02:00
0xturboblitz
0629a33a80 yarn format 2024-08-30 14:33:52 +09:00
0xturboblitz
9854a4f09b restyle download zkey sheet 2024-08-30 14:29:21 +09:00
0xturboblitz
10e3cd5bcf downloading appropriate zkey if passportData is already loaded from previous session but zkey has not been downloaded properly 2024-08-30 13:57:02 +09:00
turnoffthiscomputer
5aae274355 fix scope parsing issue 2024-08-29 19:13:50 +02:00
turnoffthiscomputer
291f700a0b allow better scope/user_identifier type handling 2024-08-29 18:52:18 +02:00
turnoffthiscomputer
40ed5c9949 Merge pull request #177 from zk-passport/new-ux-refactor-circuits
refactor repo · new ux · prove circuits · new sdk
2024-08-29 11:52:59 +02:00
turnoffthiscomputer
e019d41221 add QR code tsx component and websocket interaction in sdk 2024-08-29 10:15:48 +02:00
turnoffthiscomputer
2099e21539 refactor QR code scanning in app 2024-08-29 09:19:07 +02:00
0xturboblitz
61b8a56b6e update comment 2024-08-29 14:09:23 +09:00
0xturboblitz
db1751b5af gather app utils in /src 2024-08-29 14:03:02 +09:00
0xturboblitz
8a813c577d use mock DSC for sha256-ecdsa, pubkey now optional on PassportData 2024-08-29 12:29:39 +09:00
0xturboblitz
d47fb632d0 import same sampleDataHashes everywhere 2024-08-29 12:14:57 +09:00
0xturboblitz
9127e41d84 delete empty script 2024-08-29 12:09:49 +09:00
turnoffthiscomputer
985494b61b skip ci/cd fro draft pull requests 2024-08-28 17:09:39 +02:00
turnoffthiscomputer
bc854900c9 CI/CD pipeline only for push in circuits/common repo 2024-08-28 17:04:54 +02:00
turnoffthiscomputer
db018be714 update sdk readme 2024-08-28 16:44:38 +02:00
turnoffthiscomputer
06e36ae1d7 update apptype 2024-08-28 15:48:30 +02:00
turnoffthiscomputer
16c6add44e update sdk 2024-08-28 15:46:39 +02:00
turnoffthiscomputer
ef42d4b41a implement loading bar for zkey download 2024-08-28 15:25:04 +02:00
turnoffthiscomputer
d427c68377 fix padding 2024-08-28 13:13:59 +02:00
turnoffthiscomputer
e675a9186d add toast & update ui 2024-08-28 12:51:08 +02:00