Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 165.0.0 #4457

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Release 165.0.0 #4457

merged 3 commits into from
Jun 24, 2024

Conversation

jiexi
Copy link
Contributor

@jiexi jiexi commented Jun 24, 2024

Releases queued-request-controller #4456

@jiexi
Copy link
Contributor Author

jiexi commented Jun 24, 2024

@metamaskbot publish-preview

Copy link
Contributor

Preview builds have been published. See these instructions for more information about preview builds.

Expand for full list of packages and versions.
{
  "@metamask-previews/accounts-controller": "17.0.0-preview-83ca56e",
  "@metamask-previews/address-book-controller": "5.0.0-preview-83ca56e",
  "@metamask-previews/announcement-controller": "7.0.0-preview-83ca56e",
  "@metamask-previews/approval-controller": "7.0.0-preview-83ca56e",
  "@metamask-previews/assets-controllers": "33.0.0-preview-83ca56e",
  "@metamask-previews/base-controller": "6.0.0-preview-83ca56e",
  "@metamask-previews/build-utils": "3.0.0-preview-83ca56e",
  "@metamask-previews/chain-controller": "0.1.0-preview-83ca56e",
  "@metamask-previews/composable-controller": "7.0.0-preview-83ca56e",
  "@metamask-previews/controller-utils": "11.0.0-preview-83ca56e",
  "@metamask-previews/ens-controller": "12.0.0-preview-83ca56e",
  "@metamask-previews/eth-json-rpc-provider": "4.0.0-preview-83ca56e",
  "@metamask-previews/gas-fee-controller": "17.0.0-preview-83ca56e",
  "@metamask-previews/json-rpc-engine": "9.0.0-preview-83ca56e",
  "@metamask-previews/json-rpc-middleware-stream": "8.0.0-preview-83ca56e",
  "@metamask-previews/keyring-controller": "17.1.0-preview-83ca56e",
  "@metamask-previews/logging-controller": "5.0.0-preview-83ca56e",
  "@metamask-previews/message-manager": "10.0.0-preview-83ca56e",
  "@metamask-previews/name-controller": "8.0.0-preview-83ca56e",
  "@metamask-previews/network-controller": "19.0.0-preview-83ca56e",
  "@metamask-previews/notification-controller": "6.0.0-preview-83ca56e",
  "@metamask-previews/notification-services-controller": "0.1.0-preview-83ca56e",
  "@metamask-previews/permission-controller": "10.0.0-preview-83ca56e",
  "@metamask-previews/permission-log-controller": "3.0.0-preview-83ca56e",
  "@metamask-previews/phishing-controller": "10.0.0-preview-83ca56e",
  "@metamask-previews/polling-controller": "8.0.0-preview-83ca56e",
  "@metamask-previews/preferences-controller": "13.0.0-preview-83ca56e",
  "@metamask-previews/profile-sync-controller": "0.1.0-preview-83ca56e",
  "@metamask-previews/queued-request-controller": "2.0.0-preview-83ca56e",
  "@metamask-previews/rate-limit-controller": "6.0.0-preview-83ca56e",
  "@metamask-previews/selected-network-controller": "15.0.2-preview-83ca56e",
  "@metamask-previews/signature-controller": "18.0.0-preview-83ca56e",
  "@metamask-previews/transaction-controller": "33.0.0-preview-83ca56e",
  "@metamask-previews/user-operation-controller": "12.0.0-preview-83ca56e"
}

Copy link
Contributor

@adonesky1 adonesky1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jiexi jiexi merged commit 9d738ef into main Jun 24, 2024
116 checks passed
@jiexi jiexi deleted the release/165.0.0 branch June 24, 2024 21:36
jiexi added a commit to MetaMask/metamask-extension that referenced this pull request Jun 25, 2024
…onfirmation popup focus in request queue (#25497)

<!--
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**

<!--
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?
-->

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25497?quickstart=1)

## **Related issues**

See: MetaMask/core#4457
See: #25397

## **Manual testing steps**

1. Ensure request queue is toggled on
2. In Tab 1, Visit the test dapp
3. run `await window.ethereum.request({method:
'wallet_switchEthereumChain', params: [{"chainId": "0xaa36a7"}]})` in
console to change the network to sepolia for this dapp
4. In Tab 2, Visit a different dapp
5. run `await window.ethereum.request({method:
'wallet_switchEthereumChain', params: [{"chainId": "1"}]})` in console
to change the network to mainnet for this dapp
6. In Tab 1, click the Send Transaction button, but ignore the
confirmation notification (leave it open)
7. In Tab 2, run `await window.ethereum.request({method:
'eth_requestAccounts'})`
8. The confirmation notification window should be focused and visible
now, but still be displaying the pending transaction from before

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**


https://github.com/MetaMask/metamask-extension/assets/918701/48693083-fe60-402f-8798-c32b5db541b6

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.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.
jiexi added a commit to MetaMask/metamask-extension that referenced this pull request Jun 25, 2024
…onfirmation popup focus in request queue (#25497)

<!--
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**

<!--
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?
-->

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25497?quickstart=1)

## **Related issues**

See: MetaMask/core#4457
See: #25397

## **Manual testing steps**

1. Ensure request queue is toggled on
2. In Tab 1, Visit the test dapp
3. run `await window.ethereum.request({method:
'wallet_switchEthereumChain', params: [{"chainId": "0xaa36a7"}]})` in
console to change the network to sepolia for this dapp
4. In Tab 2, Visit a different dapp
5. run `await window.ethereum.request({method:
'wallet_switchEthereumChain', params: [{"chainId": "1"}]})` in console
to change the network to mainnet for this dapp
6. In Tab 1, click the Send Transaction button, but ignore the
confirmation notification (leave it open)
7. In Tab 2, run `await window.ethereum.request({method:
'eth_requestAccounts'})`
8. The confirmation notification window should be focused and visible
now, but still be displaying the pending transaction from before

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**


https://github.com/MetaMask/metamask-extension/assets/918701/48693083-fe60-402f-8798-c32b5db541b6

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants