Commit Graph

429 Commits

Author SHA1 Message Date
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
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
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
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
turnoffthiscomputer
4ae2c1e94a fix typos and add new icon 2024-04-10 22:37:22 +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
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
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
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
0xturboblitz
3124b9b9db new release for iOS deployment 2024-04-04 16:19:55 -07:00
0xturboblitz
5c0d24b336 add zkey to gitignore 2024-04-03 21:15:39 -07:00
0xturboblitz
99847ad3d4 fix ios build script and fix gitignores to push the whole witnesscalc 2024-04-03 21:02:35 -07:00
0xturboblitz
38fd190c75 add zkey download on iOS and android
- cleanups too, especially ProveScreen
2024-04-03 20:19:45 -07:00
0xturboblitz
f9a21f53ec cleanups, formatting prover.swift, preparing for zkey download on ios 2024-04-03 14:32:10 -07:00
0xturboblitz
df0ac90af7 Adding witnesscalc + rapidsnark build flows for PoP circuit
- Copying the whole witnesscalc repo in `app`
- Using git submodule for `nlohmann/json`, might switch later to script that clones the repo if it's simpler
- Currently not supporting download of zkey, so it temporarily has to be built and copied first
- Keeping artifacts of their AuthV2 circuit for reference
2024-04-03 11:21:30 -07:00
0xturboblitz
b523b10a90 successfully proving with rapidsnark 2024-04-02 12:44:04 -07:00
turnoffthiscomputer
ac66848fc0 Refactor ProveScreen in two screens and upgrade UI 2024-03-28 17:17:35 +01:00
0xturboblitz
4960800686 calculating multiplier circuit witness 2024-03-26 15:46:25 -07:00
turnoffthiscomputer
cc8aa4c683 Change UI for a dark one 2024-03-25 20:07:41 +01:00
0xturboblitz
d4bfb35d53 handle unsupported number of datagroups 2024-03-25 08:26:04 -07:00
turboblitz
fd3157f597 Merge pull request #78 from zk-passport/info-texts
Info texts
2024-03-24 15:53:34 -07:00
0xturboblitz
76a27a8bc6 update info texts 2024-03-24 15:51:25 -07:00
0xturboblitz
5fdf26b68b icons 2024-03-24 15:43:58 -07:00
0xturboblitz
a682faae61 handling pubkey not found in registry 2024-03-23 16:10:38 -07:00
0xturboblitz
a24ea1c3ea refactoring App.tsx into multiple files 2024-03-23 15:53:30 -07:00
0xturboblitz
941e4e7ac2 factor tree building inside generateCircuitInputs 2024-03-23 14:59:40 -07:00
0xturboblitz
4021d20238 readme 2024-03-23 14:36:45 -07:00
0xturboblitz
af6a770ec2 merging dev, fixing bugs and new deployment 2024-03-23 11:53:58 -07:00
0xturboblitz
7cd6a5b227 minor comments 2024-03-23 08:41:33 -07:00
0xturboblitz
aea9872f9b Init in background thread 2024-03-21 17:47:11 +01:00
0xturboblitz
87d9d48330 merge proveAndroid and proveIOS 2024-03-21 17:26:08 +01:00