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.6.2: Persnickety Pachycephalosaurus

Published by danfinlay over 7 years ago

  • Input gas price in Gwei.
  • Enforce Safe Gas Minimum recommended by EthGasStation.
  • Fix bug where block-tracker could stop polling for new blocks.
  • Reduce UI size by removing internal web3.
  • Fix bug where gas parameters would not properly update on adjustment.
metamask-extension - Version 3.6.1: Photogenic Pachyderm

Published by danfinlay over 7 years ago

  • Made fox less nosy.
  • Fix bug where error was reported in debugger console when Chrome opened a new window.
  • Fix bug where block-tracker could stop polling for new blocks.
metamask-extension - Version 3.6.0: Electric Elephant

Published by danfinlay over 7 years ago

  • Add Rinkeby Test Network to our network list.
metamask-extension - Version 3.5.4: Pelagic Queen

Published by danfinlay over 7 years ago

  • Fix occasional nonce tracking issue.
  • Fix bug where some events would not be emitted by web3.
  • Fix bug where an error would be thrown when composing signatures for networks with large ID values.
metamask-extension - Version 3.5.3: Pelagic King

Published by danfinlay over 7 years ago

  • Popup new transactions in Firefox.
  • Fix transition issue from account detail screen.
  • Revise buy screen for more modularity.
  • Fixed some other small bugs.
metamask-extension - Version 3.5.2: Holy Mackerel

Published by danfinlay over 7 years ago

  • Fix bug where gas estimate totals were sometimes wrong.
  • Add link to Kovan Test Faucet instructions on buy view.
  • Inject web3 into loaded iFrames, fixes browser solidity issue.
metamask-extension - Version 3.5.1: Sane Saba

Published by danfinlay over 7 years ago

  • Fix edge case where users were unable to enable the notice button if notices were short enough to not require a scrollbar.
metamask-extension - Version 3.5.0: Oily Oilfish

Published by danfinlay over 7 years ago

  • Add Kovan as an option on our network list.
  • Enforce minimum values for gas price and gas limit.
  • Add better error messages for when a transaction fails on approval
  • Allow sending to ENS names in send form on Ropsten.
  • Added an address book functionality that remembers the last 15 unique addresses sent to.
  • Can now change network to custom RPC URL from lock screen.
  • Removed support for old, lightwallet based vault. Users who have not opened app in over a month will need to recover with their seed phrase. This will allow faster loading and Firefox support sooner.
  • Fixed bug where spinner wouldn't disappear on incorrect password submission on seed word reveal.
  • Polish the private key UI.
  • Fix bug where total gas was sometimes not live-updated.
  • Fix bug where editing gas value could have some abrupt behaviors (#1233)
  • Fixed bug where transactions on other networks would disappear when submitting a transaction on another network.
metamask-extension - Version 3.4.0: Transient Triggerfish

Published by danfinlay over 7 years ago

  • Add two most recently used custom RPCs to network dropdown menu.
  • Add personal_sign method support.
  • Add personal_ecRecover method support.
  • Add ability to customize gas and gasPrice on the transaction approval screen.
  • Increase default gas buffer to 1.5x estimated gas value.
metamask-extension - Version 3.3.0: Pickled Plecostomus

Published by danfinlay over 7 years ago

  • Network now changeable from lock screen.
  • Test suite for migrations expanded.
  • Improve test coverage of eth.sign behavior, including a code example of verifying a signature.
  • web3.net.version has been made available synchronously.
metamask-extension - Version 3.2.2: Glorious Grouper

Published by danfinlay over 7 years ago

metamask-extension - Version 3.2.1: Gratuitous Guppy

Published by danfinlay over 7 years ago

  • Fixed some build errors that were causing a variety of bugs.
metamask-extension - Version 3.2.0: Glorious Guppy

Published by danfinlay over 7 years ago

  • Includes a major restructuring of how messages are passed internally, so many bugs should be fixed! (Hopefully not created!)
  • Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!)
  • Fix unapproved messages not being included in extension badge.
  • Fix rendering bug where the Confirm transaction view would lets you approve transactions when the account has insufficient balance.
  • Fixed message signing.
metamask-extension - Version 3.1.2: Crawling Crawfish

Published by kumavis over 7 years ago

BugFix: When clicking "New Account" it would sometimes select the wrong keychain.

metamask-extension - Version 3.1.1: Curmudgeonly Conch

Published by kumavis almost 8 years ago

Fixed bug where that stubborn little fox would not let go of its seed phrase.

metamask-extension - Version 3.1.0: Obvious Octopus

Published by danfinlay almost 8 years ago

  • Add ability to import accounts by private key.
  • Fixed bug that returned the wrong transaction hashes on private networks that had not implemented EIP 155 replay protection (like TestRPC).
metamask-extension - Version 3.0.1: Squirting Squid

Published by danfinlay almost 8 years ago

Much like a squid emits ink when scared, this quick patch fixes MetaMask's ability to sign messages.

  • Fixed bugs that prevented eth.sign from working.
metamask-extension - Version 3.0.0: Coy Cuttlefish

Published by danfinlay almost 8 years ago

A long time in the making, Version 3.0.0: Coy Cuttlefish includes some major changes under the hood, that will allow some very cool things in the near future! (Importing accounts! Multiple account types!)

For now, we're publishing this work, packed full of bug fixes and enhancements, and we think you'll find MetaMask to be working smoother than ever!

This is a major version bump, because we've changed how we generate accounts under the hood, and although we're temporarily migrating the old type of accounts, eventually MetaMask users with older types of accounts will not be compatible with the latest version, when we remove a lot of excess code.

All you have to do is sign into your metamask account with this new version sometime in the next several months, and your account will be automatically updated to use much more efficient code, that will eventually speed up MetaMask even more!

You can learn more in our blog post here.

  • Fix seed word account generation (https://medium.com/metamask/metamask-3-migration-guide-914b79533cdd#.t4i1qmmsz).
  • Fix memory leak in RPC Cache, should improve some performance issues.
  • Create visible difference in transaction history between transactions that are approved but not yet included in a block, and ones that have been confirmed.
  • Current network now displayed for pending transactions.
  • Fix Bug where you see a empty transaction flash by on the confirm transaction view.
  • Override RPC commands eth_syncing and web3_clientVersion
  • Remove certain non-essential permissions from Chrome builds (copy/paste).
  • Add a check for when a transaction is included in a block.
  • Fix bug where browser-solidity would sometimes warn of a contract creation error when there was none.
  • Implement replay attack protections allowed by EIP 155.
  • Fix bug where sometimes loading account data would fail by querying a future block.
  • Minor modifications to network display.
metamask-extension - Version 2.14.1: Pronouncing Polar-Bear

Published by danfinlay almost 8 years ago

  • Temporarily disable extension reload detection causing infinite reload bug.
metamask-extension - Version 2.14.0: Proclaiming Pidgeon

Published by danfinlay almost 8 years ago

  • Removed Morden testnet provider from provider menu.
  • Add support for notices.
  • Fix broken reload detection.
  • Fix transaction forever cached-as-pending bug.