metamask-extension

The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

OTHER License

Stars
11.4K
Committers
494

Bot releases are hidden (Show)

metamask-extension - Version 3.9.1

Published by danfinlay over 7 years ago

  • No longer automatically request 1 ropsten ether for the first account in a new vault.
  • Now redirects from known malicious sites faster.
  • Added a link to our new support page to the help screen.
  • Fixed bug where a new transaction would be shown over the current transaction, creating a possible timing attack against user confirmation.
  • Fixed bug in nonce tracker where an incorrect nonce would be calculated.
  • Lowered minimum gas price to 1 Gwei.
metamask-extension - Version 3.9.0

Published by danfinlay over 7 years ago

  • Now detects and blocks known phishing sites.
metamask-extension - Version 3.8.6: Resilient Red

Published by danfinlay over 7 years ago

  • Make transaction resubmission more resilient.
  • No longer validate nonce client-side in retry loop.
  • Fix bug where insufficient balance error was sometimes shown on successful transactions.
metamask-extension - Version 3.8.5

Published by kumavis over 7 years ago

MetaMask 3.8.5 now published to the Chrome Store! It should auto-update soon!
2017-7-7

  • Fix transaction resubmit logic to fail slightly less eagerly.
metamask-extension - Version 3.8.4: Recoiling Red

Published by danfinlay over 7 years ago

  • Improve transaction resubmit logic to fail more eagerly when a user would expect it to.
metamask-extension - Version 3.8.3: Grey Gray Fox

Published by danfinlay over 7 years ago

  • Re-enable default token list.
  • Add origin header to dapp-bound requests to allow providers to throttle sites.
  • Fix bug that could sometimes resubmit a transaction that had been stalled due to low balance after balance was restored.
metamask-extension - Version 3.8.2: Visual Vulpes

Published by danfinlay over 7 years ago

  • No longer show network loading indication on config screen, to allow selecting custom RPCs.
  • Visually indicate that network spinner is a menu.
  • Indicate what network is being searched for when disconnected.
metamask-extension - Version 3.8.1: Conscious Corsac

Published by danfinlay over 7 years ago

  • Temporarily disabled loading popular tokens by default to improve performance.
  • Remove SEND token button until a better token sending form can be built, due to some precision issues.
  • Fix precision bug in token balances.
  • Cache token symbol and precisions to reduce network load.
  • Transpile some newer JavaScript, restores compatibility with some older browsers.
metamask-extension - Version 3.8.0: Frolicking Fennec

Published by danfinlay over 7 years ago

  • No longer stop rebroadcasting transactions
  • Add list of popular tokens held to the account detail view.
  • Add ability to add Tokens to token list.
  • Add a warning to JSON file import.
  • Add "send" link to token list, which goes to TokenFactory.
  • Fix bug where slowly mined txs would sometimes be incorrectly marked as failed.
  • Fix bug where badge count did not reflect personal_sign pending messages.
  • Seed word confirmation wording is now scarier.
  • Fix error for invalid seed words.
  • Allow Dapps to specify gas price as hex string.
  • Add button for copying state logs to clipboard.
metamask-extension - Version 3.7.8: Gaseous Gazorpazorpfield

Published by danfinlay over 7 years ago

  • 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.
metamask-extension - Version 3.7.7: Tap-dancing Tabby

Published by danfinlay over 7 years ago

  • Fix bug where metamask would show old data after computer being asleep or disconnected from the internet.
metamask-extension - Version 3.7.6: Solipsistic Sphynx

Published by danfinlay over 7 years ago

  • Fix bug that prevented publishing contracts.
metamask-extension - Version 3.7.5: Sympathetic Sphynx

Published by danfinlay over 7 years ago

  • 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.
metamask-extension - Version 3.7.4: Jubilent Jaguar

Published by danfinlay over 7 years ago

  • 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.
metamask-extension - Version 3.7.3: Leaping Leoppard

Published by danfinlay over 7 years ago

  • Rebuilt to fix cache clearing bug.
metamask-extension - Version 3.7.2: Prowling Puma

Published by danfinlay over 7 years ago

  • 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.
metamask-extension - Version 3.7.0: Hasty Hellcat

Published by danfinlay over 7 years ago

  • 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.
metamask-extension - Version 3.6.5: Efficacious Elephantulus

Published by danfinlay over 7 years ago

  • 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.
metamask-extension - Version 3.6.4: Perseverent Pachycephalosaurus

Published by danfinlay over 7 years ago

  • Fix main-net ENS resolution.
metamask-extension - Version 3.6.3: Persnackety Pachycephalosaurus

Published by danfinlay over 7 years ago

  • Fix bug that could stop newer versions of Geth from working with MetaMask.