Skip to content

1208.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 21:11
77691f7

@metamask/assets-controller 14.0.1

Changed

  • Bump @metamask/phishing-controller from ^17.3.1 to ^17.4.0 (#9957)
  • Bump @metamask/remote-feature-flag-controller from ^5.0.0 to ^6.0.0 (#9945)
  • Bump @metamask/assets-controllers from ^111.1.1 to ^111.1.2 (#9960)
  • Bump @metamask/core-backend from ^8.1.2 to ^9.0.0 (#9960)
  • Bump @metamask/transaction-controller from ^69.5.2 to ^69.6.0 (#9960)

Fixed

  • Read token balances from the flat Accounts API v6 balances response (#9911)
  • Fix AccountsApiDataSource polling being served stale cached balances on roughly every other tick, since the 60s balances cache outlived the 30s poll interval (#9926)

@metamask/assets-controllers 111.1.2

Changed

  • Bump @metamask/phishing-controller from ^17.3.1 to ^17.4.0 (#9957)
  • Bump @metamask/network-enablement-controller from ^6.0.3 to ^6.0.4 (#9923)
  • Bump @metamask/remote-feature-flag-controller from ^5.0.0 to ^6.0.0 (#9945)
  • Bump @metamask/core-backend from ^8.1.2 to ^9.0.0 (#9960)
  • Bump @metamask/transaction-controller from ^69.5.2 to ^69.6.0 (#9960)

Fixed

  • Read DeFi balances from the flat Accounts API v6 balances response (#9911)

@metamask/client-utils 2.1.1

Changed

  • Bump @metamask/core-backend from ^8.1.2 to ^9.0.0 (#9960)
  • Bump @metamask/transaction-controller from ^69.5.2 to ^69.6.0 (#9960)

@metamask/core-backend 9.0.0

Changed

  • BREAKING: Align the Accounts API v6 balance response types with the flat /v6/multiaccount/balances response: V6BalancesResponse.accounts is replaced by balances, V6BalanceItem now includes accountId, object, and type, V6BalanceMetadata.protocolIconUrl is optional, processingDefiPositions is now an optional response-level array of CAIP-10 account IDs, and V6AccountBalancesEntry is removed (#9911)
  • Bump @metamask/remote-feature-flag-controller from ^5.0.0 to ^6.0.0 (#9945)

@metamask/transaction-controller 69.6.0

Changed

  • Bump @metamask/core-backend from ^8.1.1 to 9.0.0 (#9886, #9960)
  • Extend isSimulationEnabled option to accept an optional TransactionMeta argument, enabling callback consumers to inspect the relevant transaction (#9800)
  • Bump @metamask/remote-feature-flag-controller from ^5.0.0 to ^6.0.0 (#9945)