aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fallback to English and then the key for I18nProvider#tWhymarrh Whitby2018-07-122-11/+16
|
* Inline locale variable in fetchLocale fnWhymarrh Whitby2018-07-121-2/+1
|
* Merge pull request #4769 from MetaMask/i4517-submit-passwordAlexander Tseung2018-07-123-38/+40
|\ | | | | Prevent users from submitting password multiple times on the unlock s…
| * Prevent users from submitting password multiple times on the unlock screenAlexander Tseung2018-07-113-38/+40
| |
* | Merge pull request #4667 from MetaMask/i#3896Frankie2018-07-116-6/+119
|\ \ | |/ |/| transactions - remove rejected transactions from history
| * test - check that #setTxStatusRejected removes transaction from historyfrankiebee2018-07-111-0/+9
| |
| * test - fix for lintfrankiebee2018-07-111-5/+5
| |
| * Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-07-11214-33187/+34936
| |\ | |/ |/| | | into i#3896
* | Merge pull request #4765 from MetaMask/bmd/readme-linkWhymarrh Whitby2018-07-111-1/+1
|\ \ | | | | | | fix readme documentation link
| * | fix readme documentation linkBobby Dresser2018-07-111-1/+1
|/ /
* | Merge pull request #4743 from MetaMask/circle-ci-node-modules-caching-fixBruno Barbieri2018-07-073-37/+46
|\ \ | | | | | | Improve CircleCI workflow
| * | Added missing stepBruno Barbieri2018-07-071-0/+2
| | |
| * | dont cache what's already cachedBruno Barbieri2018-07-071-1/+1
| | |
| * | Firefox tests fixBruno Barbieri2018-07-071-0/+2
| | |
| * | Update firefox versionBruno Barbieri2018-07-071-2/+2
| | |
| * | lets cache firefox 61Bruno Barbieri2018-07-071-1/+1
| | |
| * | Forgot this is linux bashBruno Barbieri2018-07-071-1/+1
| | |
| * | Update config.ymlBruno Barbieri2018-07-071-1/+1
| | |
| * | Update config.ymlBruno Barbieri2018-07-071-1/+1
| | |
| * | Update firefox-download.shBruno Barbieri2018-07-071-2/+3
| | |
| * | Fix indentationBruno Barbieri2018-07-071-1/+1
| | |
| * | Firefox cache working properlyBruno Barbieri2018-07-071-2/+2
| | |
| * | oopsBruno Barbieri2018-07-071-1/+1
| | |
| * | tmp commit to force firefox updateBruno Barbieri2018-07-071-13/+8
| | |
| * | Update firefox-download.shBruno Barbieri2018-07-071-4/+3
| | |
| * | Add firefox binary to cache pathBruno Barbieri2018-07-071-0/+1
| | |
| * | Allow firefox binary to be cachedBruno Barbieri2018-07-071-4/+11
| | |
| * | Update config.yml to allow firefox download cachingBruno Barbieri2018-07-071-6/+8
| | |
| * | Final approachBruno Barbieri2018-07-071-6/+2
| | |
| * | Fix indentation againBruno Barbieri2018-07-071-1/+1
| | |
| * | Fix indentationBruno Barbieri2018-07-071-1/+1
| | |
| * | Run npm install only when neededBruno Barbieri2018-07-071-1/+4
| | |
| * | simpler approachBruno Barbieri2018-07-071-9/+2
| | |
| * | Fallback to using the latest cache if no exact match is foundBruno Barbieri2018-07-071-1/+4
| | |
| * | Check for changes on package-lock.json and exit with errorBruno Barbieri2018-07-071-0/+5
| | |
| * | try npm install instead of npm ciBruno Barbieri2018-07-061-1/+1
| | |
| * | Update config.ymlBruno Barbieri2018-07-061-1/+1
| | |
| * | Fix indentationBruno Barbieri2018-07-061-4/+4
| | |
| * | Update config.ymlBruno Barbieri2018-07-061-2/+6
| | |
| * | Update config.ymlBruno Barbieri2018-07-061-3/+0
| | |
| * | Update config.ymlBruno Barbieri2018-07-061-1/+1
| | |
| * | use sudo to install npmBruno Barbieri2018-07-061-1/+1
| | |
| * | Another updateBruno Barbieri2018-07-061-23/+22
| | |
| * | use package-lock only for the initial restoreBruno Barbieri2018-07-061-17/+21
| | |
| * | Proper caching of node_modulesBruno Barbieri2018-07-061-22/+18
|/ /
* | Merge pull request #4738 from MetaMask/bmd/contrib-guidelinesDan Finlay2018-07-061-18/+13
|\ \ | | | | | | update contributing.md
| * | update contributing.mdBobby Dresser2018-07-061-18/+13
|/ /
* | Merge pull request #4648 from MetaMask/update-import-from-seed-screenDan J Miller2018-07-065-155/+187
|\ \ | | | | | | Update import from seed screen on new ui.
| * | Delete old restore vault file.Dan2018-07-063-341/+163
| | |
| * | Update import from seed screen on new ui.Dan2018-07-055-4/+214
| | |
* | | Merge pull request #4694 from MetaMask/i4660-improve-send-token-error-uiDan J Miller2018-07-0618-17/+320
|\ \ \ | | | | | | | | Improve send token error ux.
| * | | Improve send token error ux.Dan2018-07-0518-17/+320
| | | |
* | | | Merge pull request #4733 from whymarrh/fix-setstate-warningsWhymarrh Whitby2018-07-063-0/+14
|\ \ \ \ | | | | | | | | | | Fix setState warnings in components using TokenTracker
| * | | | Don't update token balances after tracker is stoppedWhymarrh Whitby2018-07-053-0/+10
| | | | |
| * | | | Remove TokenTracker listeners when unmounting componentWhymarrh Whitby2018-07-052-0/+4
| | | | |
* | | | | Merge pull request #4734 from whymarrh/txlistitem-setstate-warningWhymarrh Whitby2018-07-061-0/+9
|\ \ \ \ \ | | | | | | | | | | | | Prevent calling setState in TxListItem after unmount
| * | | | | Prevent calling setState in TxListItem after unmountWhymarrh Whitby2018-07-051-0/+9
| |/ / / /
* | | | | Merge pull request #4617 from TrejGun/fix-new-lineDan J Miller2018-07-061-0/+1
|\ \ \ \ \ | | | | | | | | | | | | fix white spaces in signature
| * | | | | fix white spaces in signaturetrejgun2018-06-201-0/+1
| | | | | |
* | | | | | Merge pull request #4735 from whymarrh/restore-vault-focusDan J Miller2018-07-061-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Don't persist the seed phrase in the old UI restore flow
| * | | | | | Don't persist the seed phrase in the old UI restore flowWhymarrh Whitby2018-07-051-3/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4686 from MetaMask/tweak-token-list-amount-styleDan J Miller2018-07-051-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Ensures token list amount is in its own row.
| * | | | | Ensures token list amount is in its own row.Dan2018-07-051-0/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4685 from MetaMask/estimate-gasprice-background-newuiDan J Miller2018-07-053-26/+22
|\ \ \ \ \ | | | | | | | | | | | | Use background gas price estimation method in new ui.
| * | | | | Improve error and promise resolution handling in action.js updateGasData().Dan2018-07-051-13/+14
| | | | | |
| * | | | | Update new-ui-send integration tests to always explicitly set gas price. ↵Dan2018-07-051-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | (e2e tests handle auto-setting and defaults)
| * | | | | Remove unnecessary anonymous function call in actions.js gas estimation.Dan2018-07-041-7/+6
| | | | | |
| * | | | | Use background gas price estimation method in new ui.Dan2018-06-292-8/+15
| | | | | |
* | | | | | Merge pull request #4721 from MetaMask/i4666-gasLimitDan J Miller2018-07-052-12/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | fixes #4666 getGasLimit and getGasPrice removed and replaced
| * | | | | | fixes 4666Sara Reynolds2018-07-041-2/+5
| | | | | | |
| * | | | | | :qwSara Reynolds2018-07-041-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :wq q
* | | | | | | Merge pull request #4405 from PortalNetwork/portal-metamaskDan Finlay2018-07-0521-7/+473
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Integration ENS with IPFS
| * | | | | | Merge pull request #4 from brunobar79/portal-metamask-lint-fixPhyrexTsai2018-07-04352-34570/+42735
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Lint fix for Integration ENS with IPFS
| | * | | | | | fix lint errorsbrunobar792018-07-045-25/+81
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into HEADbrunobar792018-07-04349-34563/+42672
| |/| | | | | |
| * | | | | | | Update to support pathnames on IPFS hashPhyrexTsai2018-06-291-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As @Georgi87 mentioned about pathnames on the domain like `http://phyrextsai.eth/home` will pass to IPFS hash and append `/home` on redirection url. You can try the example below: http://phyrextsai.eth/index.html http://phyrextsai.eth/images/phyrex.jpg
| * | | | | | | Update 404.htmlPhyrexTsai2018-06-021-1/+2
| | | | | | | |
| * | | | | | | Merge branch 'develop' into portal-metamaskPhyrexTsai2018-06-0170-393/+2060
| |\ \ \ \ \ \ \
| * | | | | | | | Update 404Yung chieh Tsai2018-06-011-1/+0
| | | | | | | | |
| * | | | | | | | Update ipfs to infuraYung chieh Tsai2018-06-011-2/+2
| | | | | | | | |
| * | | | | | | | Update manifest.jsonYung chieh Tsai2018-06-011-4/+3
| | | | | | | | |
| * | | | | | | | Update appYung chieh Tsai2018-05-301-7/+0
| | | | | | | | |
| * | | | | | | | Update default providerYung chieh Tsai2018-05-301-1/+1
| | | | | | | | |
| * | | | | | | | Update libYung chieh Tsai2018-05-293-23/+71
| | | | | | | | |
| * | | | | | | | Rename filesYung chieh Tsai2018-05-2910-1912/+119
| | | | | | | | |
| * | | | | | | | Update manifest.jsonYung chieh Tsai2018-05-291-4/+0
| | | | | | | | |
| * | | | | | | | Intergrate ENS with IPFSMikeCheng12082018-05-292-1/+5
| | | | | | | | |
| * | | | | | | | setTimeout bug fixMikeCheng12082018-05-291-2/+5
| | | | | | | | |
| * | | | | | | | Intergrate ENS with IPFSMikeCheng12082018-05-2921-6/+2157
| | | | | | | | |
* | | | | | | | | Merge pull request #4719 from MetaMask/kumavis-patch-3kumavis2018-07-041-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | lint - ignore test-builds dir
| * | | | | | | | Update .eslintignorekumavis2018-07-041-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #4718 from MetaMask/ignore-superstatic-vulnerabilityBruno Barbieri2018-07-042-14/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ignore lodash vulnerability
| * | | | | | | | ignore lodash vulnerabilitybrunobar792018-07-042-14/+9
| | | | | | | | |
* | | | | | | | | Merge pull request #4716 from MetaMask/i4663-clearErrorMessagesDan J Miller2018-07-042-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | fixes #4663 - Clear Error Messages when Importing Accounts are Successful
| * | | | | | | | fixes 4663Sara Reynolds2018-07-042-0/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #4717 from MetaMask/chrome-promise-bugfixDan Finlay2018-07-041-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Conditionally use Promise-based extension API when creating windows
| * | | | | | | Conditionally use Promise-based extension API when creating windowsbitpshr2018-07-041-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #4654 from TrejGun/bignumberDan J Miller2018-07-042-1/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fixes #4307 BigNumber casting issue
| * | | | | | | linttrejgun2018-06-291-1/+1
| | | | | | | |
| * | | | | | | change numberstrejgun2018-06-241-7/+6
| | | | | | | |
| * | | | | | | remove .onlytrejgun2018-06-241-1/+1
| | | | | | | |
| * | | | | | | fixes #4307 BigNumber casting issuetrejgun2018-06-242-1/+24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4633 from MetaMask/i4580-import-account-errorsAlexander Tseung2018-07-042-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Show all errors on account creation screen.
| * | | | | | | Check that error is defined in import-account error catch.Dan2018-06-292-2/+2
| | | | | | | |
| * | | | | | | Show all errors on account creation screen.Dan2018-06-292-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #4699 from TrejGun/removeLeadingZeroesDan J Miller2018-07-043-4/+36
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | move removeLeadingZeroes to utils, add test
| * | | | | | move removeLeadingZeroes to utils, add testtrejgun2018-07-023-4/+36
| | | | | | |
* | | | | | | Merge pull request #4712 from MetaMask/lint-fixkumavis2018-07-04125-738/+689
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Lint - Lint all the things (without conflicts!)
| * | | | | | | fix contract-testbrunobar792018-07-031-3/+7
| | | | | | | |
| * | | | | | | fix unit testsbrunobar792018-07-031-4/+3
| | | | | | | |
| * | | | | | | fix testsbrunobar792018-07-032-6/+12
| | | | | | | |
| * | | | | | | fix warning for new-ui screen testsbrunobar792018-07-031-4/+2
| | | | | | | |
| * | | | | | | fix warning for unit testsbrunobar792018-07-0314-68/+35
| | | | | | | |
| * | | | | | | fix test/mascara.conf.js warningsbrunobar792018-07-031-1/+1
| | | | | | | |
| * | | | | | | fix warnings for integration testsbrunobar792018-07-033-7/+1
| | | | | | | |
| * | | | | | | fix warnings for e2e testsbrunobar792018-07-033-10/+8
| | | | | | | |
| * | | | | | | fix notices warningbrunobar792018-07-031-4/+5
| | | | | | | |
| * | | | | | | add QUnit to eslint globalsbrunobar792018-07-031-1/+2
| | | | | | | |
| * | | | | | | fix gentests.jsbrunobar792018-07-031-2/+3
| | | | | | | |
| * | | | | | | fix mascara warningsbrunobar792018-07-033-7/+6
| | | | | | | |
| * | | | | | | fix mascara/example/server.js warningsbrunobar792018-07-031-2/+2
| | | | | | | |
| * | | | | | | fix gentests.js warningsbrunobar792018-07-031-63/+69
| | | | | | | |
| * | | | | | | fix version-bump.jsbrunobar792018-07-031-4/+0
| | | | | | | |
| * | | | | | | fix verify-locale-strings.jsbrunobar792018-07-031-3/+4
| | | | | | | |
| * | | | | | | fix ui-dev.js warningsbrunobar792018-07-031-1/+0
| | | | | | | |
| * | | | | | | fix sourcemap-validator.js warningsbrunobar792018-07-031-4/+7
| | | | | | | |
| * | | | | | | fix mock-dev.js warningsbrunobar792018-07-031-2/+0
| | | | | | | |
| * | | | | | | fix beefy.js warningsbrunobar792018-07-031-3/+0
| | | | | | | |
| * | | | | | | add $ to globalsbrunobar792018-07-031-1/+2
| | | | | | | |
| * | | | | | | eslint --fix .brunobar792018-07-03116-533/+530
| | | | | | | |
| * | | | | | | remove gulp eslint and cleanup gulpfilebrunobar792018-07-032-32/+2
| | | | | | | |
| * | | | | | | update eslint rules and pathsbrunobar792018-07-032-1/+16
| | | | | | | |
* | | | | | | | Merge pull request #4709 from MetaMask/pointMasterContractMetadataEsteban Miño2018-07-032-4/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | point eth-contract-metadata to repo master
| * | | | | | | point eth-contract-metadata to repo masterEsteban MIno2018-07-032-4/+3
|/ / / / / / /
* | | | | | | npm 6 fresh lock + node 8 (#4675)Bruno Barbieri2018-07-034-32479/+32280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * run npm install with npm 6 and node 8 * npm audit fix --force * bump node version on circleci docker img * bump lodash
* | | | | | | Merge pull request #4692 from MetaMask/improve-e2e-beta-test-startupWhymarrh Whitby2018-07-021-5/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve checks for closing info page on app installation in e2e beta tests.
| * | | | | | | Improve checks for closing info page on app installation in e2e beta tests.Dan2018-06-291-5/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4687 from snreynolds/i4623-getConvertedCurrencyDan J Miller2018-06-308-24/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fixes #4623
| * | | | | | | fixes #4623Sara Reynolds2018-06-308-24/+9
| |/ / / / / /
* | | | | | | Merge pull request #4640 from weijiekoh/developDan J Miller2018-06-302-1/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for #4639: display values of EIP712 typed boolean fields in the signing prompt
| * | | | | | | Fixed lint errorKoh Wei Jie2018-06-281-1/+1
| | | | | | | |
| * | | | | | | removed stray console.logKoh Wei Jie2018-06-221-1/+0
| | | | | | | |
| * | | | | | | fixed blank boolean field for typed signing for old UIKoh Wei Jie2018-06-221-1/+5
| | | | | | | |
| * | | | | | | fixed blank boolean field for typed signing for new UIKoh Wei Jie2018-06-221-0/+4
| | | | | | | |
* | | | | | | | Merge pull request #4647 from MetaMask/fix-overflow-currency-displayDan J Miller2018-06-303-2/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix issues with scrollbar in currency display.
| * | | | | | | | Improve attribute syntax in send-amount-row.component.jsDan J Miller2018-06-301-1/+1
| | | | | | | | |
| * | | | | | | | Remove input arrows for send screen amount row on firefox.Dan2018-06-293-0/+11
| | | | | | | | |
| * | | | | | | | Fix issues with scrollbar in currency display.Dan2018-06-292-2/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4690 from MetaMask/i4662-token-gas-estimate-uxDan Finlay2018-06-293-0/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set base estimate for token sends to be updated once recipient address specified
| * | | | | | | | Set based estimate for token sends to be updated once recipient address ↵Dan2018-06-293-0/+11
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | specified.
* | | | | | | | Merge pull request #4634 from MetaMask/i4503-touch-up-shpshft-button-styleThomas Huang2018-06-292-7/+26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fix style of shapeshift screen in deposit modal.
| * | | | | | | Fix style of shapeshift screen in deposit modal.Dan2018-06-222-7/+26
| |/ / / / / /
* | | | | | | Merge pull request #4678 from MetaMask/e2e-beta-tests-upgradeDan J Miller2018-06-2910-6749/+7671
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | E2e beta tests upgrade
| * | | | | | | Use supersonic instead of httpserver to serve local dapp (e2e beta tests)Dan2018-06-283-21/+543
| | | | | | | |
| * | | | | | | Turn off failing e2e beta assertion in firefox until bugs in ↵Dan2018-06-281-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | webdriver/geckodriver are resolved.
| * | | | | | | Update condition for backspace in customize gas step of token factory send ↵Dan2018-06-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test (e2e beta).
| * | | | | | | Update package-lock.jsonDan2018-06-281-6526/+6601
| | | | | | | |
| * | | | | | | Fix add existing token test (e2e beta tests).Dan2018-06-271-3/+1
| | | | | | | |
| * | | | | | | Switch to eth and back before asserting on token balance (e2e beta token tests).Dan2018-06-271-1/+2
| | | | | | | |
| * | | | | | | await all clicks in e2e beta tests.Dan2018-06-271-9/+11
| | | | | | | |
| * | | | | | | Close popup window for e2e beta token factory send test.Dan2018-06-271-2/+3
| | | | | | | |
| * | | | | | | Fix retype seed phrase button.Dan2018-06-271-35/+46
| | | | | | | |
| * | | | | | | Disable e2e beta assertion after first token addition because of firefox / ↵Dan2018-06-271-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | webdriver bug.
| * | | | | | | Pass correct params to verboseReportOnFailure in beta e2e tests.Dan2018-06-271-1/+1
| | | | | | | |
| * | | | | | | Add timeouts to certain beta e2e driver.waits.Dan2018-06-271-2/+2
| | | | | | | |
| * | | | | | | Add try catch to deal with false negative timeouts in beta e2e tests.Dan2018-06-271-7/+22
| | | | | | | |
| * | | | | | | Wait for element text match in metamask-beta-ui e2e send token testDan2018-06-271-4/+2
| | | | | | | |
| * | | | | | | Use locally served dapp to test contract calls in e2e beta testsDan2018-06-276-174/+131
| | | | | | | |
| * | | | | | | Add extra delay to e2e tests after remix page load.Dan2018-06-271-0/+1
| | | | | | | |
| * | | | | | | Fix send token tests in beta ui e2e tests.Dan2018-06-272-9/+26
| | | | | | | |
| * | | | | | | Speed up page opening and fix timeout errors on remix page opening in beta ↵Dan2018-06-272-13/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e2e tests.
| * | | | | | | Add delay before regularly failing test.Dan2018-06-271-0/+1
| | | | | | | |
| * | | | | | | Fix element located bug in beta e2e contract method call test.Dan2018-06-271-1/+1
| | | | | | | |
| * | | | | | | Improve wait for buy modal render after first time flow in beta e2e tests.Dan2018-06-271-1/+2
| | | | | | | |
| * | | | | | | Only show the customize gas modal if the estimateGas call is not currently ↵Dan2018-06-274-6/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in flight.
| * | | | | | | Update metamask-beta-ui e2e spec to fail on insufficient gas estimation.Dan2018-06-271-7/+31
| | | | | | | |
| * | | | | | | Wait for locating of submit buttons before attempting to click in ↵Dan2018-06-271-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metamask.spec.js
| * | | | | | | Update tests to accomodate token list menu additions.Dan2018-06-271-1/+2
| | | | | | | |
| * | | | | | | Disable onbeforeunload alert on remix for contract integration tests.Dan2018-06-271-0/+1
| | | | | | | |
| * | | | | | | Adds test for hiding tokens.Dan2018-06-271-0/+19
| | | | | | | |
| * | | | | | | e2e beta tests for contract deployment and calling a contract method.Dan2018-06-272-2/+135
| | | | | | | |
| * | | | | | | Improve reliability of beta e2e tests by using webdriver apis to wait for ↵Dan2018-06-272-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | certain dom elements.
| * | | | | | | Add test for importing from private key to from-import-beta-ui.spec.js, and ↵Dan2018-06-272-125/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove non-import related tests from that file.
| * | | | | | | metamask-beta-ui.spec.js tests custom token send before searched token.Dan2018-06-271-38/+43
| | | | | | | |
| * | | | | | | Adds e2e tests for sending tokens from token factory.Dan2018-06-271-3/+61
| | | | | | | |
| * | | | | | | Adds e2e tests for sending tokens within metamask.Dan2018-06-271-0/+44
| | | | | | | |
| * | | | | | | Adds e2e tests for sending tokens from token factory.Dan2018-06-271-3/+61
| | | | | | | |
| * | | | | | | Adds e2e tests for sending tokens within metamask.Dan2018-06-271-2/+48
| | | | | | | |
* | | | | | | | Merge pull request #4674 from MetaMask/removeOnlyTestsThomas Huang2018-06-291-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove .only on test
| * | | | | | | | Remove .only on testtmashuang2018-06-271-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #4677 from MetaMask/customize-gas-loading-waitDan J Miller2018-06-284-6/+79
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Only show the customize gas modal if the estimateGas call is not currently in flight.
| * | | | | | | | Only show the customize gas modal if the estimateGas call is not currently ↵Dan2018-06-194-6/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in flight.
* | | | | | | | | Merge pull request #4574 from MetaMask/i4409-i4410-ens-input-enhancementsDan J Miller2018-06-287-41/+74
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | [new-ui] Improve ENS input errors and update ens validation on network change
| * | | | | | | | Remove commented out code in ens-input.Dan2018-06-221-1/+0
| | | | | | | | |
| * | | | | | | | Merge branch 'develop' into i4409-i4410-ens-input-enhancementsDan2018-06-2056-6786/+7086
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ENS input in send form shows distinct errors for invalid addresses and ↵Dan2018-06-157-22/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-existent addresses.
| * | | | | | | | | ENS name revalidates on network change.Dan2018-06-131-23/+33
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4627 from TrejGun/gas-fee-displayDan J Miller2018-06-278-57/+121
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | refactor gas-fee-display component
| * | | | | | | | | | fix default importtrejgun2018-06-232-2/+2
| | | | | | | | | | |
| * | | | | | | | | | linttrejgun2018-06-212-3/+13
| | | | | | | | | | |
| * | | | | | | | | | refactor gas-fee-display componenttrejgun2018-06-218-57/+111
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | #4622
| | | | | | | | | * tests - fix cancle transaction test to better fit new behaviorfrankiebee2018-06-272-13/+10
| | | | | | | | | |
| | | | | | | | | * woops - remove .onlyfrankiebee2018-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: @jennypollack
| | | | | | | | | * add to CHANGELOG.mdfrankiebee2018-06-261-0/+2
| | | | | | | | | |
| | | | | | | | | * trandsactions - remove rejected transactions from historyfrankiebee2018-06-262-0/+20
| | | | | | | | | |
| | | | | | | | | * migration 27 - remove rejected transactions from statefrankiebee2018-06-262-0/+85
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #4649 from hermanjunge/developThomas Huang2018-06-231-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | License Edit
| * | | | | | | | LicenseHerman Junge2018-06-231-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #4592 from vittominacori/fix/close-popup-bug-#4553Thomas Huang2018-06-211-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | set an id to the metamask notification popup
| * | | | | | | | set the popup id returned by create promisevittominacori2018-06-181-3/+4
| | | | | | | | |
| * | | | | | | | set an id to the metamask notification popupvittominacori2018-06-171-1/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #4575 from whymarrh/token-amount-overflowWhymarrh Whitby2018-06-218-16/+35
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Handle token amount overflows
| * | | | | | | Accept whitespace when matching token balances in e2e testsWhymarrh Whitby2018-06-212-7/+8
| | | | | | | |
| * | | | | | | Add explicit timeout for add token testWhymarrh Whitby2018-06-211-1/+1
| | | | | | | |
| * | | | | | | Scroll large amounts in the send componentWhymarrh Whitby2018-06-212-4/+6
| | | | | | | |
| * | | | | | | Handle large token balances in tx list heroWhymarrh Whitby2018-06-214-5/+21
|/ / / / / / /
* | | | | | | Merge pull request #4612 from MetaMask/changelog-4.8.0-fixThomas Huang2018-06-201-1/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | changelog - remove incorrect entry
| * | | | | | changelog - remove incorrect entrykumavis2018-06-201-1/+0
|/ / / / / / | | | | | | | | | | | | 4.8.0 claimed dapp autoreload was disabled. Actually this was reverted and is still active at this time
* | | | | | Merge pull request #4605 from MetaMask/masterThomas Huang2018-06-192-7/+11
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | Merge Master into Develop
| * | | | | Merge pull request #4603 from MetaMask/v4.8.0kumavis2018-06-19222-8310/+15077
| |\ \ \ \ \ | | | | | | | | | | | | | | V4.8.0
| | * | | | | Update ChangelogThomas2018-06-191-6/+1
| | | | | | |
| | * | | | | Merge branch 'develop' into v4.8.0Thomas2018-06-1923-62/+283
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #4602 from MetaMask/notice-controller-fixv4.8.0Thomas Huang2018-06-191-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | notice controller - properly show new notices for non-new users
| * | | | | | | notice controller - properly show new notices for non-new userskumavis2018-06-191-3/+6
| | | | | | | |
* | | | | | | | Merge pull request #4582 from MetaMask/fixEmailLinkkumavis2018-06-191-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix email link in phishing notice
| * | | | | | | | Fix email link in phishing noticeThomas2018-06-151-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4584 from MetaMask/fix-send-tokenkumavis2018-06-1912-21/+142
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Add hex-prefix to gas estimate result
| * | | | | | | Update integration tests for newui gas estimation fixes.Dan2018-06-191-2/+2
| | | | | | | |
| * | | | | | | On send screen amount change, updateGas call now includes current to address.Dan2018-06-196-4/+37
| | | | | | | |
| * | | | | | | Send screen returns simple gas cost if no to address specified when not ↵Dan2018-06-192-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sending token.
| * | | | | | | Remove leading zeroes from send screen amount row input.Dan2018-06-191-1/+5
| | | | | | | |
| * | | | | | | Fix currency-display.js rendering of token amounts.Dan2018-06-191-0/+1
| | | | | | | |
| * | | | | | | Revert to updating amount on blur of input change; update gas on blur of ↵Dan2018-06-192-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount input change; validate onchange.
| * | | | | | | Fix unit testsAlexander Tseung2018-06-161-3/+8
| | | | | | | |
| * | | | | | | Estimate gas limit when the token amount changes. Fix amount inputAlexander Tseung2018-06-164-16/+18
| | | | | | | |
| * | | | | | | Update send.utils.js estimateGas tests.Dan2018-06-152-5/+20
| | | | | | | |
| * | | | | | | Add a buffer to new ui gas estimatesDan2018-06-152-2/+52
| | | | | | | |
| * | | | | | | Add hex-prefix to gas estimate resultAlexander Tseung2018-06-152-4/+4
| |/ / / / / /
* | | | | | | Merge pull request #4586 from MetaMask/block-idex-phisherkumavis2018-06-193-15/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add apparent phishing address to block list
| * | | | | | | lint - fix recipient-blacklist.jskumavis2018-06-161-13/+13
| | | | | | | |
| * | | | | | | blacklist - recipient blacklist as js for inline commentskumavis2018-06-162-2/+2
| | | | | | | |
| * | | | | | | Update recipient-blacklist-config.jsonkumavis2018-06-161-0/+2
| | | | | | | |
| * | | | | | | Add apparent phishing address to block listDan Finlay2018-06-151-0/+1
| |/ / / / / / | | | | | | | | | | | | | | In [this reddit post](https://www.reddit.com/r/Metamask/comments/8r3nsu/help_me_please_somebody_stole_my_ethers/) a user suggests they got some ether stolen after visiting IDEX. Their ether was sent to [this address](https://etherscan.io/address/0x9bcb0a9d99d815bb87ee3191b1399b1bcc46dc77), which is full of comments of people telling similar stories of being phished on IDEX. I think we can safely block this, and probably safe some people some money.
* | | | | | | View address of an added token (#4591)Csaba S2018-06-193-22/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding menu actions for tokens * apply common style
* | | | | | | Merge pull request #4585 from MetaMask/ReenableDappReloadDan Finlay2018-06-173-1/+67
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Re-enable dapp reload on network change
| * | | | | | Re-enable dapp reload on network changeDan Finlay2018-06-153-1/+67
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to give devs some time to digest [this blog post](https://medium.com/metamask/breaking-change-no-longer-reloading-pages-on-network-change-4a3e1fd2f5e7) before we making a breaking change to our platform. Makes it easy to re-implement the change.
| | * / / / v4.8.0Thomas2018-06-152-8/+10
| |/ / / / |/| | | |
* | | | | Merge pull request #4524 from MetaMask/save-braveThomas Huang2018-06-152-3/+18
|\ \ \ \ \ | | | | | | | | | | | | Save Brave Fixes #4270
| * \ \ \ \ Merge branch 'develop' into save-bravekumavis2018-06-1539-6789/+6857
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #4571 from MetaMask/disable-diagnosticsDan Finlay2018-06-151-8/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | diagnostics - temporarily disable