You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+96-2Lines changed: 96 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,90 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [7.70.0]
11
+
12
+
### Added
13
+
14
+
- Add auth header to bridge getToken calls (#26191)
15
+
- Add a Contact Support button on CardHome (#27421)
16
+
- Added an mUSD bonus calculator to the Rewards tab (#27398)
17
+
- Add Monad integration on Card delegation (#27392)
18
+
- Added a Cash section on the homepage that shows aggregated mUSD balance, annualized bonus copy for stablecoin holders, and a dedicated Cash token list view with network filter (#27123)
19
+
- Homepage tokens and DeFi now always sort by balance/value; View all keeps your sort preference. Popular networks are selected when opening the Wallet so View all shows all popular networks by default (#27339)
20
+
- Include nfts on manual refresh (#27272)
21
+
- Added a remote feature flag to control default pay token preselection when users have no Perps balance. (#27289)
22
+
- Added a banner to display TRX that is ready for withdrawal on the token details view (#27075)
23
+
- Add campaign opt-in and participant status hooks/controller actions (#27121)
24
+
- Added a banner to display TRX in the 14-day unstaking lock period on the token details view (#27074)
25
+
- Add select quotes functionality (#26640)
26
+
- When users have no perps balance, the app now preselects the allowlist token with the highest balance for payment when available, and shows an "Add funds" button on the market details screen when no token can be preselected (#26281)
27
+
- Expose GET /campaigns endpoint through RewardsController with 5-minute cache (#27108)
28
+
- Always display popular networks assets on the token section of the home page (#27009)
29
+
- Added Trending tokens to the mobile Swap zero state with filter controls and improved Bridge quote/loading state handling (#26620)
30
+
- Added off-device linked accounts detection, caching, and display in Rewards Settings (#26674)
31
+
- Added a live blinking cursor to the Ramp Buy and Sell amount input screens for a more intuitive input experience (#27292)
32
+
33
+
### Changed
34
+
35
+
- Updated the mUSD conversion flow to redirect users to the home page if they've "Max" converted their last eligible token (#27383)
36
+
- Updated Bridge token selector balance sizing and color hierarchy (#27197)
37
+
- Improved RPC URL display in Networks Management to hide protocol and API keys, matching Network Selector (#27067)
38
+
- Update the new home page nft section redesign to always show popular networks (#27165)
39
+
- Update the new home page redesign defi section to always show popular networks (#27163)
40
+
- Updated swap price impact text coloring (#26390)
41
+
- Updated mUSD conversion copy to reflect annualized bonus and claim timeline (#27097)
42
+
- Refactored token-conversion-asset-header to stack assets vertically when text overflow is detected (#27010)
43
+
- Replaced mUSD conversion-specific network fee row with the generic transaction fee row and updated fee tooltip copy (#27091)
44
+
- Updates price impact modals content (#27256)
45
+
- Update icons when tab bar is pressed (#27082)
46
+
- Updated the error state icon on the homepage to a new no-connection illustration (#27070)
47
+
- Updated View more card styling with background color and updated Perps View more to navigate to market list (#27078)
48
+
49
+
### Fixed
50
+
51
+
- Fixed Ledger connect screen image being cut off on iOS after using the keyboard. (#27665)
52
+
- Fixed a bug where tapping perpetuals items on the homepage did not show the tutorial for first-time users (#27423)
53
+
- Fixed UI styling on perps, explore and predictions (#26890)
54
+
- Fixed missing mUSD icon when viewing token details from the Cash section empty state (#27442)
55
+
- Fixed a brief flash of empty content in the Tokens section while token data loads on the homepage (#27431)
56
+
- Fixed Perps reconnect recovery and error reporting for market data and position actions (#27408)
- Disable slide-to-dismiss behavior of swaps keypad (#26770)
60
+
- Remove thrown exceptions in migration 121 when `NetworkEnablementController` is absent or `NetworkEnablementController.nativeAssetIdentifiers` is missing (#27275)
61
+
- Fixed Android Google sign-in errors not falling back to browser-based login for unrecognized credential manager failures (#26964)
62
+
- Fixed a visual inconsistency where bridge token selector ticker text appeared thinner than other token lists. (#27357)
63
+
- fix: scanning verbiage only shows when actually scanning (#27319)
64
+
- Fixed a bug where switching to a non-EVM network caused EVM transaction details to display the wrong block explorer link (#27321)
65
+
- Fixed a bug where closing the "Token not available" modal left the user in a stuck state instead of navigating back to the token selection screen (#27297)
66
+
- Fixed a bug where the "Change provider" link in the payment selection modal was not clickable while payment methods were loading (#27288)
67
+
- fix: increase touchable area of select quotes entry (#27267)
68
+
- Fixed OTP error messages to show the actual error from the server instead of a generic fallback (#26727)
69
+
- fix: pin seed phrase font size to prevent shrinking on large font devices (#27238)
70
+
- Fix issue related to info icon press navigating to select quotes rather than opening info modal (#27249)
71
+
- Long/Short from Asset Details now ensures Arbitrum network exists (adds it if missing) before creating the deposit transaction, fixing "Transaction creation failed" when the user has no Arbitrum network (#27213, #26756)
72
+
- Fixed a race condition causing CLIENT_NOT_INITIALIZED errors when navigating to Perps before controller initialization completes (#27178)
73
+
- Fixed a bug where hiding balances on the wallet home screen was not reflected in the account list (#27190)
74
+
- Fixed BottomSheet dismissing the wrong screen when rapidly opened and closed, which could leave mUSD conversion confirmation flows in a blocked state with unrejected pending approvals (#27026)
75
+
- Fixed layout issues in Ramp Order Details — inline info icon, centered status text, sticky footer, stripped redundant order prefix, adjusted toast offset, and centered text in processing info modal (#27025)
76
+
- Fix avoid O(n) api calls to on-ramp endpoint (#26900)
77
+
- Fixed mUSD conversion confirmation no longer gets stuck when tapping external links that briefly background the app (#27155)
78
+
- Fixed a bug in the asset picker where token and balance text could wrap incorrectly by aligning mobile layout and truncation behavior with extension (#27069)
79
+
- Fixed privacy mode not hiding financial values on Perps screens (#27128)
80
+
- Fix Ledger transaction not displayed after opening ETH app (#26322)
81
+
- Fixed issue of confirmation not rejecting when app locks (#26905)
82
+
- Fixed missing horizontal padding on NFT skeleton loading state in full view (#27077)
83
+
- Fixed a bug where the Ramp checkout provider title appeared above the WebView content (#27024)
84
+
- Hardened mUSD conversion quick convert status tracking. Auto reject pending mUSD approvals when app is foregrounded. (#26608)
85
+
- Fixed missing block explorer link on "Receive mUSD" row for Linea USDT and DAI conversions using aggregator routes (#27022)
86
+
87
+
## [7.69.1]
88
+
89
+
### Fixed
90
+
91
+
- Fixed root pages scrollable behavior with SafeAreaView, standardizing safe area and header inset handling across main tab views (#27446)
92
+
- Fixed token prices in the wallet list displaying without thousand-separator commas and with too many decimal places (#27485)
93
+
10
94
## [7.69.0]
11
95
12
96
### Added
@@ -64,6 +148,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
148
- Fixed token hiding not working on the redesigned homepage (#26649)
65
149
- Fixed an issue that could cause repeated Bridge RPC balance calls and improved how quickly source balances appear after token selection (#25952)
66
150
151
+
## [7.68.3]
152
+
153
+
### Fixed
154
+
155
+
- Fixed seedless onboarding vault decryption crash by handling both vault formats in encryptorAdapter (#27393)
156
+
- Fixed OTA environment variable configuration to use new build flag (#26668)
157
+
67
158
## [7.68.2]
68
159
69
160
### Fixed
@@ -10917,8 +11008,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments