aboutsummaryrefslogtreecommitdiffstats
path: root/development/states
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-08-09 03:33:10 +0800
committerGitHub <noreply@github.com>2019-08-09 03:33:10 +0800
commitceace71bf5989eb8137d7f0617a85ccaa92dce30 (patch)
treec8daced880a88b39426703d132897675d1a0761f /development/states
parentd4db2c3de370f7c94ec8cba0d35fc14ef8667bd0 (diff)
downloadtangerine-wallet-browser-ceace71bf5989eb8137d7f0617a85ccaa92dce30.tar.gz
tangerine-wallet-browser-ceace71bf5989eb8137d7f0617a85ccaa92dce30.tar.zst
tangerine-wallet-browser-ceace71bf5989eb8137d7f0617a85ccaa92dce30.zip
Remove unused lostAccounts state (#6979)
Diffstat (limited to 'development/states')
-rw-r--r--development/states/account-list-with-imported.json1
-rw-r--r--development/states/accounts-loose.json3
-rw-r--r--development/states/add-token.json3
-rw-r--r--development/states/compilation-bug.json3
-rw-r--r--development/states/conf-tx.json1
-rw-r--r--development/states/confirm-new-ui.json1
-rw-r--r--development/states/confirm-sig-requests.json1
-rw-r--r--development/states/currency-localization.json1
-rw-r--r--development/states/first-time.json1
-rw-r--r--development/states/import-private-key-warning.json3
-rw-r--r--development/states/import-private-key.json3
-rw-r--r--development/states/lost-accounts.json89
-rw-r--r--development/states/navigate-txs.json3
-rw-r--r--development/states/pending-tx-insufficient.json1
-rw-r--r--development/states/pending-tx.json3
-rw-r--r--development/states/personal-sign.json3
-rw-r--r--development/states/private-key-export-success.json1
-rw-r--r--development/states/private-key-export.json1
-rw-r--r--development/states/send-edit.json1
-rw-r--r--development/states/send-new-ui.json1
-rw-r--r--development/states/send.json1
-rw-r--r--development/states/tx-list-items.json1
22 files changed, 8 insertions, 118 deletions
diff --git a/development/states/account-list-with-imported.json b/development/states/account-list-with-imported.json
index 41d586db6..5ca5283b2 100644
--- a/development/states/account-list-with-imported.json
+++ b/development/states/account-list-with-imported.json
@@ -60,7 +60,6 @@
]
}
],
- "lostAccounts": [],
"seedWords": null
},
"appState": {
diff --git a/development/states/accounts-loose.json b/development/states/accounts-loose.json
index df51f0d7e..43f4b0c18 100644
--- a/development/states/accounts-loose.json
+++ b/development/states/accounts-loose.json
@@ -102,8 +102,7 @@
"aa25854c0379e53c957ac9382e720c577fa31fd5"
]
}
- ],
- "lostAccounts": []
+ ]
},
"appState": {
"menuOpen": false,
diff --git a/development/states/add-token.json b/development/states/add-token.json
index 6de25664a..7ac344d13 100644
--- a/development/states/add-token.json
+++ b/development/states/add-token.json
@@ -93,7 +93,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"send": {
"gasLimit": null,
"gasPrice": null,
@@ -104,7 +103,7 @@
"amount": "0x0",
"memo": "",
"errors": {},
- "warnings": {},
+ "warnings": {},
"maxModeOn": false,
"editingTransactionId": null
},
diff --git a/development/states/compilation-bug.json b/development/states/compilation-bug.json
index 588d069d4..84b0c5481 100644
--- a/development/states/compilation-bug.json
+++ b/development/states/compilation-bug.json
@@ -103,8 +103,7 @@
"keyringTypes": [
"Simple Key Pair",
"HD Key Tree"
- ],
- "lostAccounts": []
+ ]
},
"appState": {
"menuOpen": false,
diff --git a/development/states/conf-tx.json b/development/states/conf-tx.json
index 3d118a861..b47db9e80 100644
--- a/development/states/conf-tx.json
+++ b/development/states/conf-tx.json
@@ -191,7 +191,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"frequentRpcListDetail": []
},
"appState": {
diff --git a/development/states/confirm-new-ui.json b/development/states/confirm-new-ui.json
index 8eb536a31..f03b67202 100644
--- a/development/states/confirm-new-ui.json
+++ b/development/states/confirm-new-ui.json
@@ -110,7 +110,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"send": {
"gasLimit": "0xea60",
"gasPrice": "0xba43b7400",
diff --git a/development/states/confirm-sig-requests.json b/development/states/confirm-sig-requests.json
index d93723f62..16199f48f 100644
--- a/development/states/confirm-sig-requests.json
+++ b/development/states/confirm-sig-requests.json
@@ -133,7 +133,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"send": {
"gasLimit": "0xea60",
"gasPrice": "0xba43b7400",
diff --git a/development/states/currency-localization.json b/development/states/currency-localization.json
index af6d1a4e3..9d5f771c2 100644
--- a/development/states/currency-localization.json
+++ b/development/states/currency-localization.json
@@ -95,7 +95,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"send": {
"gasLimit": null,
"gasPrice": null,
diff --git a/development/states/first-time.json b/development/states/first-time.json
index 2c634160f..c6c4899d8 100644
--- a/development/states/first-time.json
+++ b/development/states/first-time.json
@@ -34,7 +34,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"tokens": [],
"currentLocale": "en",
"preferences": {
diff --git a/development/states/import-private-key-warning.json b/development/states/import-private-key-warning.json
index 80ebc650d..05ad753dc 100644
--- a/development/states/import-private-key-warning.json
+++ b/development/states/import-private-key-warning.json
@@ -72,8 +72,7 @@
"01208723ba84e15da2e71656544a2963b0c06d40"
]
}
- ],
- "lostAccounts": []
+ ]
},
"appState": {
"menuOpen": false,
diff --git a/development/states/import-private-key.json b/development/states/import-private-key.json
index bd455c6d5..ed35640b4 100644
--- a/development/states/import-private-key.json
+++ b/development/states/import-private-key.json
@@ -44,8 +44,7 @@
"01208723ba84e15da2e71656544a2963b0c06d40"
]
}
- ],
- "lostAccounts": []
+ ]
},
"appState": {
"menuOpen": false,
diff --git a/development/states/lost-accounts.json b/development/states/lost-accounts.json
deleted file mode 100644
index 283b01815..000000000
--- a/development/states/lost-accounts.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "metamask": {
- "currentCurrency": "USD",
- "lostAccounts": [
- "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc",
- "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b"
- ],
- "conversionRate": 11.06608791,
- "conversionDate": 1470421024,
- "isInitialized": true,
- "isUnlocked": true,
- "currentDomain": "example.com",
- "rpcTarget": "https://rawtestrpc.metamask.io/",
- "identities": {
- "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": {
- "name": "Wallet 1",
- "address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc",
- "mayBeFauceting": false
- },
- "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": {
- "name": "Wallet 2",
- "address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b",
- "mayBeFauceting": false
- },
- "0xeb9e64b93097bc15f01f13eae97015c57ab64823": {
- "name": "Wallet 3",
- "address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823",
- "mayBeFauceting": false
- },
- "0x704107d04affddd9b66ab9de3dd7b095852e9b69": {
- "name": "Wallet 4",
- "address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69",
- "mayBeFauceting": false
- }
- },
- "unconfTxs": {},
- "accounts": {
- "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc": {
- "code": "0x",
- "balance": "0x100000000000",
- "nonce": "0x0",
- "address": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc"
- },
- "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b": {
- "code": "0x",
- "nonce": "0x0",
- "balance": "0x100000000000",
- "address": "0xec1adf982415d2ef5ec55899b9bfb8bc0f29251b"
- },
- "0xeb9e64b93097bc15f01f13eae97015c57ab64823": {
- "code": "0x",
- "nonce": "0x0",
- "balance": "0x100000000000",
- "address": "0xeb9e64b93097bc15f01f13eae97015c57ab64823"
- },
- "0x704107d04affddd9b66ab9de3dd7b095852e9b69": {
- "code": "0x",
- "balance": "0x0",
- "nonce": "0x0",
- "address": "0x704107d04affddd9b66ab9de3dd7b095852e9b69"
- }
- },
- "transactions": [],
- "network": "2",
- "seedWords": null,
- "unconfMsgs": {},
- "messages": [],
- "provider": {
- "type": "testnet"
- },
- "selectedAddress": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc"
- },
- "appState": {
- "menuOpen": false,
- "currentView": {
- "name": "accountDetail",
- "detailView": null,
- "context": "0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc"
- },
- "accountDetail": {
- "subview": "transactions"
- },
- "currentDomain": "127.0.0.1:9966",
- "transForward": true,
- "isLoading": false,
- "warning": null
- },
- "identities": {}
-}
diff --git a/development/states/navigate-txs.json b/development/states/navigate-txs.json
index 584a754f0..4e47f8bca 100644
--- a/development/states/navigate-txs.json
+++ b/development/states/navigate-txs.json
@@ -232,8 +232,7 @@
"rinkeby": "ok",
"ropsten": "ok",
"goerli": "ok"
- },
- "lostAccounts": []
+ }
},
"appState": {
"shouldClose": false,
diff --git a/development/states/pending-tx-insufficient.json b/development/states/pending-tx-insufficient.json
index 8c16f6518..feadbc9c0 100644
--- a/development/states/pending-tx-insufficient.json
+++ b/development/states/pending-tx-insufficient.json
@@ -86,7 +86,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"seedWords": null
},
"appState": {
diff --git a/development/states/pending-tx.json b/development/states/pending-tx.json
index 28c1751bd..82406a59d 100644
--- a/development/states/pending-tx.json
+++ b/development/states/pending-tx.json
@@ -707,8 +707,7 @@
"rinkeby": "ok",
"goerli": "ok"
},
- "shapeShiftTxList": [],
- "lostAccounts": []
+ "shapeShiftTxList": []
},
"appState": {
"shouldClose": true,
diff --git a/development/states/personal-sign.json b/development/states/personal-sign.json
index f1941a19c..1017514a0 100644
--- a/development/states/personal-sign.json
+++ b/development/states/personal-sign.json
@@ -78,8 +78,7 @@
"provider": {
"type": "testnet"
},
- "shapeShiftTxList": [],
- "lostAccounts": []
+ "shapeShiftTxList": []
},
"appState": {
"menuOpen": false,
diff --git a/development/states/private-key-export-success.json b/development/states/private-key-export-success.json
index 2ff3c4d17..8f38895dd 100644
--- a/development/states/private-key-export-success.json
+++ b/development/states/private-key-export-success.json
@@ -48,7 +48,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"seedWords": null
},
"appState": {
diff --git a/development/states/private-key-export.json b/development/states/private-key-export.json
index db7a53e22..d41bfc2a2 100644
--- a/development/states/private-key-export.json
+++ b/development/states/private-key-export.json
@@ -48,7 +48,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"seedWords": null
},
"appState": {
diff --git a/development/states/send-edit.json b/development/states/send-edit.json
index 1b33e6edc..b6130643b 100644
--- a/development/states/send-edit.json
+++ b/development/states/send-edit.json
@@ -128,7 +128,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"send": {
"gasLimit": "0xea60",
"gasPrice": "0xba43b7400",
diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json
index ed690a672..bcfc76221 100644
--- a/development/states/send-new-ui.json
+++ b/development/states/send-new-ui.json
@@ -96,7 +96,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"send": {
"gasLimit": null,
"gasPrice": null,
diff --git a/development/states/send.json b/development/states/send.json
index 0dfcca1c4..bc1fb9034 100644
--- a/development/states/send.json
+++ b/development/states/send.json
@@ -86,7 +86,6 @@
"type": "testnet"
},
"shapeShiftTxList": [],
- "lostAccounts": [],
"frequentRpcListDetail": []
},
"appState": {
diff --git a/development/states/tx-list-items.json b/development/states/tx-list-items.json
index 2b2bda2da..fd60003ba 100644
--- a/development/states/tx-list-items.json
+++ b/development/states/tx-list-items.json
@@ -1053,7 +1053,6 @@
{"depositAddress":"34vJ3AfmNcLiziA4VFgEVcQTwxVLD1qkke","depositType":"BTC","key":"shapeshift","response":{"status":"no_deposits","address":"34vJ3AfmNcLiziA4VFgEVcQTwxVLD1qkke"},"time":1522347459106},
{"depositAddress":"34vJ3AfmNcLiziA4VFgEVcQTwxVLD1qkkq","depositType":"BTC","key":"shapeshift","response":{"status":"no_deposits","address":"34vJ3AfmNcLiziA4VFgEVcQTwxVLD1qkkq"},"time":1522345459106}
],
- "lostAccounts": [],
"send": {},
"currentLocale": "en",
"preferences": {