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 4.5.2: Embarrassed Emu

Published by kumavis over 6 years ago

  • Fix overly strict validation where transactions were rejected with hex encoded "chainId"
metamask-extension - Version 4.5.1: Euphemistic Eucalyptus

Published by kumavis over 6 years ago

  • Fix default network (should be mainnet not Rinkeby)
  • Fix Sentry automated error reporting endpoint
metamask-extension - Version 4.5.0: Epicurean Echidna

Published by kumavis over 6 years ago

  • (beta ui) Internationalization: Select your preferred language in the settings screen
  • Internationalization: various locale improvements
  • Fix bug where the "Reset account" feature would not clear the network cache.
  • Increase maximum gas limit, to allow very gas heavy transactions, since block gas limits have been stable.
metamask-extension - Version 4.4.0: Dapper Dingo

Published by kumavis over 6 years ago

  • Internationalization: Taiwanese, Thai, Slovenian
  • Fixes bug where MetaMask would not open once its storage grew too large.
  • Updates design of new-ui Add Token screen
  • New-ui can send to ens addresses
  • Update new-ui button styles
  • Signed-type-data notification handles long messages
  • Popup extension in new-ui uses new on-boarding designs
  • Buy ether step of new-ui on-boarding uses new buy ether modal designs
metamask-extension - Version 4.3.0: Cultural Caracal

Published by kumavis over 6 years ago

  • (beta) Add internationalization support! Includes translations for 13 (!!) new languages: French, Spanish, Italian, German, Dutch, Portuguese, Japanese, Korean, Vietnamese, Mandarin, Hindi, Tagalog, and Russian! Select "Try Beta" in the menu to take them for a spin. Read more about the community effort here
  • No longer uses nonces specified by the dapp
  • Will now throw an error if the to field in txParams is not valid.
  • Will strip null values from the to field.
  • (beta) No longer shows token confirmation screen when performing a non-send
  • (beta) Fixes bug where tx data was nullified when repricing a tx
  • Fix flashing Login screen after logging in or restoring from seed phrase.
  • Increase tap areas for menu buttons on mobile
  • Change all fonts in new-ui onboarding to Roboto, size 400
  • Add a welcome screen to new-ui onboarding flow
  • Make new-ui create password screen responsive
  • Hide network dropdown before account is initialized
  • Fix bug that could prevent MetaMask from saving the latest vault.
metamask-extension - Version 4.2.0: Blazing Baboon

Published by kumavis over 6 years ago

  • Replace "Loose" wording to "Imported".
  • Replace "Unlock" wording with "Log In".
  • Add Imported Account disclaimer.
  • Allow adding custom tokens to classic ui when balance is 0
  • Allow editing of symbol and decimal info when adding custom token in new-ui
  • NewUI shapeshift form can select all coins (not just BTC)
  • Add most of Microsoft Edge support.
metamask-extension - Version 4.1.3: Alphabetical Armadillo

Published by kumavis over 6 years ago

  • Ensure MetaMask's inpage provider is named MetamaskInpageProvider to keep some sites from breaking.
  • Add retry transaction button back into classic ui.
metamask-extension - Version 4.1.2: Apologetic Apex Predator

Published by kumavis over 6 years ago

  • Actually includes all the fixes mentioned in 4.1.1 (sorry)
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.