Skip to content

Version 10.23.0

Compare
Choose a tag to compare
@metamaskbot metamaskbot released this 06 Dec 21:17
6af3f9a

Added

  • Add Picker Network Component (#16340)
  • Add Button component, unifying primary, secondary and link buttons(#16305)
  • Add Button Icon component (#16277)
  • Swaps: enable Swaps functionality on Arbitrum and Optimism networks (#16396)
  • [FLASK] Add snap cronjobs (#16239)

Changed

  • Replace every Address value by the Address component on SignTypedData v4 Signature screen (#16018)
  • Update Address component on Transaction data screen by displaying Account name, Contact name, or Contract name when corresponds (#15888)
  • Bump @metamask/providers from 10.0.0 to 10.2.0 (#16361)
  • [FLASK] BREAKING: Snaps no longer automatically receive a Buffer polyfill (#16394)
    • To work around this you can either use typed arrays or include a polyfill yourself.
  • [FLASK] BREAKING: Snap RPC methods now use @metamask/key-tree@6.0.0 (#16394)
    • In the new version, all hexadecimal values are prefixed with 0x
    • All fields containing the word Buffer has also been renamed to Bytes
    • Please update your snap to use the latest version

Fixed

  • Fix Settings Search pointing into the incorrect row for Token Detection entry (#16407)
  • Fix Balance not updating when using a duplicated chainId network (#14245)
  • [FLASK] Fix an issue with updating snaps that require certain permissions (#16473)
  • [FLASK] Fix some issues with installing snaps that request eth_accounts (#16365)
  • [FLASK] Catch and display errors in snaps insight (#16416)