Skip to content

Releases: MetaMask/metamask-extension

Version 3.11.0

11 Oct 20:01

Choose a tag to compare

  • Add support for new eth_signTypedData method per EIP 712.
  • Fix bug where some transactions would be shown as pending forever, even after successfully mined.
  • Fix bug where a transaction might be shown as pending forever if another tx with the same nonce was mined.
  • Fix link to support article on token addresses.

Version 3.10.9

05 Oct 19:52

Choose a tag to compare

  • Only rebrodcast transactions for a day not a days worth of blocks
  • Remove Slack link from info page, since it is a big phishing target.
  • Stop computing balance based on pending transactions, to avoid edge case where users are unable to send transactions.
  • Other assorted fixes

Version 3.10.8

30 Sep 04:08

Choose a tag to compare

  • Fixed usage of new Infura currency fetching API.

Version 3.10.7

29 Sep 20:27

Choose a tag to compare

  • Fixed bug where sometimes the current account was not correctly set and exposed to web apps.
  • Added AUD, HKD, SGD, IDR, PHP to currency conversion list

Version 3.10.6

27 Sep 22:46

Choose a tag to compare

  • Fix bug where newly created accounts were not selected.
  • Fix bug where selected account was not persisted between lockings.

Version 3.10.5

27 Sep 21:25

Choose a tag to compare

  • Fix block gas limit estimation.

Version 3.10.4

27 Sep 18:22

Choose a tag to compare

  • Fix bug that could mis-render token balances when very small. (Not actually included in 3.9.9)
  • Fix memory leak warning.
  • Fix bug where new event filters would not include historical events.

Version 3.10.3

21 Sep 18:48

Choose a tag to compare

  • Fix bug where metamask-dapp connections are lost on rpc error
  • Fix bug that would sometimes display transactions as failed that could be successfully mined.

Version 3.10.2

19 Sep 05:37

Choose a tag to compare

rollback to v3.10.0 until issue can be diagnosed

Version 3.10.1

18 Sep 18:56

Choose a tag to compare

  • Add ability to export private keys as a file.
  • Add ability to export seed words as a file.
  • Changed state logs to a file download than a clipboard copy.
  • Add specific error for failed recipient address checksum.
  • Fixed a long standing memory leak associated with filters installed by dapps
  • Fix link to support center.
  • Fixed tooltip icon locations to avoid overflow.
  • Warn users when a dapp proposes a high gas limit (90% of blockGasLimit or higher)