mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Merge pull request #6962 from MetaMask/develop-master-parity
Develop master parity
This commit is contained in:
commit
291516b0db
@ -4,6 +4,10 @@
|
|||||||
- [#6828](https://github.com/MetaMask/metamask-extension/pull/6828): Capitalized speed up label to match rest of UI
|
- [#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
|
- [#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
|
## 6.7.2 Mon Jul 01 2019
|
||||||
|
|
||||||
- [#6713](https://github.com/MetaMask/metamask-extension/pull/6713): * Normalize and Validate txParams in TransactionStateManager.addTx too
|
- [#6713](https://github.com/MetaMask/metamask-extension/pull/6713): * Normalize and Validate txParams in TransactionStateManager.addTx too
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "6.7.2",
|
"version": "6.7.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
|
@ -182,7 +182,9 @@
|
|||||||
"warnings": {}
|
"warnings": {}
|
||||||
},
|
},
|
||||||
"confirmTransaction": {
|
"confirmTransaction": {
|
||||||
"txData": {},
|
"txData": {
|
||||||
|
"id": 4768706228115573
|
||||||
|
},
|
||||||
"tokenData": {},
|
"tokenData": {},
|
||||||
"methodData": {},
|
"methodData": {},
|
||||||
"tokenProps": {
|
"tokenProps": {
|
||||||
|
Loading…
Reference in New Issue
Block a user