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

chore: update controllers as of core release v244 #28905

Merged
merged 5 commits into from
Dec 4, 2024

Conversation

cryptodev-2s
Copy link
Contributor

@cryptodev-2s cryptodev-2s commented Dec 3, 2024

Description

This PR bumps the following packages:

  • @metamask/ens-controller to ^15.0.0
  • @metamask/network-controller to ^22.1.0
  • @metamask/gas-fee-controller to ^22.0.1
  • @metamask/user-operation-controller to ^20.0.1
  • @metamask/polling-controller to ^12.0.1
  • @metamask/selected-network-controller to ^19.0.0

Open in GitHub Codespaces

Related issues

Progresses https://github.com/MetaMask/MetaMask-planning/issues/3698

Manual testing steps

Screenshots/Recordings

Before

After

Pre-merge author checklist

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.

@cryptodev-2s cryptodev-2s requested a review from a team as a code owner December 3, 2024 23:52
@cryptodev-2s cryptodev-2s self-assigned this Dec 3, 2024
Copy link
Contributor

github-actions bot commented Dec 3, 2024

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@cryptodev-2s
Copy link
Contributor Author

@metamaskbot update-policies

@metamaskbot
Copy link
Collaborator

Policies updated.
👀 Please review the diff for suspicious new powers.

🧠 Learn how: https://lavamoat.github.io/guides/policy-diff/#what-to-look-for-when-reviewing-a-policy-diff

@metamaskbot metamaskbot requested a review from a team as a code owner December 4, 2024 00:02
@metamaskbot
Copy link
Collaborator

Builds ready [0d6e63d]
Page Load Metrics (1911 ± 76 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint17072353191515776
domContentLoaded16892158187513866
load17042352191115876
domInteractive256939147
backgroundConnect12188363818
firstReactRender15322152
getState1023101495326
initialActions01000
loadScripts12711682147012259
setupStore783162211
uiStartup200428332258228110
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -151.49 KiB (-2.81%)
  • ui: 49.18 KiB (0.63%)
  • common: -145.94 KiB (-1.77%)

Copy link
Member

@mikesposito mikesposito left a comment

Choose a reason for hiding this comment

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

LGTM!

@mikesposito
Copy link
Member

Bundle size diffs [🚀 Bundle size reduced!]
background: -151.49 KiB (-2.81%)
ui: 49.18 KiB (0.63%)
common: -145.94 KiB (-1.77%)

Beautiful

Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

It looks like we still have peer dependency warnings on smart-transactions-controller (which wants transaction-controller 38, but we have 41) and ppom-validator (which wants network-controller 21, but we are bumping to 22).

The warning for smart-transactions-controller was already pre-existing prior to this commit. The warning for ppom-validator is okay because the changes between network-controller 21 and 22 were minimal. We can bump network-controller in ppom-validator later.

LGTM.

Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

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

LGTM!

@cryptodev-2s cryptodev-2s added this pull request to the merge queue Dec 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 4, 2024
@metamaskbot
Copy link
Collaborator

Builds ready [6c34361]
Page Load Metrics (1732 ± 35 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1620198117327134
domContentLoaded1609195817147335
load1621198017327335
domInteractive247332136
backgroundConnect94718115
firstReactRender1593252211
getState1033831436431
initialActions01000
loadScripts1250155213316632
setupStore627842
uiStartup18732554202517182
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -151.49 KiB (-2.81%)
  • ui: 49.18 KiB (0.63%)
  • common: -145.94 KiB (-1.77%)

@cryptodev-2s cryptodev-2s added this pull request to the merge queue Dec 4, 2024
@metamaskbot
Copy link
Collaborator

Builds ready [4d19527]
Page Load Metrics (1970 ± 70 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint17022317197516278
domContentLoaded16972223194114469
load17012235197014670
domInteractive24523373
backgroundConnect787282411
firstReactRender159424178
getState872831414019
initialActions00000
loadScripts12921741148812259
setupStore716921
uiStartup19712671227719091
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -151.49 KiB (-2.81%)
  • ui: 49.18 KiB (0.63%)
  • common: -145.94 KiB (-1.77%)

@metamaskbot
Copy link
Collaborator

Builds ready [4d19527]
Page Load Metrics (1970 ± 70 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint17022317197516278
domContentLoaded16972223194114469
load17012235197014670
domInteractive24523373
backgroundConnect787282411
firstReactRender159424178
getState872831414019
initialActions00000
loadScripts12921741148812259
setupStore716921
uiStartup19712671227719091
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -151.49 KiB (-2.81%)
  • ui: 49.18 KiB (0.63%)
  • common: -145.94 KiB (-1.77%)

auto-merge was automatically disabled December 4, 2024 22:28

Pull Request is not mergeable

Merged via the queue into main with commit f7fc1c9 Dec 4, 2024
81 checks passed
@cryptodev-2s cryptodev-2s deleted the cryptodev2s/update-packages-release-244 branch December 4, 2024 22:34
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2024
@metamaskbot metamaskbot added the release-12.10.0 Issue or pull request that will be included in release 12.10.0 label Dec 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-12.10.0 Issue or pull request that will be included in release 12.10.0 team-wallet-framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants