Skip to content

69.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:01
· 5218 commits to main since this release
6ccdc08

@metamask/assets-controllers 11.0.1

Changed

  • Replace eth-query ^2.1.2 with @metamask/eth-query ^3.0.1 (#1546)

@metamask/controller-utils 4.3.1

Changed

  • Replace eth-query ^2.1.2 with @metamask/eth-query ^3.0.1 (#1546)

@metamask/gas-fee-controller 6.1.1

Uncategorized

  • Replace eth-query ^2.1.2 with @metamask/eth-query ^3.0.1 (#1546)

@metamask/network-controller 12.0.0

Added

  • Add NetworksMetadata type (#1559)

Changed

  • BREAKING: Remove NetworkDetails type in favor of NetworkMetadata (#1559)
    • This new type includes NetworkDetails plus a status property
  • BREAKING: Add networksMetadata to state (#1559)
    • Consumers will need to add a migration. The data for this property can be constructed by looping over the values in InfuraNetworkType from @metamask/controller-utils plus the network configuration IDs in the state property networkConfigurations and setting each value to { status: "unknown", EIPS: {} }.
  • BREAKING: Add selectedNetworkClientId to state (#1548)
    • Consumers will need to add a migration. This property should be set to either providerConfig.type or providerConfig.id.
  • Update getEIP1559Compatibility to return undefined when the latest block is unavailable (#1457)
  • Replace eth-query ^2.1.2 with @metamask/eth-query ^3.0.1 (#1546)

Removed

  • BREAKING: Remove networkDetails from state (#1559)
    • The data in this state property has been merged into the new networksMetadata state property; each value in this object contains an EIPS property.

@metamask/transaction-controller 8.0.1

Changed

  • Replace eth-query ^2.1.2 with @metamask/eth-query ^3.0.1 (#1546)