Commit Graph

3156 Commits

Author SHA1 Message Date
Justin Hernandez
92ede19589 Merge pull request #1642 from selfxyz/release/staging-2026-01-22
Release to Staging - 2026-01-22
2026-01-21 21:05:19 -08:00
Justin Hernandez
57c7df4ae3 chore: downgrade react-native-screens to fix iOS deploy (#1641)
* match ios version for deploy

* download react-native-screens to fix ios deploy
2026-01-21 20:56:02 -08:00
github-actions[bot]
c77a7db3f9 chore: bump mobile app version to 2.9.13 (#1640)
Update build numbers and deployment timestamps after successful deployment.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 16:45:07 -08:00
Justin Hernandez
8efeed24ea Merge pull request #1639 from selfxyz/release/staging-2026-01-22
Release to Staging - 2026-01-22
2026-01-21 16:23:53 -08:00
Justin Hernandez
7e96ee5d94 match ios version for deploy (#1638) 2026-01-21 16:22:00 -08:00
Justin Hernandez
8a77c87a50 Merge pull request #1620 from selfxyz/release/staging-2026-01-16
Release to Staging - 2026-01-16
2026-01-21 16:09:30 -08:00
Justin Hernandez
c5e0ca459f bump version to 2.9.13 (#1636) 2026-01-21 16:09:12 -08:00
Justin Hernandez
3f2fb1159c Update mobile sdk test config to fix test running (#1635)
* fix mobile sdk tests

* fix mobile sdk tests
2026-01-21 15:38:14 -08:00
Kartik Mehta
bebaebc872 QR code SDK Redesign (#1536)
* Refactor NFC scanner tests to use a global variable for platform OS, allowing dynamic switching between iOS and Android during tests. This change improves test isolation and avoids hoisting issues with jest.mock.

* Triggering GitHub workflows

* Add status animations and self logos

* Update utilities and styles for statuses

* Remove old LED implementation and occurences

* Update Self QR Code with new design

* Add status banner

* Remove console and use QRcodeSteps in styles

* Add ARIA and use Memo to prevent re-renders

* Add refs for success and error callbacks

* Use ref for self app in qrcode

* Use selfapp ref consistently

* Update connected state animtion

* Skip 'parses Android response' test in nfcScanner

---------

Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
Co-authored-by: Javier Cortejoso <javier.cortejoso@gmail.com>
2026-01-21 23:07:24 +10:00
Justin Hernandez
a0c67458a9 update gitleaks ignore (#1632) 2026-01-20 13:17:45 -08:00
Justin Hernandez
04f67ed2df Always skip document selector for single valid document; remove toggle and info text (#1622)
* Remove skip info text

* prettier

* fix test
2026-01-20 13:11:36 -08:00
Seshanth.S
62f602a5e9 add debug logging switch to NFCMethodSelectionScreen (#1626) 2026-01-21 00:17:34 +05:30
Seshanth.S
e32a2a3cea hide not regsitered docs from DocumentSelectorForProvingScreen (#1619) 2026-01-21 00:17:15 +05:30
Seshanth.S
d5b843db5b SELF-1497: add keychain patch (#1607)
* add keychain patch - wip

* centralise useStrongbox flag usage

* set allowBackup to false

* bump to version 2.9.12

* bump android build for 2.9.12

* improve keychain error detection

* Disable Strongbox by default

---------

Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
2026-01-20 23:35:41 +05:30
Nesopie
13d81c53bf fix: ecdsa (#1625) 2026-01-19 19:38:13 +05:30
Nesopie
e77247f372 Feat/kyc (#1623)
* feat: selfrica circuit and tests

* chore: remove unused code

* feat: test for ofac,date and olderthan

* fix: public signal constant

* feat: add contract tests

* feat: helper function to gen TEE input

* feat: gen circuit inputs with signature

* feat: seralized base64

* fix: DateIsLessFullYear componenet

* feat: register circuit for selfrica

* feat: selfrica disclose circuit and test

* fix: common module error

* feat: add more test and fix constant

* fix: commitment calculation

* feat: selfrica contracts

* test: selfrica register using unified circuit

* feat: register persona and selfrica circuit

* feat: selfrica circuit and tests

* chore: remove unused code

* feat: test for ofac,date and olderthan

* fix: public signal constant

* feat: add contract tests

* feat: helper function to gen TEE input

* feat: gen circuit inputs with signature

* feat: seralized base64

* fix: DateIsLessFullYear componenet

* feat: register circuit for selfrica

* feat: selfrica disclose circuit and test

* fix: common module error

* feat: add more test and fix constant

* fix: commitment calculation

* feat: selfrica contracts

* test: selfrica register using unified circuit

* feat: register persona and selfrica circuit

* refactor: contract size reduction for IdentityVerificationHubImplV2

export function logic to external libs, reduce compiler runs to 200, update deploy scripts to link new libs

* feat: disclose circuit for persona

* feat: update  persona ofac trees

* feat; register circuit for selfper

* feat: disclose test for selfper

* chore: refactor

* chore : remove unused circuits

* chore: rename selfper to kyc

* chore: update comments

* feat: constrain s to be 251 bit

* feat: add range check on majority ASCII and comments

* feat: range check on neg_r_inv

* chore: remove is pk zero constrain

* merge dev

* feat: add registerPubkey function to Selfrica with GCPJWT Verification

* test: add testing for GCPJWT verification on Selfrica

* fix: script that calls register_selfrica circuits (ptau:14 -> ptau:15)

* fix: get remaining Selfrica tests working with proper import paths

* refactor: store pubkeys as string

also add some comment code for registerPubkey function

* refactor: remove registerPubkeyCommitment function

some tests now skipped as awaiting changes to how pubkeys are stored (string instead of uint256)

* feat: use hex decoding for the pubkey commitment

* test: adjust tests for pubkey being string again

* fix: remove old references to registerPubkey

* docs: add full natspec for IdentityRegistrySelfricaImplV1

* docs: update files in rest of the repo for Selfrica attestation type

* test: fix broken tests

* fix: builds and move to kyc from selfrica

* fix: constrain r_inv, Rx, s, T

* feat: eddsa

* feat: add onlyTEE check to registerPubkeyCommitment

onlyOwner is able to change onlyTEE

* refactor: update gcpRootCAPubkeyHash to be changeable by owner

* feat: add events for update functions

* style: move functions to be near other similar functions

* fix: kyc happy flow

* fix: all contract tests passing

| fix: timestamp conversion with Date(), migrate to V2 for endToEnd test, scope formatting, fix register aadhaar issue by using block.timestamp instead of Date.now(), fix changed getter function name, enable MockGCPJWTVerifier with updated file paths, add missing LeanIMT import, fix user identifier format

* audit: bind key offset-value offset and ensure image_digest only occurs once in the payload

* fix: constrain bracket

* chore: update comment

* audit: hardcode attestation id

* audit: make sure R and pubkey are on the curve

* audit: ensure pubkey is within bounds

* fix: all contract tests passing

* feat: change max length to 99 from 74

* audit: don't check sha256 padding

* audit: check the last window as well

* audit: single occurance for eat_nonce and image_digest

* audit: check if the certs are expired

* audit: add the timestamp check to the contract

* audit: make sure the person is less than 255 years of age

* audit fixes

* chore: yarn.lock

* fix: build fixes

* fix: aadhaar timestamp

* lint

* fix: types

* format

---------

Co-authored-by: vishal <vishalkoolkarni0045@gmail.com>
Co-authored-by: Evi Nova <tranquil_flow@protonmail.com>
2026-01-19 15:54:37 +05:30
Justin Hernandez
5b5110925a [SELF-810] Edge-to-edge: add iOS-only SystemBars wrapper and update Android handling (#1610)
* Update edge-to-edge handling

* update lock file

* formatting

* agent feedback
2026-01-15 10:32:55 -08:00
Justin Hernandez
22c35dbb9d bump android build for 2.9.12 (#1615) 2026-01-15 09:13:34 -08:00
Javier Cortejoso
844d1dd5fd Merge pull request #1546 from selfxyz/jcortejoso/remove-path-filter-qre
Remove path filters in workflow
2026-01-15 10:14:33 +01:00
Javier Cortejoso
ec68519322 Enhance CI workflows: fetch base branch for accurate file comparison 2026-01-15 09:24:30 +01:00
Javier Cortejoso
7cba76f02f Enhance CI workflow by adding a conditional check for relevant file changes before executing jobs. This update improves efficiency for pull requests on the dev branch while maintaining execution for main and staging branches. 2026-01-15 09:24:24 +01:00
Javier Cortejoso
5f3246e127 Enhance CI workflow for QR code SDK by adding conditional job execution. Introduced a check to determine if relevant files have changed before running build and quality checks, improving efficiency for dev branch deployments. 2026-01-15 09:24:20 +01:00
Justin Hernandez
544d60f860 Replace email support with Notion form (#1613)
* Replace email support with Discord

* Add Discord support prompts

* Remove command log

* formatting, agent feedback

* update strings

* save wip

* fix button color

* update text and change support from discord to notion support form

* remove settings support form text

* rename component and update feedback modal to redirect to users to notion form

* formatting

* update text
2026-01-14 18:14:27 -08:00
Justin Hernandez
f8179c92ba agent feedback (#1614) 2026-01-14 15:47:41 -08:00
github-actions[bot]
5d08ca40f0 chore: bump mobile app version to 2.9.11 (#1605)
Update build numbers and deployment timestamps after successful deployment.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 18:47:14 -08:00
Justin Hernandez
93147f1fb6 Merge pull request #1602 from selfxyz/release/staging-2026-01-13
Mobile Release 2.9.11
2026-01-13 17:08:03 -08:00
Justin Hernandez
19735fb02b clean up dev settings (#1604) 2026-01-13 14:32:22 -08:00
Justin Hernandez
ac4921a458 Require real document for settings options (#1603) 2026-01-13 14:31:47 -08:00
Justin Hernandez
12f3262dbf chore: bump version to 2.9.11 (#1601)
* chore: bump version to 2.9.11

* fix linting
2026-01-13 14:08:50 -08:00
Justin Hernandez
2c0a03ac4b update text (#1600) 2026-01-13 13:51:01 -08:00
Seshanth.S
bcbb8affd4 SELF-1768: fix deeplink navigation (#1598)
* fix deeplink navigation

* fix tests

* fix typing

---------

Co-authored-by: Justin Hernandez <justin.hernandez@self.xyz>
2026-01-13 13:41:48 -08:00
Justin Hernandez
27672e52f6 Add document processor behavior tests (#1599)
* Add document processor integration tests

* fix types
2026-01-13 11:16:17 -08:00
Leszek Stachowski
2939926c82 fix: register document from ManageDocuments screen (#1597)
* fix: register document from ManageDocuments screen

* coderabbit suggestion
2026-01-14 00:32:33 +05:30
github-actions[bot]
8f0696149d chore: bump mobile app version to 2.9.10 (#1596)
Update build numbers and deployment timestamps after successful deployment.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 15:34:07 -08:00
Justin Hernandez
57acda6680 bump build (#1595) 2026-01-12 15:03:07 -08:00
Justin Hernandez
57a792ed49 Merge pull request #1592 from selfxyz/release/staging-2026-01-12
Release to Staging - 2026-01-12
2026-01-12 14:55:47 -08:00
Justin Hernandez
8c30720a29 allow os target labels (#1594) 2026-01-12 14:20:26 -08:00
Artur
ba8aace38a Feat add issue templates (#1557)
* Add issue templates for bug reports and feature requests

* Remove test script from PR (not needed for issue templates)
2026-01-12 13:23:40 -08:00
Justin Hernandez
9d83672920 Adjust cloud backup visibility (#1593) 2026-01-12 13:17:53 -08:00
Justin Hernandez
8eff3d030d Limit keychain modal to Android (#1591) 2026-01-12 12:42:34 -08:00
Justin Hernandez
9f5171f21e Add proving machine refactor guardrail tests (#1584)
* Add proving machine refactor tests

* Clarify refactor guardrail test intent

* Add Socket.IO status handler wiring tests for proving store (#1586)

* Add status handler listener tests

* Fix failure status test payload

* Add hello ack uuid test (#1588)

* formatting

* format, agent feedback

* delete mock mock tests
2026-01-12 11:29:57 -08:00
github-actions[bot]
d132633c20 chore: bump mobile app version to 2.9.10 (#1583)
Update build numbers and deployment timestamps after successful deployment.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 08:23:27 -08:00
Justin Hernandez
63cdd1b542 Merge pull request #1582 from selfxyz/release/staging-2026-01-12
Release to Staging - 2026-01-12
2026-01-12 07:43:24 -08:00
github-actions[bot]
551bfd5787 chore: bump mobile app version to 2.9.10 (#1580)
Update build numbers and deployment timestamps after successful deployment.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 07:40:06 -08:00
Justin Hernandez
e7ed53aff5 rename Approve to Select (#1581) 2026-01-12 07:39:14 -08:00
Justin Hernandez
7fdc0c756b Merge pull request #1579 from selfxyz/release/staging-2026-01-11
Release to Staging - 2026-01-11
2026-01-12 06:20:17 -08:00
Justin Hernandez
7164099924 chore: address clunky Prove screen button feedback (#1578)
* save button transition improvements

* fix offset jump

* add platform specific scroll offset padding

* use dynamic sizing instead

* fix scrolling logic
2026-01-11 15:43:30 -08:00
github-actions[bot]
621e71c296 chore: bump mobile app version to 2.9.10 (#1577)
Update build numbers and deployment timestamps after successful deployment.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 08:08:50 -08:00
Justin Hernandez
32205d4f9e Merge pull request #1576 from selfxyz/release/staging-2026-01-10
Release to Staging - 2026-01-10
2026-01-10 07:48:06 -08:00
Justin Hernandez
80d218178b remove staleness redirect (#1575) 2026-01-10 07:39:06 -08:00