Commit Graph

436 Commits

Author SHA1 Message Date
turnoffthiscomputer
2903c05bab Update to LeanIMT, add Ignition deployment 2024-05-14 07:34:27 +02:00
turnoffthiscomputer
63b5598861 Refactor contracts, create RegisterAndDisclose.ts 2024-05-11 15:45:30 +02:00
0xturboblitz
074dd60436 fix include path for wasm_tester 2024-05-11 14:50:49 +09:00
0xturboblitz
14dce49bf3 import binary-merkle-root.circom instead of copying it 2024-05-11 14:47:53 +09:00
turnoffthiscomputer
39889b243c update verifier_disclose.sol 2024-05-10 14:33:09 +02:00
0xturboblitz
d0f76acfb8 pushing tests for majority disclosure 2024-05-10 21:31:46 +09:00
turnoffthiscomputer
a75aa2e804 Maximum call stack size exceeded 2024-05-10 14:29:29 +02:00
turnoffthiscomputer
b8fb1abb2f add sbt test to Register.ts 2024-05-10 14:29:29 +02:00
0xturboblitz
5b2364886a selective disclosure tests 2024-05-10 21:05:47 +09:00
0xturboblitz
01515e426f few changes on disclosure circuit and its tests 2024-05-10 17:43:11 +09:00
0xturboblitz
f9c7901ab9 fix packBytes import path 2024-05-10 16:08:44 +09:00
0xturboblitz
aa329c0963 fix register packbytes test 2024-05-10 16:07:45 +09:00
turnoffthiscomputer
63af064e72 update circuits tests 2024-05-10 08:36:23 +02:00
0xturboblitz
e6c2f89c80 refactor registry circuits and tests 2024-05-10 15:26:00 +09:00
turnoffthiscomputer
1deaf1fb83 update circuits inputs, clean 2024-05-10 07:23:18 +02:00
turnoffthiscomputer
631b3bc9f7 add Register.sol and tests 2024-05-09 12:13:54 +02:00
turnoffthiscomputer
bb6c4b4e61 fix bad var names in merkle_tree_pubkey.circom 2024-05-06 07:46:01 +02:00
turnoffthiscomputer
318fce129c split main circuits 2024-05-06 06:21:50 +02:00
turboblitz
947178cf3b Merge pull request #98 from zk-passport/ui-fixes
UI fixes
2024-05-03 10:53:22 +09:00
0xturboblitz
6144911fda new small ui fixes 2024-05-01 17:51:52 +09:00
0xturboblitz
26e100ef9f fix ts-node compilation 2024-05-01 17:24:33 +09:00
0xturboblitz
04d4705974 fix handling of sig algs names 2024-05-01 17:16:57 +09:00
0xturboblitz
ee1f1ee9ae fix not downloading zkey if already here 2024-05-01 17:15:37 +09:00
turboblitz
d232a9db04 Merge pull request #96 from danzipie/dev_sha1_proof
[WIP] Support SHA1
2024-05-01 16:43:20 +09:00
turboblitz
13c68fa14c Merge pull request #97 from zk-passport/zip
Zipping zkeys
2024-05-01 16:36:02 +09:00
0xturboblitz
67323a9435 readme update 2024-05-01 16:34:47 +09:00
0xturboblitz
73dd494a8c zipping zkey and arkzkey 2024-05-01 16:30:39 +09:00
danzipie
aacb927f08 test: refactor to support sha1 2024-04-29 22:43:22 +02:00
turboblitz
32d66739f1 Merge pull request #95 from zk-passport/refactor-mock-data
Refactor mock data
2024-04-23 20:08:24 -07:00
0xturboblitz
7d31d7e0c3 sending error log when read fails 2024-04-23 20:06:28 -07:00
0xturboblitz
d3cb25f0f4 typo and attribute formatting 2024-04-23 20:05:29 -07:00
0xturboblitz
5f91143dc4 move genMockPassportData to its own script for easier editing 2024-04-23 19:32:34 -07:00
0xturboblitz
166fa56f10 add test pubkey to deployment tree 2024-04-23 19:31:46 -07:00
0xturboblitz
e041d22903 rename static mockPassportData 2024-04-23 19:30:53 -07:00
turboblitz
52a6265ee9 Merge pull request #93 from zk-passport/disable-circom-optis
Add O1 flag to circom compilation
2024-04-18 16:47:26 -07:00
0xturboblitz
958587e317 add O1 flag to circom compilation 2024-04-18 16:45:18 -07:00
0xturboblitz
8c1fd89b7e version bump for android release 2024-04-18 13:52:19 -07:00
0xturboblitz
6ccaf3751a version bump for android release 2024-04-18 13:49:46 -07:00
turboblitz
0158a58c69 Merge pull request #92 from zk-passport/zkey-management
zkey management
2024-04-17 11:29:44 -07:00
0xturboblitz
16452bd2e9 prove button loading color 2024-04-17 11:29:36 -07:00
0xturboblitz
76bf050f17 small fixes, version bump 2024-04-17 11:06:31 -07:00
0xturboblitz
5b620d61c9 storing zkey url and redownloading if url changed 2024-04-14 17:06:16 -07:00
0xturboblitz
8e2c28c9cc checking zkey size to avoid partially downloaded zkeys 2024-04-14 16:44:19 -07:00
0xturboblitz
a743706cf2 intro modal to warn about zkey size if not connected to wifi 2024-04-14 16:30:35 -07:00
turboblitz
0e87a6bd08 Merge pull request #91 from zk-passport/minimal-analytics
minimal analytics
2024-04-14 14:03:55 -07:00
0xturboblitz
8490904bb1 minimal analytics to debug the beta
- Sends zkey downloading success and signature algorithm name so we find out why it works or doesn't for some people
2024-04-14 14:02:07 -07:00
turnoffthiscomputer
d33d37e896 Merge pull request #90 from zk-passport/fix-range-check
fix majority hardcoded in app
2024-04-11 12:09:50 +02:00
turnoffthiscomputer
d81662bba4 fix majority hardcoded in app 2024-04-11 12:07:45 +02:00
0xturboblitz
54761bf86d bump build version 2024-04-10 20:49:50 -07:00
0xturboblitz
7c539943d3 Revert "revert icon temporarily (might add back)"
This reverts commit 71a04e8a01.
2024-04-10 20:48:34 -07:00