metamask-extension

The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

OTHER License

Stars
11.4K
Committers
494

Bot releases are visible (Hide)

metamask-extension - Version 3.9.9

Published by danfinlay about 7 years ago

  • Fix bug where some transaction submission errors would show an empty screen.
  • Fix bug that could mis-render token balances when very small.
  • Fix formatting of eth_sign "Sign Message" view.
  • Add deprecation warning to eth_sign "Sign Message" view.
metamask-extension - Version 3.9.8

Published by danfinlay about 7 years ago

  • Reenable token list.
  • Remove default tokens.
metamask-extension - Version 3.9.7

Published by kumavis about 7 years ago

metamask-extension - Version 3.9.6

Published by kumavis about 7 years ago

  • Replace account screen with an account drop-down menu.
  • Replace account buttons with a new account-specific drop-down menu.
metamask-extension - Version 3.9.5

Published by kumavis about 7 years ago

  • Improved phishing detection configuration update rate
metamask-extension - Version 3.9.4

Published by kumavis about 7 years ago

  • Fixed bug that prevented transactions from being rejected.
metamask-extension - Version 3.9.3

Published by kumavis about 7 years ago

  • Add support for EGO uport token
  • Continuously update blacklist for known phishing sites in background.
  • Automatically detect suspicious URLs too similar to common phishing targets, and blacklist them.
metamask-extension - Version 3.9.2

Published by danfinlay about 7 years ago

  • Fix bugs that could sometimes result in failed transactions after switching networks.
  • Include stack traces in txMeta's to better understand the life cycle of transactions.
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.