Skip to content

107.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 23:10
eede60b

@metamask/accounts-controller 8.0.0

Changed

  • BREAKING: Bump @metamask/keyring-controller to ^12.0.0

@metamask/assets-controllers 24.0.0

Added

  • Add getDefaultTokenListState function to TokenListController (#3744)
  • Add getDefaultNftState function to the NftController (#3742)
  • Add getDefaultTokensState function to the TokensController (#3743)

Changed

  • BREAKING: Bump @metamask/preferences-controller to ^6.0.0
  • Price API perf improvements (#3753, #3755)
    • Reduce token batch size from 100 to 30
    • Sort token addresses in query params for more cache hits

@metamask/keyring-controller 12.0.0

Changed

  • BREAKING: Bump @metamask/preferences-controller to ^6.0.0

@metamask/preferences-controller 6.0.0

Added

  • Added getDefaultPreferencesState function (#3736)

Changed

  • BREAKING Clean up types (#3712)
    • Replace ContactEntry interface with Identity type
    • Convert PreferencesState from an interface to a type
  • BREAKING: Convert to BaseControllerV2 (#3713)
    • The constructor parameters have changed; rather than accepting an empty "config" parameter and a "state" parameter, there is now just a single object for all constructor arguments. This object has a mandatory messenger and an optional state property.
    • Additional type exports have been added for the controller messenger and associated types

@metamask/signature-controller 10.0.0

Changed

  • BREAKING: Bump @metamask/keyring-controller to ^12.0.0