forked from MetaMask/metamask-extension
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/MetaMask/metamask-extension
* 'master' of https://github.com/MetaMask/metamask-extension: (84 commits) Version 6.3.1 Check token name constants against the lower case methodData name in conf tx switch container. Ensure correct confirm screen in case of smartcontract check fail About tab copy changes; Update route for Info & Help in account menu (MetaMask#6356) Revert to providing inline defaults in getHexGasTotal and increaseLastGasPrice (MetaMask#6361) Further e2e fixes in wake of MetaMask#6364 and MetaMask#6367 (MetaMask#6374) Split e2e run-all commands onto multiple lines Run from-import e2e tests with additional account, to avoid conflict with accounts in earlier test runs Use localhost instead of mainnent/infura for custom rpc tests in e2e tests. ci: Add build:test Gulp task for e2e build e2e: Update Contract Interaction wording e2e: Skip approving token test send-footer.utils.js - addressIsNew - improve readability test - unit - ui - actions - setCompletedOnboarding - fix stub to call callback lint fix actions - setCompletedOnboarding - make async with pify notice-controller - make markAllNoticesRead sync lib - nodeify - correctly wrap synchronous functions notices - markAllNoticesRead - use async/await buy-eth-url - lint fix ...
- Loading branch information
Showing
804 changed files
with
5,184 additions
and
3,899 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
{ | ||
"presets": [["env", { "targets": { "browsers": [">0.25%", "not ie 11", "not op_mini all"] } } ], "react", "stage-0"], | ||
"plugins": ["transform-runtime", "transform-async-to-generator", "transform-class-properties"] | ||
} | ||
"presets": [ | ||
[ | ||
"env", | ||
{ | ||
"targets": { | ||
"browsers": [ | ||
">0.25%", | ||
"not ie 11", | ||
"not op_mini all" | ||
] | ||
} | ||
} | ||
], | ||
"react", | ||
"stage-0" | ||
], | ||
"plugins": [ | ||
"transform-runtime", | ||
"transform-async-to-generator", | ||
"transform-class-properties" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v8.13 | ||
v8.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ dist/ | |
docs/ | ||
fonts/ | ||
images/ | ||
mascara/ | ||
node_modules/ | ||
notices/ | ||
test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.