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.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.
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.