Skip to content

Conversation

@who-biz
Copy link
Contributor

@who-biz who-biz commented Oct 3, 2025

This PR includes the supporting code for migration of Verus-mobile to:
1.) new react-native-verus dependency (replaces verus-light-client)
2.) newer versions of the SDKs for each platform
3.) newer librustzcash as well

This PR does not include the encryption support work done by Artist.

No known issues/errors at time of writing, but still testing.

who-biz and others added 30 commits April 2, 2024 18:21
- Between verusmobile and react-native-verus
- Need to clean a lot of this up. Many different useless bits and pieces in here
- with verus-android-wallet-sdk artifacts
}
}
signingConfigs {
/*signingConfigs {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be re-enabled for prod release.

@@ -1,5 +1,5 @@
let dlightServers = {
vrsc: ['lightwallet.verus.services:8120'],
vrsc: ['lightwalletd.whobiz.dev:443'],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also should be changed back before prod.

@who-biz who-biz force-pushed the dev-backend-upgrade branch from 7849b59 to c080f51 Compare October 3, 2025 03:23
pubKey: null,
privKey: spendingKey,
viewingKey: await VerusLightClient.deriveViewingKey(spendingKey),
viewingKey: viewKey,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should discuss if this one needs changed.

I don't know that we use V0 anywhere, but our encoded viewkey is a unified key, now (uview.... bech32m-encoded).

Easiest solution is just to not store the viewkey, since we compute these internally in RN functions that need it, from spendkey or seed.

@who-biz who-biz force-pushed the dev-backend-upgrade branch from 55e4335 to 8734a61 Compare October 7, 2025 23:20
@who-biz who-biz force-pushed the dev-backend-upgrade branch from c0eb0ca to 708e7f3 Compare October 24, 2025 02:23
@who-biz who-biz force-pushed the dev-backend-upgrade branch from c765787 to e6c05d5 Compare November 13, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants