Commit Graph

3066 Commits

Author SHA1 Message Date
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
c59909f6b8 refresh qr code on size change 2024-08-30 15:49:01 +02:00
turnoffthiscomputer
b9bc1f9ba7 add a toast message in case of error with ws connection 2024-08-30 11:34:52 +02:00
turnoffthiscomputer
3e56e7fd0d allow size modification of QR code 2024-08-30 11:23:33 +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
turnoffthiscomputer
423f68193a rename ressources 2024-08-28 12:19:02 +02:00
turnoffthiscomputer
867aba66ea add mockUser in passportData type 2024-08-28 12:18:47 +02:00
turnoffthiscomputer
f788ffbaa8 update appscreen 2024-08-28 12:17:18 +02:00
turnoffthiscomputer
e82a8c0ffb implement getDisclosureOptions method 2024-08-28 11:32:42 +02:00
turnoffthiscomputer
e709bee375 update sdk version 2024-08-27 19:02:18 +02:00
turnoffthiscomputer
5a45b938f2 update new appType in app 2024-08-27 19:02:11 +02:00
turnoffthiscomputer
70f1a19c1b import ws server url 2024-08-27 17:40:00 +02:00
turnoffthiscomputer
172db18093 update AppTypes 2024-08-27 17:36:34 +02:00
mpsdev
5d635542cb Certificates into the database for the searchable registry
Script that inserts files located in /outputs/unique_pem into the Postgre database.
The database schema is created in prisma.
*It is important to add the .env file with the values ​​from the database provided by vercel
2024-08-27 11:26:18 -04:00
Michael Elliot
0c110bdb77 improve passport compatibility
- increase max padded econtent length to 640
- allow dynamic length signed_attr input
- update econtent/signed_attr vars to correctly match referenced data
- allow dynamic econtent hash position in signed_attr
2024-08-27 22:18:47 +08:00
turnoffthiscomputer
5fc4348429 add prettierrc to sdk 2024-08-27 15:02:24 +02:00
turnoffthiscomputer
66f085822b add scripts and sha1/rsapss to sdk 2024-08-27 14:58:56 +02:00
turnoffthiscomputer
dd5d020252 update genMockPassportData signature type 2024-08-27 14:57:29 +02:00