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 4.1.1: Ardent Aardvark

Published by kumavis over 6 years ago

  • Fix "Add Token" screen referencing missing token logo urls
  • Prevent user from switching network during signature request
  • Fix misleading language "Contract Published" -> "Contract Deployment"
  • Fix cancel button on "Buy Eth" screen
  • Improve new-ui onboarding flow style
metamask-extension - Version 3.14.2: Pie Plus One

Published by kumavis over 6 years ago

  • Fix bug where log subscriptions would break when switching network.
  • Fix bug where storage values were cached across blocks.
  • Add MetaMask light client testing container
metamask-extension - Version 4.1.0: Adventurous Alpaca

Published by tmashuang over 6 years ago

  • Report failed txs to Sentry with more specific message
  • Fix internal feature flags being sometimes undefined
  • Standardized license to MIT
  • Introduce new MetaMask user interface.
metamask-extension - Version 3.14.1: Pie Pie Pie!

Published by danfinlay over 6 years ago

  • Removed unneeded data from storage
  • Add a "reset account" feature to Settings
  • Add warning for importing some kinds of files.
  • Scrollable Setting view for Firefox.
metamask-extension - Version 3.13.8

Published by tmashuang over 6 years ago

  • Fix provider for Kovan network.
  • Bump limit for EventEmitter listeners before warning.
metamask-extension - Version 3.13.7

Published by danfinlay over 6 years ago

  • Add ability to bypass gas estimation loading indicator.
  • Forward failed transactions to Sentry error reporting service
  • Re-add changes from 3.13.5
metamask-extension - Version 3.13.6

Published by danfinlay almost 7 years ago

  • Version bumped 3.13.4 to roll back the REST provider after a bug was found in 3.13.5.
metamask-extension - Version 3.13.5

Published by danfinlay almost 7 years ago

  • Estimating gas limit for simple ether sends now faster & cheaper, by avoiding VM usage on recipients with no code.
  • Add an extra px to address for Firefox clipping.
  • Fix Firefox scrollbar.
  • Open metamask popup for transaction confirmation before gas estimation finishes and add a loading screen over transaction confirmation.
  • Fix bug that prevented eth_signTypedData from signing bytes.
  • Further improve gas price estimation.
metamask-extension - Version 3.13.4: Happy New Year 2!

Published by danfinlay almost 7 years ago

  • Remove recipient field if application initializes a tx with an empty string, or 0x, and tx data. Throw an error with the same condition, but without tx data.
  • Improve gas price suggestion to be closer to the lowest that will be accepted.
  • Throw an error if a application tries to submit a tx whose value is a decimal, and inform that it should be in wei.
  • Fix bug that prevented updating custom token details.
  • No longer mark long-pending transactions as failed, since we now have button to retry with higher gas.
  • Fix rounding error when specifying an ether amount that has too much precision.
  • Fix bug where incorrectly inputting seed phrase would prevent any future attempts from succeeding.
metamask-extension - Version 3.13.3

Published by danfinlay almost 7 years ago

  • Show tokens that are held that have no balance.
  • Reduce load on Infura by using a new block polling endpoint.
metamask-extension - Version 3.13.2: Lazy Lasagna

Published by danfinlay almost 7 years ago

  • Reduce new block polling interval to 8000 ms, to ease server load.
metamask-extension - Version 3.13.1: Persistent Puss

Published by kumavis almost 7 years ago

  • Allow Dapps to specify a transaction nonce, allowing dapps to propose resubmit and force-cancel transactions.
metamask-extension - Version 3.13.0: Cryptic Kitten

Published by danfinlay almost 7 years ago

  • Allow resubmitting transactions that are taking long to complete.
metamask-extension - Version 3.12.1

Published by danfinlay almost 7 years ago

  • Fix bug where a user could be shown two different seed phrases. (Read more)[https://medium.com/metamask/seed-phrase-issue-bounty-awarded-e1986e811021)
  • Detect when multiple web3 extensions are active, and provide useful error.
  • Adds notice about seed phrase backup.
  • Fix bug where dapps would not reload when network was changed.
  • Fix memory leak that would lead to browser slow-downs over time.
  • Fixed bug where sometimes Dapps in development would be unable to retrieve new events.
metamask-extension - Version 3.12.0

Published by kumavis almost 7 years ago

  • Add support for alternative ENS TLDs (Ethereum Name Service Top-Level Domains).
  • Lower minimum gas price to 0.1 GWEI.
  • Remove web3 injection message from production (thanks to @ChainsawBaby)
metamask-extension - Version 3.11.2

Published by danfinlay about 7 years ago

  • Fix bug where reject button would sometimes not work.
  • Fixed bug where sometimes MetaMask's connection to a page would be unreliable.
metamask-extension - Version 3.11.1

Published by danfinlay about 7 years ago

  • Fix bug where log filters were not populated correctly
  • Fix bug where web3 API was sometimes injected after the page loaded.
  • Fix bug where first account was sometimes not selected correctly after creating or restoring a vault.
  • Fix bug where imported accounts could not use new eth_signTypedData method.
metamask-extension - Version 3.11.0

Published by danfinlay about 7 years ago

  • 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.
metamask-extension - Version 3.10.9

Published by danfinlay about 7 years ago

  • 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
metamask-extension - Version 3.10.8

Published by danfinlay about 7 years ago

  • Fixed usage of new Infura currency fetching API.