-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: cp-7.61.0 improve relay provider and network fees #23717
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
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on:
|
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThis PR updates two critical MetaMask controllers and their dependencies: Direct Updates:
Transitive/Cascading Updates (via yarn.lock):
These controllers are foundational to the wallet's operation:
The changes touch critical infrastructure (marked CRITICAL in package.json), containing "Controller" keyword, and affect the core transaction/confirmation flows. Though these are minor version bumps (likely bug fixes or small features), controller updates can have subtle behavioral changes that affect user flows. Selected test suites cover:
|
|
@SocketSecurity ignore npm/@metamask/[email protected] |
|
@SocketSecurity ignore npm/@metamask/[email protected] |
|



Description
Bump controller versions to improve accuracy of provider and network fees in Perps and Predict deposits.
Changelog
CHANGELOG entry: Improved accuracy of provider and network fees in Perps and Predict deposits
Related issues
Fixes: #23698 #6394
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Updates MetaMask controller dependencies, notably
@metamask/transaction-controllerto 62.5.0 and@metamask/transaction-pay-controllerto 10.4.0, plus aligned assets/network/bridge packages and remote feature flag controller.@metamask/transaction-controllerto62.5.0(patch resolution and lockfile).@metamask/transaction-pay-controllerto^10.4.0.@metamask/assets-controllersto^93.1.0.@metamask/network-controllerto^27.0.0.@metamask/bridge-controllerto^64.0.0and@metamask/bridge-status-controllerto^64.0.1.@metamask/remote-feature-flag-controllerto^3.0.0where referenced.yarn.lockto reflect the above version changes and dependency realignments.Written by Cursor Bugbot for commit c7552f6. This will update automatically on new commits. Configure here.