Commit Graph

90 Commits

Author SHA1 Message Date
motemotech
7966723080 update openpassport zk-kit version 2024-10-28 15:00:55 +09:00
turnoffthiscomputer
75dd587456 import @openpassport/zk-kit in other repos 2024-10-27 14:17:35 +01:00
turnoffthiscomputer
1d50369167 update .lock files 2024-10-23 12:28:57 +02:00
turnoffthiscomputer
312b74ad57 merge dev into merge-175 2024-10-03 15:07:59 -07:00
turnoffthiscomputer
e84466f0ad merge 'ashpect/latest' into merge-175 2024-09-27 19:07:01 +02:00
turnoffthiscomputer
0c0c6dc2a9 update build_csca_merkle_tree.ts 2024-09-27 17:01:33 +02:00
turnoffthiscomputer
4778b20043 use parseCertificate instead of parseDsc 2024-09-14 19:05:11 +02:00
turnoffthiscomputer
7383fd0f20 implement new leaf hasher, add special leafhashECDSA in circuits 2024-09-14 12:12:50 +02:00
turnoffthiscomputer
f567535ea2 merge branch 'dev' into register-circuits 2024-09-14 10:33:38 +02:00
0xturboblitz
fb15c9427c update getLeaf to use DSC and SignatureAlgorithmIndex to use new names 2024-09-14 12:39:51 +09:00
turnoffthiscomputer
15f0bfd1a9 change .crt to .pem 2024-09-13 14:31:35 +02:00
turnoffthiscomputer
bdff720014 Merge branch 'dev' of https://github.com/zk-passport/openpassport into dev 2024-09-08 16:04:04 +02:00
0xturboblitz
6ff80e50b5 update some outdated github links 2024-09-08 13:17:42 +09:00
turnoffthiscomputer
7c9d7778a7 refactor registry 2024-09-05 13:04:27 +02:00
turnoffthiscomputer
2386db62ae update hash/sig name in registry 2024-09-02 11:46:14 +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
turnoffthiscomputer
4aece26be6 add yarn script to extract masterlist 2024-08-31 09:50:12 +02: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
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
turnoffthiscomputer
65ef044a5c uncomment buildJson.ts 2024-08-27 14:51:16 +02:00
turnoffthiscomputer
e2e5d2bc59 add rsapss to skiPem mapping 2024-08-27 14:49:56 +02:00
turnoffthiscomputer
4ac3363a16 update registry 2024-08-21 17:46:21 +01:00
turnoffthiscomputer
224560d012 Merge branch 'dev' into searchable-registry 2024-08-17 17:11:44 +02:00
turnoffthiscomputer
17c7994957 update readme 2024-08-17 14:24:58 +02:00
turnoffthiscomputer
84819a4b9d update scripts 2024-08-17 14:24:50 +02:00
turnoffthiscomputer
2ae175abfd add new json 2024-08-17 14:24:30 +02:00
turnoffthiscomputer
1ace309907 update .gitignore 2024-08-17 14:23:57 +02:00
turnoffthiscomputer
0798b56c9a delete json 2024-08-17 14:22:40 +02:00
ashpect
4200ff8bac Merge branch 'dev' of github.com:ashpect/proof-of-passport into latest 2024-08-14 15:54:01 +05:30
turboblitz
8598d67c0d Merge pull request #139 from ashpect/dev
Prove name is not in Ofac List
2024-08-13 13:05:31 -07:00
ashpect
ea23b33232 country zk-verification feature in pop 2024-08-11 18:50:44 +05:30
0xturboblitz
86c38b8c9d rename to OpenPassport in UI and readmes 2024-08-10 12:26:49 -07:00
turnoffthiscomputer
95a73b9cc0 update .gitignore 2024-08-10 14:25:16 -04:00
turnoffthiscomputer
3831ef534d udpate script 2024-08-10 14:24:28 -04:00
turnoffthiscomputer
a412bfaae7 Merge branch 'dev' of https://github.com/zk-passport/openpassport into bernal-main 2024-08-09 08:06:16 -04:00
ashpect
384c53556b Merge branch 'dev' of github.com:zk-passport/proof-of-passport into dev 2024-08-08 03:25:30 +05:30
turnoffthiscomputer
319139e524 add searchable registry script 2024-08-07 10:04:39 +02:00
ashpect
096bad129d Update circuits to calculate path internally 2024-08-05 20:47:39 +05:30
turnoffthiscomputer
7f3b4bec2b update registry/README.md 2024-08-02 16:05:34 +02:00
turnoffthiscomputer
87fe3222b2 add pem_to_txt.ts 2024-08-02 16:04:21 +02:00