diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/backGroundConnectionModifiers.js | 6 | ||||
-rwxr-xr-x | development/metamaskbot-build-announce.js | 16 | ||||
-rw-r--r-- | development/states/conf-tx.json | 3 | ||||
-rw-r--r-- | development/states/confirm-new-ui.json | 4 | ||||
-rw-r--r-- | development/states/confirm-sig-requests.json | 4 | ||||
-rw-r--r-- | development/states/currency-localization.json | 4 | ||||
-rw-r--r-- | development/states/navigate-txs.json | 5 | ||||
-rw-r--r-- | development/states/pending-tx.json | 5 | ||||
-rw-r--r-- | development/states/send-edit.json | 4 | ||||
-rw-r--r-- | development/states/send-new-ui.json | 4 | ||||
-rw-r--r-- | development/states/send.json | 3 | ||||
-rw-r--r-- | development/states/tx-list-items.json | 4 |
12 files changed, 33 insertions, 29 deletions
diff --git a/development/backGroundConnectionModifiers.js b/development/backGroundConnectionModifiers.js index aee68854b..cf1a723d0 100644 --- a/development/backGroundConnectionModifiers.js +++ b/development/backGroundConnectionModifiers.js @@ -1,20 +1,20 @@ module.exports = { 'confirm sig requests': { - signMessage: (msgData, cb) => { + signMessage: (_, cb) => { const stateUpdate = { unapprovedMsgs: {}, unapprovedMsgCount: 0, } return cb(null, stateUpdate) }, - signPersonalMessage: (msgData, cb) => { + signPersonalMessage: (_, cb) => { const stateUpdate = { unapprovedPersonalMsgs: {}, unapprovedPersonalMsgCount: 0, } return cb(null, stateUpdate) }, - signTypedMessage: (msgData, cb) => { + signTypedMessage: (_, cb) => { const stateUpdate = { unapprovedTypedMessages: {}, unapprovedTypedMessagesCount: 0, diff --git a/development/metamaskbot-build-announce.js b/development/metamaskbot-build-announce.js index 07adbcb5d..b254c8a90 100755 --- a/development/metamaskbot-build-announce.js +++ b/development/metamaskbot-build-announce.js @@ -27,20 +27,8 @@ async function start () { const FIREFOX = `${BUILD_LINK_BASE}/builds/metamask-firefox-${VERSION}.zip` const EDGE = `${BUILD_LINK_BASE}/builds/metamask-edge-${VERSION}.zip` const OPERA = `${BUILD_LINK_BASE}/builds/metamask-opera-${VERSION}.zip` - const WALKTHROUGH = `${BUILD_LINK_BASE}/test-artifacts/screens/walkthrough%20%28en%29.gif` - - const commentBody = ` - <details> - <summary> - Builds ready [${SHORT_SHA1}]: - <a href="${CHROME}">chrome</a>, - <a href="${FIREFOX}">firefox</a>, - <a href="${EDGE}">edge</a>, - <a href="${OPERA}">opera</a> - </summary> - <image src="${WALKTHROUGH}"> - </details> - ` + + const commentBody = `Builds ready [${SHORT_SHA1}]: <a href="${CHROME}">chrome</a>, <a href="${FIREFOX}">firefox</a>, <a href="${EDGE}">edge</a>, <a href="${OPERA}">opera</a>` const JSON_PAYLOAD = JSON.stringify({ body: commentBody }) const POST_COMMENT_URI = `https://api.github.com/repos/metamask/metamask-extension/issues/${CIRCLE_PR_NUMBER}/comments` diff --git a/development/states/conf-tx.json b/development/states/conf-tx.json index d47b26fd4..7b278f331 100644 --- a/development/states/conf-tx.json +++ b/development/states/conf-tx.json @@ -192,7 +192,8 @@ "type": "testnet" }, "shapeShiftTxList": [], - "lostAccounts": [] + "lostAccounts": [], + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, diff --git a/development/states/confirm-new-ui.json b/development/states/confirm-new-ui.json index 4310ed5b7..c9340fc8f 100644 --- a/development/states/confirm-new-ui.json +++ b/development/states/confirm-new-ui.json @@ -133,7 +133,9 @@ "preferences": { "useNativeCurrencyAsPrimaryCurrency": true, "showFiatInTestnets": true - } + }, + "completedUiMigration": true, + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, diff --git a/development/states/confirm-sig-requests.json b/development/states/confirm-sig-requests.json index aa3e8dfdf..d531b2ef7 100644 --- a/development/states/confirm-sig-requests.json +++ b/development/states/confirm-sig-requests.json @@ -156,7 +156,9 @@ "currentLocale": "en", "preferences": { "useNativeCurrencyAsPrimaryCurrency": true - } + }, + "completedUiMigration": true, + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, diff --git a/development/states/currency-localization.json b/development/states/currency-localization.json index 8288b3020..a9a37ecd0 100644 --- a/development/states/currency-localization.json +++ b/development/states/currency-localization.json @@ -115,7 +115,9 @@ "preferences": { "useNativeCurrencyAsPrimaryCurrency": true, "showFiatInTestnets": true - } + }, + "completedUiMigration": true, + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, diff --git a/development/states/navigate-txs.json b/development/states/navigate-txs.json index 23255abed..584a754f0 100644 --- a/development/states/navigate-txs.json +++ b/development/states/navigate-txs.json @@ -230,7 +230,8 @@ "kovan": "ok", "mainnet": "ok", "rinkeby": "ok", - "ropsten": "ok" + "ropsten": "ok", + "goerli": "ok" }, "lostAccounts": [] }, @@ -320,4 +321,4 @@ "toSmartContract": false, "fetchingData": false } -}
\ No newline at end of file +} diff --git a/development/states/pending-tx.json b/development/states/pending-tx.json index b4a6565fa..28c1751bd 100644 --- a/development/states/pending-tx.json +++ b/development/states/pending-tx.json @@ -704,7 +704,8 @@ "mainnet": "ok", "ropsten": "ok", "kovan": "ok", - "rinkeby": "ok" + "rinkeby": "ok", + "goerli": "ok" }, "shapeShiftTxList": [], "lostAccounts": [] @@ -735,4 +736,4 @@ "os": "mac" }, "browser": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36" -}
\ No newline at end of file +} diff --git a/development/states/send-edit.json b/development/states/send-edit.json index fda7d1a31..7c7e8f097 100644 --- a/development/states/send-edit.json +++ b/development/states/send-edit.json @@ -137,7 +137,9 @@ "preferences": { "useNativeCurrencyAsPrimaryCurrency": true, "showFiatInTestnets": true - } + }, + "completedUiMigration": true, + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, diff --git a/development/states/send-new-ui.json b/development/states/send-new-ui.json index b8a3ff128..75982f318 100644 --- a/development/states/send-new-ui.json +++ b/development/states/send-new-ui.json @@ -116,7 +116,9 @@ "preferences": { "useNativeCurrencyAsPrimaryCurrency": true, "showFiatInTestnets": true - } + }, + "completedUiMigration": true, + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, diff --git a/development/states/send.json b/development/states/send.json index 8ae385564..c71516edc 100644 --- a/development/states/send.json +++ b/development/states/send.json @@ -87,7 +87,8 @@ "type": "testnet" }, "shapeShiftTxList": [], - "lostAccounts": [] + "lostAccounts": [], + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, diff --git a/development/states/tx-list-items.json b/development/states/tx-list-items.json index d4e3f3860..4190ee149 100644 --- a/development/states/tx-list-items.json +++ b/development/states/tx-list-items.json @@ -1058,7 +1058,9 @@ "currentLocale": "en", "preferences": { "useNativeCurrencyAsPrimaryCurrency": true - } + }, + "completedUiMigration": true, + "frequentRpcListDetail": [] }, "appState": { "menuOpen": false, |