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

Update controller packages to match core v42 #6125

Merged
merged 1 commit into from
May 9, 2023
Merged

Commits on May 8, 2023

  1. Update controller packages to match core v42

    Most controller packages have been updated to the versions included in
    the core monorepo v42 release. The keyring controller was the only
    package held back, due to the BigInt incompatibility.
    
    The breaking change for most of these updates was related to the
    removal of the `isomorphic-fetch` package. That package would polyfill
    the `fetch` API if it wasn't present. It's not a breaking change for
    mobile because mobile already includes its own polyfill for the `fetch`
    API.
    
    The only other breaking change is to the gas fee controller, which has
    made a constructor parameter required rather than optional. This does
    not affect mobile because mobile already sets that parameter..
    
    See here for the release notes for each updated controller: https://github.com/MetaMask/core/releases/tag/v42.0.0
    
    This progresses MetaMask/mobile-planning#798
    Gudahtt committed May 8, 2023
    Configuration menu
    Copy the full SHA
    33bb454 View commit details
    Browse the repository at this point in the history