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: Bump @metamask/transaction-controller to v34 #26124

Merged
merged 2 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. chore: Bump @metamask/transaction-controller to v34

    The `@metamask/transaction-controller` package has been updated from v32 to
    v34. The `@metamask/user-operation-controller` package had to be bumped as
    well to avoid new peer dependency warnings.
    
    Primarily the only breaking changes in these ranges were peer dependency
    updates and an update to the minimum supported Node.js version. The new
    peer dependencies did not introduce any new warnings, they are all met. This
    update has resolved some pre-existing peer dependency warnings.
    
    The only functional change required was this update to the
    TransactionController in v33.0.0:
    
    ```
    - **BREAKING:** The `TransactionController` messenger must now allow the `AccountsController:getSelectedAccount` action ([#4244](MetaMask/core#4244))
    
    ...
    
    - **BREAKING:** Remove `getSelectedAddress` option from `TransactionController` ([#4244](MetaMask/core#4244))
      - The AccountsController is used to get the currently selected address automatically.
    ```
    
    That change has been applied.
    
    See the full changelogs here:
    * [`@metamask/transaction-controller`](https://github.com/MetaMask/core/blob/%40metamask/transaction-controller%4034.0.0/packages/transaction-controller/CHANGELOG.md)
    * [`@metamask/user-operation-controller`](https://github.com/MetaMask/core/blob/%40metamask/user-operation-controller%4013.0.0/packages/user-operation-controller/CHANGELOG.md)
    
    This helps unblock #9372
    Gudahtt committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a074a67 View commit details
    Browse the repository at this point in the history
  2. Update LavaMoat policies

    metamaskbot committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c75ac22 View commit details
    Browse the repository at this point in the history