1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Version 2.13.1

This commit is contained in:
Dan Finlay 2016-09-23 10:45:28 +08:00
parent 2b1a8525d2
commit b6bbe2d7e8
3 changed files with 7 additions and 3 deletions

View File

@ -2,13 +2,17 @@
## Current Master
## 2.13.1 2016-09-23
- Fix a bug with estimating gas on Parity
- Show loading indication when selecting ShapeShift as purchasing method.
## 2.13.0 2016-09-18
- Add Parity compatibility, fixing Geth dependency issues.
- Add a link to the transaction in history that goes to https://metamask.github.io/eth-tx-viz
too help visualize transactions and to where they are going.
- Show "Buy Ether" button and warning on tx confirmation when sender balance is insufficient
- Show loading indication when selecting ShapeShift as purchasing method.
## 2.12.1 2016-09-14

View File

@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
"version": "2.13.0",
"version": "2.13.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",

View File

@ -81,7 +81,7 @@
"through2": "^2.0.1",
"vreme": "^3.0.2",
"web3": "ethereum/web3.js#260ac6e78a8ce4b2e13f5bb0fdb65f4088585876",
"web3-provider-engine": "^8.0.6",
"web3-provider-engine": "^8.0.7",
"web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1"
},