Merge branch 'master' into develop-master-parity

feature/default_network_editable
Thomas 5 years ago
commit bf00f42252
  1. 4
      CHANGELOG.md
  2. 2
      app/manifest.json
  3. 4
      development/states/send-edit.json

@ -4,6 +4,10 @@
- [#6828](https://github.com/MetaMask/metamask-extension/pull/6828): Capitalized speed up label to match rest of UI
- [#6833](https://github.com/MetaMask/metamask-extension/pull/6833): Fix "npm install" failing due to pinned sub-dependency
## 6.7.3 Thu Jul 18 2019
- [#6888](https://github.com/MetaMask/metamask-extension/pull/6888): Fix bug with resubmitting unsigned transactions.
## 6.7.2 Mon Jul 01 2019
- [#6713](https://github.com/MetaMask/metamask-extension/pull/6713): * Normalize and Validate txParams in TransactionStateManager.addTx too

@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "6.7.2",
"version": "6.7.3",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",

@ -182,7 +182,9 @@
"warnings": {}
},
"confirmTransaction": {
"txData": {},
"txData": {
"id": 4768706228115573
},
"tokenData": {},
"methodData": {},
"tokenProps": {

Loading…
Cancel
Save