Skip to content

Version 10.2.0

Compare
Choose a tag to compare
@metamaskbot metamaskbot released this 01 Oct 21:37
853b4fb

Added

  • #12066: Enable token conversion rates for primary currencies on some non-Mainnet networks
  • #12110: Enable search tab on "Import Tokens" page on supported custom networks
    • Tab will be hidden when the Use Token Detection setting is disabled
  • #11798: Add warning about fake tokens, and rename Add Token page to Import Tokens
  • #11755: Add Refresh list button to the main page
    • This button is shown only when the Use Token Detection setting is disabled
  • #11851: Add Token Detection toggle to experimental settings
    • This feature is experimental and is off by default, when enabled, it will add auto-detected tokens to a user's asset list
  • #12042: Add Max Fee Per Gas to transaction breakdown
  • #11999: Add eth_feeHistory to API callable by dapps
  • #11849: Add subtitles for additional languages (Secret Recovery Phrase Video)
  • #11772: Add tooltip to better explain possible effects of setting gas fees below MetaMask's estimates
  • #11796: Add "Max fee" label to maximum fee amount in edit gas display

Changed

  • #12019: Show the user's address book name for a contract, instead of the contract address, when on the confirmation screen
  • #11915: Improved time to see Swaps quotes
  • #11802: Display the correct currency symbol in function type label for simple send transactions on custom networks
  • #11982: Sort contacts alphabetically within each letter group in the contact list.
  • #12000: Include the blocked URL in the link to report an incorrectly blocked page.
  • #11964: Disable spell-check in the address input
  • #12013: Improving warning text for eth_sign transactions
  • #11945: Send user to account page upon adding a custom network
  • #11895: Update header on Send page from Add Recipient -> Send to
  • #11850: Use "Secret Recovery Phrase" text throughout the onboarding flow
  • #11795: Autofocus the Amount field on the Send screen
  • #11889: Improve gas controls descriptions
  • #11805: Update tooltip text for gas fees to avoid referring to custom networks as "Ethereum".
  • #11845: Wrapping and unwrapping native currencies (e.g. ETH -> WETH) through Swaps now uses the wrapping contracts directly
  • #12056: Improve the text for the "Cancel Edit" button, and allow rejecting the transaction from the Edit screen.
  • #12098: Scroll down to show all fields when "Advanced options" is toggled in the advanced gas options
  • #11944: Improve the "Import account" page layout

Fixed

  • #12140: Prevent the user from entering more than 15 significant digits in numeric fields, such as Max Priority Fee
    • Previously, entering more than 15 significant digits would result in an error.
  • #12169: Fix handling of erroneous ERC-20 Token amount on the confirmation screen
    • Previously, if you entered a token amount with too many decimal places, it would corrupt the token amount in the transaction. Now we truncate any decimals beyond what the token allows instead.
  • #12074: Prevent the addition of a duplicate, zero-balance account after importing a wallet with seed phrase
  • #11967: Fix the display of long contact names on the contact settings pages.
  • #12122: Ensure failed speedups don't prevent further speedup attempts, and hide the Base Fee and Priority Fee fields when we don't have that information
  • #11963: Show scrollbar in the accounts menu
    • This makes the accounts list scrollable for users with no mouse scroll wheel.
  • #12058: Fix clipping issue with long network names in the network dropdown
  • #12039: Add missing padding at the bottom of the custom network form in the popup view
  • #11890: Fix alignment of horizontal line shown under gas recommendations
  • #12244: Fix form prefilling with values on the Build Quote page [Swaps]