Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
| <NetworkConnectionBanner /> | ||
| <CustomText color={TextColor.Muted} style={styles.otaText}> | ||
| OTA {OTA_VERSION} | ||
| </CustomText> |
There was a problem hiding this comment.
Debug OTA version text shown to all users
High Severity
The OTA_VERSION text is rendered unconditionally on the main wallet screen, visible to all production users. Unlike the existing usage in Settings/AppInformation/index.js where OTA details are gated behind isOTAUpdatesEnabled and __DEV__ checks, this new CustomText element has no conditional rendering. Every user will see "OTA v7.70.13" on their primary wallet view. This appears to be debug/testing code that was not removed before the PR.
Additional Locations (1)
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: However, the Wallet screen is a central hub used by many flows and is directly covered by SmokeWalletPlatform (Trending tab, transaction history, multi-SRP architecture, wallet lifecycle events). Since the layout of the Wallet header area is modified, there is a moderate risk of unintended UI regressions (e.g., layout shifts, element overlap, visibility issues) that could affect wallet home interactions. No changes impact confirmations, trade logic, network management, identity sync, snaps, or multi-chain APIs. Therefore, additional tags (e.g., SmokeTrade, SmokeConfirmations, SmokeNetworkAbstractions, etc.) are not required. Selecting SmokeWalletPlatform provides sufficient coverage of the modified screen while minimizing unnecessary test execution. Performance Test Selection: |
|
|
✅ E2E Fixture Validation — Schema is up to date |






Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Primarily a version/CI bump plus a small UI label change; low risk aside from potential build/release pipeline mismatches if version numbers are inconsistent across platforms.
Overview
Updates the app release version to
7.70.13(build4016) across Android (build.gradle), iOS project settings,package.json, and Bitrise CI environment variables.Adds a small, muted
OTA {OTA_VERSION}label to the Wallet banner area and updatesOTA_VERSIONtov7.70.13to track the current OTA update version.Written by Cursor Bugbot for commit 315da2c. This will update automatically on new commits. Configure here.