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
- Fixed the VIP tier label to display "VIP" instead of "VIP Fox" (#42856)
50
+
- perf(6633): strip unused `withRouterHooks` props in lock and unlock-page containers (#42688)
51
+
- Updated Activity tab empty states to show context-specific messaging and actions when users have no transaction (#42786)
52
+
history
53
+
- Removed outdated translations from community-contributed ga, pt_BR, and zh_TW locales. (#40974)
54
+
55
+
### Changed
56
+
57
+
- Bump the `@metamask/tron-wallet-snap` to `^1.25.6` (#42701)
58
+
- Bumped bitcoin snap v1.11.0 (#42993)
59
+
- chore: Replace `await-semaphore` with `async-mutex` (#42818)
60
+
10
61
## [13.33.0]
11
62
12
63
### Added
@@ -21,6 +72,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
72
- Added stop loss, take profit, liquidation, and auto-deleveraging badges to perps activity rows (#42645)
22
73
- Added VIP tier badge and fee discount display for Perps trading and Bridge transactions (#42782)
23
74
- Show VIP badge in swap page (#42771)
75
+
- Update toggle (#42714)
76
+
- Show enforced-simulations protection state ("Cancelled" status + info banner) in transaction details and Activity v2; rename (#42368)
77
+
`FORCE_ENABLE_SIMULATIONS` dev flag.
24
78
25
79
### Changed
26
80
@@ -30,27 +84,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
84
31
85
### Fixed
32
86
33
-
- Fixed a bug that stopped Solana and Tron tokens from being imported (#42854)
34
-
- Fixed merging RPC and token list metadata on custom import (#42840)
35
-
- Removed the number of promises waiting for unlock from the badge (#42825)
36
-
- Fixed sponsored hardware wallet send max native (#42494)
37
-
- Fixed a perps bug where market orders submitted with TP/SL left the Auto-close section empty and surfaced the TP/SL orders in the Orders section of the market detail page (#42661)
38
-
- Fixed a bug that made only the Recent activity arrow tappable in Perps (#42676)
39
-
- Fixed Perps withdraw validation and activity details (#42751)
87
+
- Fixed carousel links so supported deep links open directly in MetaMask instead of going through an extra browser tab. (#42634)
88
+
- Fixed an issue where EIP-7702 authorization signatures with leading zero bytes in `r` or `s` could be rejected by relays and (#42970)
89
+
public RPCs.
90
+
- Add guard to asset-util to prevent infinite recursion (#42966)
91
+
- Fix the inpage provider not being available via `window.ethereum` and EIP-6963 on websites with certain (#42338)
92
+
Content-Security-Policy settings configured.
93
+
- Fixed a bug that could default transactions to gas station before the native balance finished loading, and corrected (#42857)
94
+
gasless native-balance metrics for nested and L1-fee transactions.
95
+
- Merge RPC and token list metadata on custom import (#42840)
96
+
- Remove the number of promises waiting for unlock from the badge (#42825)
97
+
- Added current position size display on the increase exposure screen for perpetual trades (#42673)
98
+
- Sponsored hardware wallet send max native (#42494)
99
+
- Fixed a perps bug where market orders submitted with TP/SL left the Auto-close section empty and surfaced the TP/SL orders in (#42661)
100
+
the Orders section of the market detail page.
101
+
- Fixed a bug that made only the Recent activity arrow tappable in Perps. (#42676)
102
+
- Fixed Perps withdraw validation and activity details. (#42751)
103
+
- N/A (#42770)
40
104
- Fixed Perps market token logos that were difficult to see in dark mode (#42689)
41
105
- Fixed open order price display to use correct number of decimals matching market price precision (#42405)
42
-
- Fixed BTC swap when BTC network fees not retrieved (#42632)
106
+
- Prevented BTC swap when BTC network fees not retrieved (#42632)
107
+
- Null (#42698)
108
+
- Fixed a bug that stopped Solana and Tron tokens from being imported (#42854)
43
109
- Fixed Monad swap activity in asset details (#42669)
44
110
45
111
## [13.32.1]
46
112
47
113
### Changed
48
114
49
-
- Bumped `qs` to 6.15.2, `tmp` to 0.2.6, updated uuid audit ignore ([#42999](https://github.com/MetaMask/metamask-extension/pull/42999))
115
+
- Bumped `qs` to 6.15.2, `tmp` to 0.2.6, updated uuid audit ignore (#42999)
0 commit comments