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.73.0. (Hotfix - no test plan
generated.)
---------
Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
Co-authored-by: chloeYue <chloe.gao@consensys.net>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+56-1Lines changed: 56 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [7.73.0]
11
+
12
+
### Added
13
+
14
+
- Added runway production workflows (#27887)
15
+
- Added feature-flagged "withdraw to any token" flow for Perps, allowing users to withdraw Perps funds to any supported token via MetaMask Pay (#28265)
16
+
- Added a token safety banner and warning modal in Swaps that alerts users when the destination token is flagged as suspicious or malicious before proceeding with a swap (#27834)
17
+
- Added trending stocks deep link routing (#27869)
18
+
- Added Perps withdraw confirmation flow (#28236)
19
+
- Added UCL soccer league support with 3-way draw predictions (#28121)
20
+
- Added Google Wallet in-app provisioning for MetaMask Card on Android (#25742)
21
+
- Added a Claim bonus action on the home Cash section when users have no mUSD but have a claimable Merkl bonus, with the amount shown in the selected fiat currency (#27909)
22
+
- Added verified badges to swap asset picker tokens (#27878)
23
+
- Added a success confirmation toast when users opt in to a rewards campaign (#28033)
24
+
- Added Perps withdraw transaction display and activity support (#28026)
25
+
- Added unrealized P&L summary on the wallet homepage for Perpetuals and Predictions, and aligned the Perps home “Your positions” subtitle with the same layout (#27844)
26
+
- Import SRP screens always show BIP39 word suggestions when the keyboard is open, with no remote feature flag (#28139)
27
+
28
+
### Changed
29
+
30
+
- Updated Swaps and Bridge error messaging with specific, actionable error banners when a quote stream ends with a known failure reason (#28127)
31
+
- Updated how the ramp provider is selected (#27942)
32
+
- Improved analytics consistency during social login onboarding (#28015)
33
+
34
+
### Fixed
35
+
36
+
- Fixed Transaction Finalized tracking by deriving mm_pay metrics from controller state (#28164)
37
+
- Fixed Bitcoin PSBT build errors to include the underlying cause for better diagnostics (#28282)
38
+
- Fixed stuck pending withdraw (#26537)
39
+
- Fixed duplicate WalletConnect relay messages when switching chains (#27978)
40
+
- Fixed the bridge keypad staying open when no amount was entered (#28325)
41
+
- Fixed abrupt navigation transition to Swaps and Bridge screens by adding smooth slide-from-right animation (#28347)
42
+
- Fixed white header and footer on Ramp buy/sell screens in dark mode (#28267)
43
+
- Fixed a bug that caused Perps to reconnect too aggressively and surface intermittent websocket connection errors (#28258)
44
+
- Fixed navigation screens flashing incorrect background color during transitions (#28307)
45
+
- Fixed frequent "insufficient funds" errors in perps pay-with-any-token flow by validating relay quote totals before allowing order submission (#28318)
46
+
- Fixed scroll in the "Private Key" list for Android devices (#27891)
47
+
- Fixed OAuth rehydration so the post-unlock device authentication prompt completes before navigating to the wallet home screen (#27960)
48
+
- Fixed bottom disclaimer text overflowing on the Predict Buy Preview screen (#28212)
49
+
- Fixed hardware wallet infinite loop when Ledger disconnects or the Ethereum app is closed during transaction signing (#28163)
50
+
- Fixed homepage Predictions section so open positions and claim amounts respect privacy mode (#28203)
51
+
- Fixed cancel and speed up initial gas readiness (#27905)
52
+
- Fixed an issue where opening Market Insights could pause audio already playing on the device (#28148)
53
+
- Fixed bridge zero-state trending scrolling when dragging from the amount area (#28103)
54
+
- Fixed a bug where depositing into Perps from Token Details could fail if the Arbitrum network had not been added to the wallet (#27484)
55
+
- Fixed flip position fee estimate being ~2x lower than actual fee charged (#28013)
56
+
- Fixed payment methods and provider availability for newly added tokens by refreshing providers via react-query (15min TTL) on mount and separating the provider list by token support (#27958)
57
+
- Fixed a bug that kept the swap screen scrolled down after opening Swap from a trending token details page (#27928)
58
+
- Fixed custom slippage input so keypad edits respect cursor placement and trailing decimals are sanitized before saving (#27920)
59
+
- Fixed alert when device biometrics change (#25423)
60
+
- Fixed limit price preset buttons (Mid, Bid, Ask, percentage) truncating one decimal place for low-price assets like XRP (#27907)
61
+
- Fixed a bug that was causing issues with TRC20 token transfers (#27922)
62
+
- Fixed Ondo campaign opt-in to respect cutoff date (#28000)
63
+
10
64
## [7.72.1]
11
65
12
66
### Fixed
@@ -11162,7 +11216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments