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
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->
## **Description**
Update 13.5.0 changelog based on new cherry-picks
<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->
[](https://codespaces.new/MetaMask/metamask-extension/pull/36922?quickstart=1)
## **Changelog**
<!--
If this PR is not End-User-Facing and should not show up in the
CHANGELOG, you can choose to either:
1. Write `CHANGELOG entry: null`
2. Label with `no-changelog`
If this PR is End-User-Facing, please write a short User-Facing
description in the past tense like:
`CHANGELOG entry: Added a new tab for users to see their NFTs`
`CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker`
(This helps the Release Engineer do their job more quickly and
accurately)
-->
CHANGELOG entry: null
## **Related issues**
Fixes:
## **Manual testing steps**
1. Go to this page...
2.
3.
## **Screenshots/Recordings**
<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->
### **Before**
<!-- [screenshots/recordings] -->
### **After**
<!-- [screenshots/recordings] -->
## **Pre-merge author checklist**
- [ ] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
## **Pre-merge reviewer checklist**
- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates `CHANGELOG.md` for 13.5.0 with additional fixes, performance
improvements, translations, network config, and legacy route removals.
>
> - **CHANGELOG (13.5.0)**:
> - **Fixes**:
> - Old send flow showing fullscreen instead of new popup send
> - Account API chain ID config using stale values; balance display for
flagged networks
> - Errors opening Solana tokens; incorrect mUSD quotes; multi‑SRP
account syncs
> - Incorrect Solana-only activity shown for any network; stuck EVM
provider block number updates
> - Multichain history showing wrong chain info; account icon changing
during send flow; wrong network icon for Solana-only dapps
> - Multiple small issues in new send; balances fetch limited to
selected account group
> - **Improvements/Changes**:
> - Remove routes to legacy swaps UI
> - Add Infura Base network configuration to all users
> - Ensure smart transaction post-confirmation page displays on any
network
> - Ensure all Solana tokens list on swap page when Solana is source
chain
> - Hide recipient modal if destination account matches; improve token
tabs performance
> - Add new translations
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6628c7a. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161
161
- Unset Solana txAlert when quote refreshes to prevent inaccurate user warnings (#35777)
162
162
- Updated petnames to use account group name (#35835)
163
163
- Show checkbox in edit account page. (#35868)
164
+
- Fixes issues where the old send flow is shown on fullscreen when the new send flow is launched in the popup (#36310)
165
+
- Adds `Manage Institutional Wallet` back to the new `Add wallet` modal (#36345)
166
+
- Fixes account API chain ID configuration to use dynamic feature flag values instead of stale initialization values, and display balances properly for flagged networks (#36587)
167
+
- Fixes issue where an error appeared when opening solana tokens (#36612)
168
+
- Fixes issue that was causing incorrect quotes for mUSD to be displayed (#36580)
169
+
- Fixes multi-srp account syncs on account list menu (#36582)
170
+
- Removes routes that open the legacy swaps UI (#36638)
171
+
- Adds new translations (#35249)
172
+
- Adds Infura Base network configuration to all users' network settings (#36675)
173
+
- Fixes issue in which any network selected showed Solana activity (#36773)
174
+
- Improves token tabs performance (#36642)
175
+
- Ensures all Solana tokens are listed on the swap page, when Solana is selected as the source chain for the swap (#36830)
176
+
- Hides recipient modal if there is a matching account in the selected bridge destination network (#36829)
177
+
- Fixes issue with non-evm network assets not showing on first install unless the user changed networks manually (#36755)
178
+
- Ensures smart transaction post confirmation page is displayed, whatever the network (#36843)
179
+
- Fixes unexpected naming of some accounts after upgrading to multichain accounts (#36826)
180
+
- Fixes issue where trust signal was no longer displayed on dapp connection page (#36895)
181
+
- Fixes issue where the block number returned by the EVM provider would get stuck and fail to update in certain scenarios (#36869)
182
+
- Improves performance by only fetching Solana balances of the selected account group (#36715)
183
+
- Fixes issue in which multichain transaction history was showing incorrect chain information (#36645)
184
+
- Fixes multiple small issues related to the new send implementation (#36831)
185
+
- Fixes issue where the account icon changes at different steps of the send flow while it shall remain the same (#36877)
186
+
- Fixes issue with the DaPP permissions icon showing wrong network for Solana only DaPP (#36881)
0 commit comments