Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Metamask Develop into Prototypal Develop #14

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
e768ed9
Version 6.7.2 RC1
danfinlay Jul 1, 2019
632c9b2
Version 6.7.2 gas limit fix (#6786)
danjm Jul 3, 2019
ac8f3cb
Merge pull request #6780 from MetaMask/Version-6.7.2
danfinlay Jul 3, 2019
a6deccd
Fix resubmit bug
danfinlay Jul 19, 2019
787079d
Merge pull request #6888 from MetaMask/ResubmitFix
tmashuang Jul 19, 2019
4139019
Version 6.7.3 (#6889)
danfinlay Jul 19, 2019
e9c7df2
Address book send plus contact list (#6914)
danjm Jul 31, 2019
4d88e1c
Enable indent linting via ESLint (#6936)
whymarrh Jul 31, 2019
e9a63d5
Default Privacy Mode to ON, allow force sharing address (#6904)
whymarrh Aug 1, 2019
d1e47a3
Add test cases for migration 34 (#6938)
whymarrh Aug 1, 2019
189e126
Remove logging of network dropdown props (#6940)
tmashuang Aug 1, 2019
3eff478
I5849 incremental account security (#6874)
danjm Aug 2, 2019
b7eae4b
split AccountDetails into a separate component (#6943)
cg505 Aug 2, 2019
1b33d7f
Fixes use of 'Enter' key to save contact in address book modal (#6946)
danjm Aug 2, 2019
bb87a0b
Add migration to remove `seedWords` state (#6937)
Gudahtt Aug 2, 2019
decc604
Increase minimum version of Firefox supported (#6939)
Gudahtt Aug 2, 2019
c931711
Add browser recommendation to README (#6941)
Gudahtt Aug 2, 2019
a6d4725
Fix incremental security e2e test (#6948)
Gudahtt Aug 2, 2019
6a0dbcd
Upgrade to Babel 7 (#6942)
Gudahtt Aug 2, 2019
2649b9b
Display seed phrase reminder if user has tokens (#6952)
Gudahtt Aug 2, 2019
75d5374
Restrict unconnected notice to specific protocols (#6954)
Gudahtt Aug 2, 2019
dadda91
Update code owners of manifest and lockfile (#6953)
Gudahtt Aug 2, 2019
9d5be5d
New notification fixes (#6955)
danjm Aug 2, 2019
165f44d
Address book name save fix (#6945)
danjm Aug 2, 2019
8c9404f
Version 7.0.0
danjm Aug 2, 2019
1e5b678
Ensure showing of add contact dialog on send accounts for checksum in…
danjm Aug 5, 2019
bf00f42
Merge branch 'master' into develop-master-parity
tmashuang Aug 5, 2019
291516b
Merge pull request #6962 from MetaMask/develop-master-parity
tmashuang Aug 6, 2019
1779dc8
Merge pull request #6959 from MetaMask/normalize-addresses-send-from-…
tmashuang Aug 6, 2019
010e392
Show seed phrase challenge in browser (#6961)
danjm Aug 6, 2019
3136dd3
Only show notification expand icon when there are > 1 notifications t…
danjm Aug 6, 2019
3ba3eac
Merge remote-tracking branch 'upstream/develop' into HEAD
whymarrh Aug 6, 2019
0e51292
Bump manifest version to 7.0.0
whymarrh Aug 6, 2019
b3833b1
Prevent hidden popup overlay
Gudahtt Aug 6, 2019
835d4fb
Update mobile sync (#6967)
Aug 6, 2019
f679b58
Merge pull request #6968 from MetaMask/prevent-hidden-popup-overlay
tmashuang Aug 6, 2019
232600d
Merge remote-tracking branch 'origin/develop' into Version-v7.0.0
Gudahtt Aug 6, 2019
372241e
Add #6967 to changelog
Gudahtt Aug 6, 2019
86ad956
Merge pull request #6957 from MetaMask/Version-v7.0.0
tmashuang Aug 6, 2019
14e31cb
Allow overriding GANACHE_ARGS for e2e tests (#6970)
Gudahtt Aug 7, 2019
da7fe65
Ensure seed phrase backup only shows up for new users (#6975)
danjm Aug 8, 2019
aceb6f0
Version v7.0.1
metamaskbot Aug 8, 2019
9ac2720
Changelog update for v7.0.1
danjm Aug 8, 2019
12e055a
Close window after opening fullscreen (#6966)
Gudahtt Aug 8, 2019
24e3970
Merge pull request #6976 from MetaMask/Version-v7.0.1
tmashuang Aug 8, 2019
d4db2c3
Show recipient alias in confirm header if exists (#6944)
Krist14n Aug 8, 2019
ceace71
Remove unused lostAccounts state (#6979)
whymarrh Aug 8, 2019
22b2083
Remove reload from Share Address button (#6991)
whymarrh Aug 9, 2019
e321feb
Fix Firefox e2e test command on CI (#7000)
whymarrh Aug 13, 2019
dbb9739
Merge Origin 'develop' into develop
Alonski Aug 20, 2019
eb3d281
Merge remote-tracking branch 'origin/develop' into develop
Alonski Aug 20, 2019
0a9247f
fix: Remove `@counterfactual/node` from yarn.lock
Alonski Aug 20, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
at: .
- run:
name: test:e2e:firefox
command: yarn build:test && yarn test:e2e:chrome
command: yarn build:test && yarn test:e2e:firefox
no_output_timeout: 20m
- store_artifacts:
path: test-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eqeqeq": [2, "allow-null"],
"generator-star-spacing": [2, { "before": true, "after": true }],
"handle-callback-err": [2, "^(err|error)$" ],
"indent": "off",
"indent": [2, 2,{ "SwitchCase": 1 }],
"jsx-quotes": [2, "prefer-double"],
"key-spacing": 2,
"keyword-spacing": [2, { "before": true, "after": true }],
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ CHANGELOG.md merge=union
# we're using the dependencies we expect to be using
package-lock.json linguist-generated=false
yarn.lock linguist-generated=false

test/e2e/send-eth-with-private-key-test/ethereumjs-tx.js linguist-vendored linguist-generated
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

package.json @whymarrh
yarn.lock @whymarrh
package.json @danjm @whymarrh @Gudahtt
yarn.lock @danjm @whymarrh @Gudahtt
ui/ @danjm @whymarrh @Gudahtt
app/scripts/controllers/transactions @frankiebee

16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog

## Current Develop Branch

## 7.0.1 Thu Aug 08 2019
- [#6975](https://github.com/MetaMask/metamask-extension/pull/6975): Ensure seed phrase backup notification only shows up for new users

## 7.0.0 Fri Aug 02 2019
- [#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
- [#6874](https://github.com/MetaMask/metamask-extension/pull/6928): Allows skipping of seed phrase challenge during onboarding, and completing it at a later time
- [#6900](https://github.com/MetaMask/metamask-extension/pull/6900): Prevent opening of asset dropdown if no tokens in account
- [#6904](https://github.com/MetaMask/metamask-extension/pull/6904): Set privacy mode as default
- [#6914](https://github.com/MetaMask/metamask-extension/pull/6914): Adds Address Book feature
- [#6928](https://github.com/MetaMask/metamask-extension/pull/6928): Disable Copy Tx ID and block explorer link for transactions without hash
- [#6967](https://github.com/MetaMask/metamask-extension/pull/6967): Fix mobile sync

## 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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

You can find the latest version of MetaMask on [our official website](https://metamask.io/). For help using MetaMask, visit our [User Support Site](https://metamask.zendesk.com/hc/en-us).

MetaMask supports Firefox, Google Chrome, and Chromium-based browsers. We recommend using the latest available browser version.

For up to the minute news, follow our [Twitter](https://twitter.com/metamask_io) or [Medium](https://medium.com/metamask) pages.

To learn how to develop MetaMask-compatible applications, visit our [Developer Docs](https://metamask.github.io/metamask-docs/).
Expand Down
108 changes: 108 additions & 0 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"shareAddress": {
"message": "Share Address"
},
"shareAddressToConnect": {
"message": "Share your address to connect to $1?"
},
"shareAddressInfo": {
"message": "Sharing your address with $1 will allow you to interact with this dapp. This permission is to protect your privacy by default. You may need to reload the dapp for the change to take effect."
},
"privacyModeDefault": {
"message": "Privacy Mode is now enabled by default"
},
"privacyMode": {
"message": "Privacy Mode"
},
Expand Down Expand Up @@ -80,12 +92,21 @@
"activityLog": {
"message": "activity log"
},
"add": {
"message": "Add"
},
"address": {
"message": "Address"
},
"addNetwork": {
"message": "Add Network"
},
"addRecipient": {
"message": "Add Recipient"
},
"addressBook": {
"message": "Address Book"
},
"advanced": {
"message": "Advanced"
},
Expand All @@ -98,6 +119,18 @@
"addCustomToken": {
"message": "Add custom token"
},
"addToAddressBook": {
"message": "Add to address book"
},
"addToAddressBookModalPlaceholder": {
"message": "e.g. John D."
},
"addAlias": {
"message": "Add alias"
},
"addEthAddress": {
"message": "Add an Ethereum address"
},
"addToken": {
"message": "Add Token"
},
Expand Down Expand Up @@ -172,6 +205,18 @@
"back": {
"message": "Back"
},
"backToAll": {
"message": "Back to All"
},
"backupApprovalNotice": {
"message": "Backup your Secret Recovery code to keep your wallet and funds secure."
},
"backupApprovalInfo": {
"message": "This secret code is required to recover your wallet in case you lose your device, forget your password, have to re-install MetaMask, or want to access your wallet on another device."
},
"backupNow": {
"message": "Backup now"
},
"balance": {
"message": "Balance"
},
Expand Down Expand Up @@ -354,6 +399,12 @@
"connectToTrezor": {
"message": "Connect to Trezor"
},
"contactList": {
"message": "Contact List"
},
"contactListDescription": {
"message": "Add, edit, remove, and manage your contacts"
},
"continue": {
"message": "Continue"
},
Expand Down Expand Up @@ -463,6 +514,9 @@
"delete": {
"message": "Delete"
},
"deleteAccount": {
"message": "Delete Account"
},
"denExplainer": {
"message": "Your DEN is your password-encrypted storage within MetaMask."
},
Expand Down Expand Up @@ -502,6 +556,9 @@
"directDepositEtherExplainer": {
"message": "If you already have some Ether, the quickest way to get Ether in your new wallet by direct deposit."
},
"dismiss": {
"message": "Dismiss"
},
"done": {
"message": "Done"
},
Expand Down Expand Up @@ -529,6 +586,9 @@
"editAccountName": {
"message": "Edit Account Name"
},
"editContact":{
"message": "Edit Contact"
},
"editingTransaction": {
"message": "Make changes to your transaction"
},
Expand Down Expand Up @@ -571,6 +631,15 @@
"ensNameNotFound": {
"message": "ENS name not found"
},
"ensRegistrationError": {
"message": "Error in ENS name registration"
},
"ensNotFoundOnCurrentNetwork": {
"message": "ENS name not found on the current network. Try switching to Main Ethereum Network."
},
"enterAnAlias": {
"message": "Enter an alias"
},
"enterPassword": {
"message": "Enter password"
},
Expand All @@ -583,6 +652,9 @@
"eth": {
"message": "ETH"
},
"ethereumPublicAddress": {
"message": "Ethereum Public Address"
},
"etherscanView": {
"message": "View account on Etherscan"
},
Expand Down Expand Up @@ -893,6 +965,9 @@
"loadingTokens": {
"message": "Loading Tokens..."
},
"loadMore": {
"message": "Load More"
},
"localhost": {
"message": "Localhost 8545"
},
Expand All @@ -914,6 +989,9 @@
"memorizePhrase": {
"message": "Memorize this phrase."
},
"memo": {
"message": "memo"
},
"menu": {
"message": "Menu"
},
Expand Down Expand Up @@ -947,6 +1025,12 @@
"myAccounts": {
"message": "My Accounts"
},
"myWalletAccounts": {
"message": "My Wallet Accounts"
},
"myWalletAccountsDescription": {
"message": "All of your MetaMask created accounts will automatically be added to this section."
},
"mustSelectOne": {
"message": "Must select at least 1 token."
},
Expand Down Expand Up @@ -979,10 +1063,16 @@
"newAccount": {
"message": "New Account"
},
"newAccountDetectedDialogMessage": {
"message": "New address detected! Click here to add to your address book."
},
"newAccountNumberName": {
"message": "Account $1",
"description": "Default name of next account to be created on create account screen"
},
"newContact": {
"message": "New Contact"
},
"newContract": {
"message": "New Contract"
},
Expand Down Expand Up @@ -1193,9 +1283,15 @@
"receive": {
"message": "Receive"
},
"recents": {
"message": "Recents"
},
"recipientAddress": {
"message": "Recipient Address"
},
"recipientAddressPlaceholder": {
"message": "Search, public address (0x), or ENS"
},
"refundAddress": {
"message": "Your Refund Address"
},
Expand Down Expand Up @@ -1226,6 +1322,9 @@
"deleteNetworkDescription": {
"message": "Are you sure you want to delete this network?"
},
"remindMeLater": {
"message": "Remind me later"
},
"restoreFromSeed": {
"message": "Restore account?"
},
Expand Down Expand Up @@ -1670,6 +1769,9 @@
"transfer": {
"message": "Transfer"
},
"transferBetweenAccounts": {
"message": "Transfer between my accounts"
},
"transferFrom": {
"message": "Transfer From"
},
Expand Down Expand Up @@ -1750,6 +1852,9 @@
"useOldUI": {
"message": "Use old UI"
},
"userName":{
"message": "Username"
},
"validFileImport": {
"message": "You must select a valid file to import."
},
Expand All @@ -1762,6 +1867,9 @@
"viewinExplorer": {
"message": "View in Explorer"
},
"viewContact": {
"message": "View Contact"
},
"viewOnCustomBlockExplorer": {
"message": "View at $1"
},
Expand Down
4 changes: 4 additions & 0 deletions app/images/check-green-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/images/close-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions app/images/icons/connect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/images/icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/images/meta-shield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions app/images/qr-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/images/search-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading