Commit Graph

116 Commits

Author SHA1 Message Date
turboblitz
fd76aca856 Create README.md in app/src/apps 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
aef182f93b change step in userStore 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
b08e090e08 add NextScreen and RegisterScreen 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
70829ca4e7 Update contribute.ts with new contribute.proofofpassport.com url 2024-06-18 17:38:58 -07:00
turnoffthiscomputer
80bc67b162 add passport data contribution 2024-06-18 17:38:58 -07:00
0xturboblitz
e7427a0245 new register verifier contract
- still need to update zkey urls, witness generators and deploy verifier contract
2024-06-10 12:20:16 +02:00
0xturboblitz
959836cac6 add rsassaPss mock data, refactor mock generation, add tutorial 2024-06-02 18:52:31 +02:00
turnoffthiscomputer
7b02a944d8 add return button 2024-05-23 22:18:34 +09:00
0xturboblitz
95ad1578cf factor out keychain logic 2024-05-22 01:23:22 +09:00
0xturboblitz
93eaf83f87 getting tree from server 2024-05-21 19:51:29 +09:00
0xturboblitz
07f6694bef fix details 2024-05-21 16:33:52 +09:00
0xturboblitz
4facd39e63 make sbt proof work (still "Invalid Proof" on Android) 2024-05-21 15:53:34 +09:00
0xturboblitz
4b3e2c5ffe fix registration proof generation on android 2024-05-21 13:32:54 +09:00
0xturboblitz
9402a15516 quick fix for android crash on launch 2024-05-21 12:03:08 +09:00
turnoffthiscomputer
9d71b000b1 update ui 2024-05-20 09:00:59 +02:00
0xturboblitz
b1355f7db7 commenting nullifiers, pushing new deployments 2024-05-17 15:30:07 +09:00
0xturboblitz
b542b58ce5 Merge branch 'dev' into new-circuits-in-app 2024-05-17 13:53:08 +09:00
turnoffthiscomputer
cc13f3ce24 add neo bank UX 2 2024-05-16 16:16:32 +02:00
turnoffthiscomputer
ad8d759aa3 Revert "implement neo bank flow"
This reverts commit 1fc4a56f4f.
2024-05-16 16:16:32 +02:00
0xturboblitz
9b9910188c error handling for ecdsa for iOS 2024-05-16 23:14:27 +09:00
turboblitz
df2ab3f8b2 Merge branch 'dev' into new-circuits-in-app 2024-05-16 17:33:56 +09:00
0xturboblitz
7b213f71f3 Integrate new two-step process and proving in mobile app
- still need to solve https call to merkle tree server
- not tested on android
2024-05-16 17:26:36 +09:00
turnoffthiscomputer
1fc4a56f4f implement neo bank flow 2024-05-16 06:29:05 +02:00
0xturboblitz
319ebade38 generating and storing secret, storing passport data securely 2024-05-14 17:10:50 +09:00
0xturboblitz
ff03b26d4d refactor the app with zustand and make integrations modular 2024-05-14 12:34:16 +09:00
0xturboblitz
c61906dc03 remove commented code 2024-05-12 21:30:05 +09:00
0xturboblitz
3a7da51648 displaying correct size 2024-05-12 21:25:29 +09:00
0xturboblitz
1306d2e46a zkey management logic for multiple zkeys 2024-05-12 19:33:37 +09:00
0xturboblitz
d6c9f71534 smol type fix 2024-05-12 14:50:37 +09:00
0xturboblitz
3b79f513bf fix iOS zkey/witnesscalc selection flow 2024-05-12 14:45:37 +09:00
0xturboblitz
8483d600a1 selecting zkey_path, witness_calculator and dat_file_name outside of native modules 2024-05-12 14:45:05 +09:00
0xturboblitz
0aebc32c48 cleanups 2024-05-12 14:44:31 +09:00
0xturboblitz
01384fa7fa add Proof type for simplicity and readability 2024-05-12 14:44:31 +09:00
0xturboblitz
8039ab5e1b removing runInitAction and arkzkey url 2024-05-12 14:43:12 +09: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
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
0xturboblitz
73dd494a8c zipping zkey and arkzkey 2024-05-01 16:30:39 +09: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
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
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
d81662bba4 fix majority hardcoded in app 2024-04-11 12:07:45 +02: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