Skip to content

Commit d813083

Browse files
Merge branch 'stable' into release/7.74.1
2 parents 50fe375 + f9ccf4f commit d813083

1 file changed

Lines changed: 57 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1065
## [7.73.2]
1166

1267
### Added
@@ -11233,7 +11288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1123311288
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
1123411289
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
1123511290

11236-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.73.2...HEAD
11291+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.0...HEAD
11292+
[7.74.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.73.2...v7.74.0
1123711293
[7.73.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.73.1...v7.73.2
1123811294
[7.73.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.73.0...v7.73.1
1123911295
[7.73.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.72.1...v7.73.0

0 commit comments

Comments
 (0)