Skip to content

release: 7.77.2#30421

Merged
chloeYue merged 9 commits into
stablefrom
release/7.77.2-ota
May 20, 2026
Merged

release: 7.77.2#30421
chloeYue merged 9 commits into
stablefrom
release/7.77.2-ota

Conversation

@chloeYue

@chloeYue chloeYue commented May 20, 2026

Copy link
Copy Markdown
Contributor

Description

Changelog

CHANGELOG entry: null

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

Pre-merge author checklist

Performance checks (if applicable)

  • I've tested on Android
    • Ideally on a mid-range device; emulator is acceptable
  • I've tested with a power user scenario
    • Use these power-user SRPs to import wallets with many accounts and tokens
  • I've instrumented key operations with Sentry traces for production performance metrics

For performance guidelines and tooling, see the Performance Guide.

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.

Note

Medium Risk
Patches @metamask/transaction-pay-controller logic that determines Relay/Aggregator handling for Hyperliquid perps deposits; mistakes here could misroute deposit transactions or affect quote requirements. Scope is small and limited to transaction type classification plus release-version bumps.

Overview
Fixes Hyperliquid perps deposit-and-order transactions being treated differently from standard perps deposits by introducing PERPS_DEPOSIT_TYPES (covers perpsDeposit and perpsDepositAndOrder) and using it wherever Relay deposit type mapping and Hyperliquid deposit detection/quote requirements are determined.

Ships the fix via a Yarn patch to @metamask/transaction-pay-controller@22.5.0, and bumps release metadata (CHANGELOG.md entry for 7.77.2, app/constants/ota.ts OTA version, plus package.json/yarn.lock to pin the patched dependency).

Reviewed by Cursor Bugbot for commit 5cb0c1d. Bugbot is set up for automated code reviews on this repo. Configure here.

@metamaskbotv2 metamaskbotv2 Bot added the team-qa QA team label May 20, 2026
@chloeYue chloeYue added team-mobile-delivery and removed team-qa QA team labels May 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

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.

@chloeYue chloeYue added the skip-smart-e2e-selection Skip Smart E2E selection, i.e. select all E2E tests to run label May 20, 2026
…7.2-ota for PR #30407 (#30423)

- chore: bump @metamask/transaction-pay-controller from ^22.5.0 to
^22.6.1 (#30407)

## **Description**

Bump `@metamask/transaction-pay-controller` from `^22.5.0` to `^22.6.1`.

## **Changelog**

CHANGELOG entry: null

## **Related issues**

## **Manual testing steps**

## **Screenshots/Recordings**

### **Before**

### **After**

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding

Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [x] 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-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

#### Performance checks (if applicable)

- [ ] I've tested on Android
- [ ] I've tested with a power user scenario
- [ ] I've instrumented key operations with Sentry traces for production
performance metrics

## **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]
> **Medium Risk**
> Updates a core payments/transaction dependency and refreshes several
related MetaMask controller packages, which could subtly affect
transaction/bridge behavior at runtime despite being a version bump
only.
> 
> **Overview**
> Bumps **`@metamask/transaction-pay-controller`** from `^22.5.0` to
`^22.6.1` in `package.json` and updates `yarn.lock` accordingly.
> 
> The lockfile refresh also pulls newer related controller versions
(notably `@metamask/bridge-controller`,
`@metamask/bridge-status-controller`, `@metamask/gas-fee-controller`,
and `@metamask/transaction-controller`), aligning transitive
dependencies with the updated pay controller.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
3b7622d. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
[72e0e00](72e0e00)

---------

Co-authored-by: Matthew Walsh <matthew.walsh@consensys.net>
Co-authored-by: chloeYue <105063779+chloeYue@users.noreply.github.com>
@chloeYue chloeYue requested a review from a team as a code owner May 20, 2026 10:26
@github-actions github-actions Bot added size-M and removed size-XS labels May 20, 2026
chloeYue and others added 2 commits May 20, 2026 12:28
Reset yarn.lock and .yarn/patches to v7.77.0 (in addition to package.json)
before generating the fingerprint, so the OTA fingerprint guard matches the
base ref even after the @metamask/transaction-pay-controller bump and its
JS-only yarn patch landed on this branch.

Co-authored-by: Cursor <cursoragent@cursor.com>
vpintorico
vpintorico previously approved these changes May 20, 2026
@runway-github runway-github Bot temporarily deployed to build-production May 20, 2026 13:25 Inactive
chloeYue and others added 2 commits May 20, 2026 16:17
## **Description**

Add the `[7.77.2]` section to `CHANGELOG.md` for the `v7.77.2` OTA
hotfix.



## **Changelog**

CHANGELOG entry: null

## **Related issues**

Fixes:

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

⏭️ Smart E2E selection skipped - skip-smart-e2e-selection label found

All E2E tests pre-selected.

View GitHub Actions results

@chloeYue chloeYue added the skip-sonar-cloud Only used for bypassing sonar cloud when failures are not relevant to the changes. label May 20, 2026
@sonarqubecloud

Copy link
Copy Markdown

@chloeYue chloeYue merged commit 39ad090 into stable May 20, 2026
213 of 222 checks passed
@chloeYue chloeYue deleted the release/7.77.2-ota branch May 20, 2026 15:49
@github-actions github-actions Bot locked and limited conversation to collaborators May 20, 2026
@chloeYue chloeYue restored the release/7.77.2-ota branch May 20, 2026 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size-M skip-smart-e2e-selection Skip Smart E2E selection, i.e. select all E2E tests to run skip-sonar-cloud Only used for bypassing sonar cloud when failures are not relevant to the changes. team-mobile-delivery

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants