Releases: MetaMask/metamask-extension
Releases · MetaMask/metamask-extension
Version 3.7.8: Gaseous Gazorpazorpfield
- Add a
ethereum:
prefix to the QR code address - The default network on installation is now MainNet
- Fix currency API URL from cryptonator.
- Update gasLimit params with every new block seen.
Version 3.7.7: Tap-dancing Tabby
- Fix bug where metamask would show old data after computer being asleep or disconnected from the internet.
Version 3.7.6: Solipsistic Sphynx
- Fix bug that prevented publishing contracts.
Version 3.7.5: Sympathetic Sphynx
- Prevent users from sending to the
0x0
address. - Provide useful errors when entering bad characters in ENS name.
- Add ability to copy addresses from transaction confirmation view.
Version 3.7.4: Jubilent Jaguar
- Fix bug with inflight cache that caused some block lookups to return bad values (affected OasisDex).
- Fixed bug with gas limit calculation that would sometimes create unsubmittable gas limits.
Version 3.7.3: Leaping Leoppard
- Rebuilt to fix cache clearing bug.
Version 3.7.2: Prowling Puma
- Now when switching networks sites that use web3 will reload
- Now when switching networks the extension does not restart
- Cleanup decimal bugs in our gas inputs.
- Fix bug where submit button was enabled for invalid gas inputs.
- Now enforce 95% of block's gasLimit to protect users.
- Removing provider-engine from the inpage provider. This fixes some error handling inconsistencies introduced in 3.7.0.
- Added "inflight cache", which prevents identical requests from clogging up the network, dramatically improving ENS performance.
- Fixed bug where filter subscriptions would sometimes fail to unsubscribe.
- Some contracts will now display logos instead of jazzicons.
- Some contracts will now have names displayed in the confirmation view.
Version 3.7.0: Hasty Hellcat
- Fix bug where website filters would pile up and not deallocate when leaving a site.
- Continually resubmit pending txs for a period of time to ensure successful broadcast.
- Add Transaction Number (nonce) to transaction list.
- Label the pending tx icon with a tooltip.
- ENS names will no longer resolve to their owner if no resolver is set. Resolvers must be explicitly set and configured.
Version 3.6.5: Efficacious Elephantulus
- Fix bug where edited gas parameters would not take effect.
- Fix bug where decimals in gas inputs could result in strange values.
- Fix event filter bug introduced by newer versions of Geth.
- Trim currency list.
Version 3.6.4: Perseverent Pachycephalosaurus
- Fix main-net ENS resolution.