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
This PR updates the change log for 7.74.0-ota.0. (Hotfix - no test plan
generated.)
---------
Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
Co-authored-by: chloeYue <105063779+chloeYue@users.noreply.github.com>
Co-authored-by: Wei Sun <wei.sun@consensys.net>
Co-authored-by: chloeYue <chloe.gao@consensys.net>
Co-authored-by: João Loureiro <175489935+joaoloureirop@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+57-1Lines changed: 57 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [7.74.0]
11
+
12
+
### Added
13
+
14
+
- Added an unfunded state on the Card home screen (#28891)
15
+
- Added realized PnL percentage display on closed positions (#28875)
16
+
- Added reward campaign deeplinks for mUSD (#28802)
17
+
- Added native token send in transaction activity for gas-fee-sponsored transactions (#28876)
18
+
- Added a new "Add wallet" screen (#28018)
19
+
- Added a trader position view (#28848)
20
+
- Added a gas-fee-sponsored message on the transaction activity tab (#28822)
21
+
- Added a Benefits summary on the Rewards page with a full list view, benefit detail view, and a claim button that opens the partner site in the in-app browser (#27515)
22
+
- Added a Leaderboard profile page (#28583)
23
+
24
+
### Changed
25
+
26
+
- Updated chart layout spacing on legacy and advanced charts (#28920)
27
+
- Removed geo-restrictions for RWA tokens in the Stocks view (#28872)
28
+
- Updated badge color and position (#28857)
29
+
- Updated the mUSD bonus tooltip to clarify that the estimated annual bonus rate is variable and may change (#28669)
30
+
- Updated the multichain private key list to open as a full screen instead of a bottom sheet (#28703)
31
+
- Updated Token Details sticky footer buttons with green success styling and an A/B test for the swap label (#28729)
32
+
- Improved unified Buy and ramp order screens so headers are shown once and match the rest of the in-app flow (#28883)
33
+
- Hide zero-balance tokens on native-exempt assets (#28721)
34
+
- Polished the token selector for Buy, Swap, and Send (#28711)
35
+
- Removed the network filter from the Money (mUSD) tokens view (#28673)
36
+
37
+
### Fixed
38
+
39
+
- Fixed the outline pill showing on advanced charts when the chart head is visible on old history (#28837)
40
+
- Fixed blank advanced charts by falling back to the legacy chart when the new OHLCV API returns an empty result (#28728)
41
+
- Fixed a crash in the featured carousel when sport team alias data was missing (#28937)
42
+
- Fixed the displayed amount on swap native transactions with sponsored gas fees (#28930)
43
+
- Fixed reverse-position orders in Perps failing when stale entry pricing was used during order placement (#28897)
44
+
- Fixed incorrect insufficient-balance errors on Tempo by skipping native balance checks (#28817)
45
+
- Fixed truncated words in the Secret Recovery Phrase grid so all words are fully visible (#28908)
46
+
- Fixed deposit on-ramp navigation header transparency that caused visual glitches during transitions (#28874)
47
+
- Fixed the mUSD estimated annual bonus so it reflects the user's combined mUSD balance across Ethereum mainnet and Linea instead of only the chain currently being viewed (#28663)
48
+
- Fixed the Swap Max quick-pick button overflowing on smaller screens (#28858)
49
+
- Fixed missing recent perpetuals funding payments: `getFunding` now fetches the most recent 30-day window by default and loads older history on demand as the user scrolls, replacing the previous 365-day call that silently dropped records past the 500-record cap (#28671)
50
+
- Fixed "Paid by MetaMask" being incorrectly shown in transaction details for failed hardware-wallet swaps on MON network (#28584)
51
+
- Fixed ERC-20 approvals being shown as NFT approvals (#28732)
52
+
- Fixed out-of-bounds amounts on the V2 Buy screen showing a generic error instead of the provider's minimum/maximum amount message; added client-side limit validation to skip unnecessary quote API calls (#28174)
53
+
- Fixed unified Buy Build Quote header overlapping the token selection screen during navigation transitions (#28826)
54
+
- Fixed the order details processing info sheet so the backdrop is translucent and the order screen remains visible behind it (#28825)
55
+
- Fixed the state/province input in the buy/sell KYC address form to be editable instead of read-only (#28532)
56
+
- Fixed the KYC flow to automatically close the verification webview after document submission and return the user to the processing screen (#28595)
57
+
- Fixed rate-limiting (429) on candlestick charts during rapid market navigation by routing historical candle fetches over HTTP (#28865)
58
+
- Fixed percentage display on advanced charts (#28574)
59
+
- Fixed the Swap Confirm button remaining active after changing tokens while a stale quote was still loading (#28759)
60
+
- Fixed a race condition in the Transak OTP screen where the input could be modified while a verification request was in-flight (#28343)
61
+
- Fixed tapping the confirmation overlay during its close animation navigating the user to the home screen (#27974)
62
+
- Fixed sport-related prediction markets being incorrectly sorted using game-specific ordering instead of standard sorting (#28760)
63
+
- Fixed the info icon color next to the "Your bonus" heading and in the mUSD conversion navbar to match the design spec (#28718)
64
+
10
65
## [7.73.2]
11
66
12
67
### Added
@@ -11233,7 +11288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments