Commit Graph

407 Commits

Author SHA1 Message Date
0xturboblitz
73dd494a8c zipping zkey and arkzkey 2024-05-01 16:30:39 +09: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
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
0xturboblitz
71a04e8a01 revert icon temporarily (might add back) 2024-04-10 20:44:42 -07:00
turboblitz
8121eb6d56 Merge pull request #87 from zk-passport/release-v0.0.2
Release v0.0.2
2024-04-10 20:26:10 -07:00
0xturboblitz
0e2fef87df minor text updates 2024-04-10 20:25:56 -07:00
0xturboblitz
d20029711e signature algorithm name check fixed 2024-04-10 20:10:09 -07:00
0xturboblitz
bb891e402d yarn lock 2024-04-10 20:06:04 -07:00
0xturboblitz
fc2e528561 add a few sigalg names for caution 2024-04-10 19:52:46 -07:00
0xturboblitz
e4f4e3bead SBT first in app menu 2024-04-10 19:48:15 -07:00
0xturboblitz
f664345bc6 uncomment sigalg name check 2024-04-10 19:48:03 -07:00
0xturboblitz
7e93cc7a22 contract deployments with corrected tokenURI 2024-04-10 19:47:44 -07:00
0xturboblitz
ff16fd438d rework tokenURI formatting so the json is always valid 2024-04-10 19:27:51 -07:00
turnoffthiscomputer
0b7194b716 Merge pull request #86 from zk-passport/typos
fix typos and add new icon
2024-04-10 22:38:55 +02:00
turnoffthiscomputer
4ae2c1e94a fix typos and add new icon 2024-04-10 22:37:22 +02:00
turnoffthiscomputer
0ac2f5ee7d Merge pull request #80 from zk-passport/black-ui
Black UI
2024-04-07 17:47:51 +02:00
turnoffthiscomputer
a582be8a93 Merge remote-tracking branch 'origin/dev' into black-ui 2024-04-07 17:31:31 +02:00
turnoffthiscomputer
f98b8fadd0 Merge remote-tracking branch 'origin/black-ui' into black-ui 2024-04-07 16:39:47 +02:00
turnoffthiscomputer
ef0666ba0d Adapt to small screens, add external links, add png on scan screen 2024-04-07 16:32:26 +02:00
0xturboblitz
97175bb0cc minor readme update 2024-04-06 14:47:45 -07:00
turboblitz
830dd7886b Merge pull request #82 from zk-passport/witnesscalc
Using PolygonID's stack on iOS
2024-04-06 14:39:26 -07:00
0xturboblitz
4a3efb0334 add pod install to readme 2024-04-06 14:39:05 -07:00
0xturboblitz
15ff7f8570 fix build ios module script 2024-04-06 14:37:38 -07:00
0xturboblitz
7326c7c350 new cloudfront urls 2024-04-06 13:57:51 -07:00
0xturboblitz
f1180fb3f3 better readme 2024-04-06 13:19:01 -07:00
0xturboblitz
910f181d52 pushing libuniffi_mopro.so because it's light now 2024-04-06 12:26:48 -07:00
0xturboblitz
94145c51d8 dynamically loading zkey on mopro android
- inspired by https://github.com/oskarth/mopro/pull/69 and by our previous implementation
- should be safe, order is download => init => mopro
2024-04-06 12:25:32 -07:00
turboblitz
5340f1570e Merge pull request #85 from zk-passport/main
Merging main's readme updates in dev
2024-04-05 19:07:20 -07:00
0xturboblitz
814530cbcf clean Prover.swift of previous download function 2024-04-05 18:42:32 -07:00
0xturboblitz
e95326bcee logging zkey downloading better 2024-04-05 18:42:05 -07:00
turnoffthiscomputer
25f0e98184 Merge branch 'dev' into black-ui 2024-04-05 12:11:13 +02:00
turnoffthiscomputer
975961eb14 use tamagui toast messages 2024-04-05 11:58:12 +02:00