Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ↵ | Dan | 2018-05-31 | 13 | -55/+203 |
| | | | | method. | ||||
* | getParamsForGasEstimate extracts symbol from token instead of just accepting ↵ | Dan | 2018-05-31 | 3 | -6/+6 |
| | | | | symbol. | ||||
* | Rename gas change actions. | Dan | 2018-05-31 | 4 | -22/+22 |
| | |||||
* | Split out getGasEstimate logic from updateGasTotal | Dan | 2018-05-31 | 1 | -3/+12 |
| | |||||
* | Update amount error on update of send screen. | Dan | 2018-05-31 | 4 | -23/+169 |
| | |||||
* | Fix setting of token balance on account switch in send screen from field. | Dan | 2018-05-31 | 3 | -3/+3 |
| | |||||
* | Send refactor: fix error handling and form disabling in send form. | Dan | 2018-05-26 | 8 | -47/+37 |
| | |||||
* | Clean up for send refactor PR. | Dan | 2018-05-25 | 6 | -17/+8 |
| | |||||
* | Move formShouldBeDisabled from send-footer util to component. | Dan | 2018-05-25 | 4 | -40/+72 |
| | |||||
* | Fix order of button text in page-container-footer. | Dan | 2018-05-25 | 2 | -10/+4 |
| | |||||
* | Display correct titles and subtitles on send token and editing send ↵ | Dan | 2018-05-25 | 9 | -14/+112 |
| | | | | transaction screens. | ||||
* | Fix display of primary currency symbol in send amount row | Dan | 2018-05-25 | 2 | -2/+8 |
| | |||||
* | Send refactor: fix amount max button for tokens. | Dan | 2018-05-24 | 2 | -2/+13 |
| | |||||
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-24 | 141 | -18228/+4692 |
|\ | |||||
| * | Merge pull request #4337 from MetaMask/recent-blocks-parallel | Frankie | 2018-05-23 | 1 | -15/+7 |
| |\ | | | | | | | controllers - recent-blocks - pull first historical blocks in parallel | ||||
| | * | controllers - recent-blocks - pull first historical blocks in parallel | kumavis | 2018-05-22 | 1 | -15/+7 |
| | | | |||||
| * | | Merge pull request #4321 from MetaMask/testing | kumavis | 2018-05-23 | 36 | -1557/+691 |
| |\ \ | | | | | | | | | MM controller tests and reorganizing test files | ||||
| | * | | Merge branch 'develop' into testing | tmashuang | 2018-05-22 | 6 | -53/+57 |
| | |\| | |||||
| | * | | Merge branch 'develop' into testing | tmashuang | 2018-05-22 | 9 | -13446/+22 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'develop' into testing | tmashuang | 2018-05-22 | 23 | -1810/+342 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'develop' into testing | tmashuang | 2018-05-22 | 8 | -548/+1503 |
| | |\ \ \ \ | |||||
| | * | | | | | Moved loose some loose test files to sub folders | tmashuang | 2018-05-21 | 29 | -59/+108 |
| | | | | | | | |||||
| | * | | | | | signMessage and signPersonalMessage | Thomas | 2018-05-18 | 1 | -13/+33 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'develop' into testing | Thomas | 2018-05-17 | 26 | -328/+371 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'develop' into testing | Thomas | 2018-05-17 | 62 | -2419/+5812 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'testing' of https://github.com/tmashuang/metamask-extension ↵ | Thomas | 2018-05-17 | 245 | -5461/+19016 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into testing | ||||
| | | * | | | | | | | console.log -> assert.equal | Thomas | 2018-05-09 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | ImportAccountWithStrategies Json and Keystore | Thomas | 2018-05-09 | 1 | -0/+30 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Remove approvePersonalMessage test | Thomas | 2018-05-08 | 1 | -45/+0 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge branch 'develop' into testing | Thomas | 2018-05-08 | 114 | -1662/+7483 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Bump package-lock | Thomas | 2018-04-25 | 1 | -621/+186 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | setupUntrustedCommunication and setupTrustedCommunication | Thomas | 2018-04-25 | 2 | -1/+46 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Merge branch 'master' into testing | Thomas | 2018-04-24 | 117 | -1908/+5281 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | ConfigManager markAccountsFound, markPasswordForgotten, unMarkPasswordForgotten | Thomas | 2018-04-24 | 1 | -7/+70 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | resetAccount and addNewAccount | Thomas | 2018-04-20 | 1 | -0/+45 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | newUnsignedMessage and newUnsignedPersonalMessage | Thomas | 2018-04-19 | 1 | -0/+102 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Merge branch 'master' into testing | Thomas | 2018-04-11 | 136 | -3068/+10732 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | MM-controlller tests | Thomas | 2018-04-11 | 1 | -2/+55 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Update Sinon methods. sinon.sandbox.create() -> sandbox.createSandbox() | Thomas | 2018-04-05 | 7 | -8/+8 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Merge branch 'testing' of https://github.com/tmashuang/metamask-extension ↵ | Thomas | 2018-04-03 | 3 | -7/+466 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into testing | ||||
| | * | | | | | | | | | | | | Update sinion methods. sandbox.create() -> createSandbox() | Thomas | 2018-04-05 | 7 | -7/+7 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge branch 'testing' of https://github.com/tmashuang/metamask-extension ↵ | Thomas | 2018-04-05 | 3 | -7/+466 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | into testing | ||||
| | | * | | | | | | | | | | | Metamask controller methods | Thomas | 2018-03-28 | 1 | -1/+146 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Remove console.log | Thomas | 2018-03-28 | 1 | -1/+0 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Update blacklist | Thomas | 2018-03-28 | 1 | -5/+320 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4333 from MetaMask/test-e2e-check-for-errors | Thomas Huang | 2018-05-23 | 3 | -52/+89 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test - e2e - check for console errors after each test | ||||
| | * | | | | | | | | | | | | | test - e2e - only inspect console for errors in chrome | kumavis | 2018-05-22 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | test - e2e - ignore 'development build of Redux' warning | kumavis | 2018-05-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | test - e2e - ignore 'development build of React' warning | kumavis | 2018-05-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | test - e2e - ignore favicon 404s | kumavis | 2018-05-22 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | old-ui - app - use state.metamask.selectedAddress instead of currentView.context | kumavis | 2018-05-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | old-ui - ens-input - fix params passed to input | kumavis | 2018-05-22 | 1 | -48/+53 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | test - e2e - ignore react 'unknown props dataset' warnings | kumavis | 2018-05-22 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | test - e2e - check for console errors after each test | kumavis | 2018-05-22 | 1 | -1/+17 |
| | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4308 from MetaMask/i4232-addtoken | kumavis | 2018-05-23 | 52 | -1086/+1442 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update designs for Add Token screen | ||||
| | * | | | | | | | | | | | | | Update input field border on focus | Alexander Tseung | 2018-05-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Fix tests | Alexander Tseung | 2018-05-21 | 3 | -41/+50 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 50 | -1056/+1401 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #4338 from MetaMask/ci-job-screens-enhance | Thomas Huang | 2018-05-23 | 2 | -95/+131 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ci - screens - continue screenshots through account creation + export account | ||||
| | * | | | | | | | | | | | | | ci - screens - continue screenshots through account creation + export account | kumavis | 2018-05-22 | 2 | -95/+131 |
| |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | Reveal get filtered tx list (#4332) | Frankie | 2018-05-22 | 3 | -46/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken) | ||||
| * | | | | | | | | | | | | | Merge pull request #4297 from MetaMask/ci-publish-release | Thomas Huang | 2018-05-22 | 3 | -7/+56 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | CI - publish release/prerelease | ||||
| | * | | | | | | | | | | | | Merge branch 'develop' into ci-publish-release | kumavis | 2018-05-22 | 34 | -14106/+1855 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | ci - add docs publish to job-publish-release | kumavis | 2018-05-19 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | docs - jsdoc - fix syntax | kumavis | 2018-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | ci - add prep-docs job | kumavis | 2018-05-19 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | ci - add job-publish-release | kumavis | 2018-05-19 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | ci - rename job-publish to job-publish-prerelease | kumavis | 2018-05-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | ci - clean - whitespace fix | kumavis | 2018-05-19 | 1 | -4/+3 |
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4295 from MetaMask/kumavis-patch-3 | Frankie | 2018-05-22 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ui - token-util - warn via loglevel on token lookup failure | ||||
| | * | | | | | | | | | | | | token-util - warn via loglevel on token lookup failure | kumavis | 2018-05-19 | 1 | -1/+2 |
| | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | | Merge pull request #4319 from MetaMask/ci-test-deps | Frankie | 2018-05-22 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI - remove node security test as blocker for prerelease builds + screenshots | ||||
| | * | | | | | | | | | | | | CI - remove node security test as blocker for builds | kumavis | 2018-05-22 | 1 | -2/+1 |
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4328 from MetaMask/i4325-yarnignore | Frankie | 2018-05-22 | 1 | -13432/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove yarn.lock | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | It tried to get away, but justice must be served. | Kevin Serrano | 2018-05-22 | 5 | -10/+7 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4326 from MetaMask/Jabher-develop | Frankie | 2018-05-22 | 3 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deps - bump extensionizer | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of https://github.com/Jabher/metamask-extension into ↵ | kumavis | 2018-05-22 | 3 | -6/+6 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Jabher-develop | ||||
| | | * | | | | | | | | | | | | bump extensionizer version to 1.0.1 (see ↵ | jabher | 2018-05-08 | 3 | -6/+6 |
| | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/extensionizer/pull/4) | ||||
| * | | | | | | | | | | | | | Merge pull request #4329 from MetaMask/Trigalti-develop | Kevin Serrano | 2018-05-22 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Injection Blacklist: adyen | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of https://github.com/Trigalti/metamask-extension ↵ | kumavis | 2018-05-22 | 1 | -1/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into Trigalti-develop | ||||
| | | * | | | | | | | | | | | | Added trailing comma for eslint | simon | 2018-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | Added adyen.com to blacklisted domains because postMessages are blocking ↵ | simon | 2018-05-18 | 1 | -1/+2 |
| | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | card encryption | ||||
| * | | | | | | | | | | | | | Merge pull request #4316 from MetaMask/fix-signature-request | kumavis | 2018-05-22 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix signature request header text | ||||
| | * | | | | | | | | | | | | | Fix signature request header text | Alexander Tseung | 2018-05-21 | 1 | -2/+0 |
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4273 from brunobar79/fix-new-ui-popup-header | kumavis | 2018-05-22 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove fix modal header height | ||||
| | * | | | | | | | | | | | | | remove fix header height | Bruno | 2018-05-17 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | | | Please, this is my third PR already, stop adding extra baggage. Also, ↵ | Kevin Serrano | 2018-05-22 | 1 | -13432/+0 |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed the yarn.lock. | ||||
| * | | | | | | | | | | | | | Merge pull request #4240 from MetaMask/EnhancePortGuide | kumavis | 2018-05-22 | 1 | -1/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | Enhance guide to porting to new platform | ||||
| | * | | | | | | | | | | | | Enhance guide to porting to new platform | Dan Finlay | 2018-05-12 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It skimmed over the complicated parts before, and left people unsure how to proceed. I now dive straight into what will confuse them, and provide links directly to the code that can help clarify. | ||||
| * | | | | | | | | | | | | | Merge pull request #4034 from whymarrh/account-nicknames | kumavis | 2018-05-22 | 22 | -114/+332 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | Move account names out of KeyringController | ||||
| | * | | | | | | | | | | | | Fix migration 026 to produce the correct shape for state.identities | Whymarrh Whitby | 2018-05-18 | 2 | -3/+10 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Update MetaMaskController vault restoration test for new KC api | Whymarrh Whitby | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Update eth-keyring-controller dependency | Whymarrh Whitby | 2018-05-17 | 2 | -194/+1363 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add migration to move identities from KeyringController | Whymarrh Whitby | 2018-05-17 | 3 | -0/+82 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add test case for PreferencesController#setAccountLabel | Whymarrh Whitby | 2018-05-17 | 1 | -0/+21 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add PreferencesController#setAddresses to update ids | Whymarrh Whitby | 2018-05-17 | 3 | -8/+66 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Update AddressBookController to read from preferences store | Whymarrh Whitby | 2018-05-17 | 3 | -35/+21 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Move setAccountLabel into PreferencesController | Whymarrh Whitby | 2018-05-17 | 14 | -58/+122 |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4278 from MetaMask/e2e-tests | kumavis | 2018-05-22 | 4 | -366/+83 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | E2e tests | ||||
| | * | | | | | | | | | | | Adjustments for previous PR | Thomas | 2018-05-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Testing timeouts | Thomas | 2018-05-17 | 2 | -200/+1369 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-15 | 34 | -823/+1172 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge e2e tests into one | Thomas | 2018-05-15 | 4 | -361/+79 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4199 from MetaMask/i3487-provider-errors | Dan Finlay | 2018-05-19 | 4 | -182/+1420 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | RPC error middleware for json-rpc-engine | ||||
| | * | | | | | | | | | | | Add new json-rpc-engine middleware for improved error handling | bitpshr | 2018-05-14 | 4 | -182/+1420 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4266 from MetaMask/send-screen-detailed-QA-checklist | kumavis | 2018-05-17 | 1 | -0/+96 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | Adds detailed QA checklist for the New UI send screen. | ||||
| | * | | | | | | | | | | | Adds description to send-screen-QA-checklist.md | Dan | 2018-05-16 | 1 | -1/+7 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Adds detailed QA checklist for the New UI send screen. | Dan | 2018-05-16 | 1 | -0/+90 |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #4235 from scsaba/transaction-history-timestamps | kumavis | 2018-05-17 | 5 | -74/+143 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction history timestamps | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-17 | 55 | -3285/+2945 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | scsaba-transaction-history-timestamps | ||||
| * | | | | | | | | | | | | Merge pull request #4146 from MetaMask/sentry-error-like2 | kumavis | 2018-05-17 | 1 | -17/+25 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sentry - add helper to fully rewrite all error messages | ||||
| | * | | | | | | | | | | | | sentry - add helper to fully rewrite all error messages | kumavis | 2018-05-01 | 1 | -17/+25 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4255 from MetaMask/i4233-dropdowns | kumavis | 2018-05-17 | 5 | -21/+58 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix account and network dropdowns in confirm screen | ||||
| | * | | | | | | | | | | | | | Fix account and network dropdowns in confirm screen | Alexander Tseung | 2018-05-15 | 5 | -21/+58 |
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4155 from ↵ | kumavis | 2018-05-17 | 14 | -216/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MetaMask/network-controller-remove-setNetworkEndpoints Network controller - remove dead code | ||||
| | * | | | | | | | | | | | | ui - unlock - remove setNetworkEndpoints calls from new unlock screen | kumavis | 2018-05-17 | 2 | -3/+0 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | ui - remove files accidently added by bad merge | kumavis | 2018-05-17 | 2 | -328/+0 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | network - remove debugging console.log | kumavis | 2018-05-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-17 | 73 | -2757/+8317 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | network-controller-remove-setNetworkEndpoints | ||||
| | * | | | | | | | | | | | | lint - cleanup some unused variables | kumavis | 2018-05-03 | 8 | -15/+0 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | test - network controller - remove tests for deprecated APIs + update tests | kumavis | 2018-05-03 | 1 | -25/+5 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | controllers - network - move default config out of first-time-state | kumavis | 2018-05-03 | 2 | -11/+15 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | network - refactor to remove unnecesary code | kumavis | 2018-05-01 | 3 | -124/+29 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | network - remove setNetworkEndpoints | kumavis | 2018-05-01 | 10 | -45/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | controllers - network - more semantic assert | kumavis | 2018-05-01 | 1 | -1/+1 |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | |||||
| | | | * | | | | | | | | | tx-state-history-helper - use more readable Date.now method | kumavis | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | fix lint issues | Csaba Solya | 2018-05-10 | 2 | -2/+2 |
| | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | remove unnecessary lib | Csaba Solya | 2018-05-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | revert unnecessary change in state manager | Csaba Solya | 2018-05-10 | 1 | -13/+7 |
| | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | add time stamps to transaction history log entries | Csaba Solya | 2018-05-10 | 5 | -81/+157 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-05-15 | 0 | -0/+0 |
|\| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4251 from whymarrh/e2e-fixes | Thomas Huang | 2018-05-15 | 3 | -6/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small e2e test adjustments | ||||
| | * | | | | | | | | | | | | e2e: Use the more reliable enter key for logging in | Whymarrh Whitby | 2018-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | e2e: Wait a bit before clicking through privacy screen | Whymarrh Whitby | 2018-05-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The network connection can take a bit so we need to wait for the spinner to go away. | ||||
| | * | | | | | | | | | | | | e2e: Adjust the extension ID query for newer Chrome versions | Whymarrh Whitby | 2018-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | e2e: Use newest window as MM tx confirm popup | Whymarrh Whitby | 2018-05-15 | 2 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Bail after the first e2e test failure | Whymarrh Whitby | 2018-05-15 | 1 | -2/+2 |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where the tests are sequential, every test after the first failure is bound for failure as well so we can bail after the first. | ||||
| * | | | | | | | | | | | | Merge pull request #4245 from MetaMask/i4208-error | Kevin Serrano | 2018-05-15 | 8 | -233/+216 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | Add error message when passwords don't match in first time flow. Chan… | ||||
| | * | | | | | | | | | | | Add error message when passwords don't match in first time flow. Change ↵ | Alexander Tseung | 2018-05-14 | 8 | -233/+216 |
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | input field styling in first time flow | ||||
| * | | | | | | | | | | | Merge pull request #4190 from MetaMask/i3614-unlock | Frankie | 2018-05-13 | 30 | -598/+964 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new unlock screen design | ||||
| | * | | | | | | | | | | | Add TextField component to storybook | Alexander Tseung | 2018-05-12 | 3 | -2/+25 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 29 | -598/+941 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #4226 from MetaMask/e2e-tests | kumavis | 2018-05-12 | 8 | -793/+1058 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | / / / / / / / | | |_|_|/ / / / / / / | |/| | | | | | | | | | E2E tests | ||||
| | * | | | | | | | | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-12 | 5 | -1440/+607 |
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Chinese translation Enhancements (#4218) | Orange | 2018-05-12 | 1 | -25/+358 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #4231 from MetaMask/fix-nodesecurity | kumavis | 2018-05-12 | 3 | -1414/+248 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | Fix Node Security vulnerability warnings | ||||
| | * | | | | | | | | | Add advisory #157 to .nsprc | Alexander Tseung | 2018-05-11 | 1 | -1/+4 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Update lodash | Alexander Tseung | 2018-05-10 | 1 | -51/+51 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Update deep-extend and sshpk | Alexander Tseung | 2018-05-10 | 2 | -1362/+193 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #4214 from MetaMask/tx-controller-doc-typo | Dan Finlay | 2018-05-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix documentation error | ||||
| | * | | | | | | | | | Fix documentation typo | bitpshr | 2018-05-08 | 1 | -1/+1 |
| | | |_|/ / / / / / | | |/| | | | | | | | |||||
| | | * | | | | | | | Increase timeout | Thomas | 2018-05-11 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Fix typo | Thomas | 2018-05-11 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Job Screens with Shadow Dom Css selector | Thomas | 2018-05-11 | 3 | -6/+7 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Multistep Shadow Dom Query Selector for local extension id | Thomas | 2018-05-11 | 1 | -10/+10 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-09 | 23 | -25/+3195 |
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #4196 from MetaMask/i3457-fontweight | Thomas Huang | 2018-05-09 | 11 | -22/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Change font weight from 300 to 400 | ||||
| | * | | | | | | | | | Change font weight from 300 to 400 | Alexander Tseung | 2018-05-06 | 11 | -22/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #4099 from MetaMask/i4043-storybook-dev2 | Thomas Huang | 2018-05-09 | 12 | -3/+3199 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | Add storybook integration | ||||
| | * | | | | | | | | | Add storybook README.md file | Alexander Tseung | 2018-05-08 | 1 | -0/+10 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add storybook integration | Alexander Tseung | 2018-05-04 | 11 | -3/+3189 |
| | |/ / / / / / / / | |||||
| | | * | | | | | | | Update test:screens to newest chrome extension list | Thomas | 2018-05-08 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-08 | 5 | -5/+51 |
| | | |\ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Fix Slovenian translation (#4189) | Filip Š | 2018-05-08 | 1 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #4163 from MetaMask/check-nonce-ussage | kumavis | 2018-05-08 | 4 | -1/+47 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | Check nonce ussage | ||||
| | * | | | | | | | | transactions - add a nonce check utility for ui use | frankiebee | 2018-05-02 | 3 | -0/+46 |
| | | | | | | | | | | |||||
| | * | | | | | | | | fix - getTxsByMetaData check if the key is in the object not if the value is ↵ | frankiebee | 2018-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | truthy | ||||
| | | * | | | | | | | Update to extension Id path for new chrome | Thomas | 2018-05-08 | 1 | -5/+5 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Remove waiting for button to be enabled TOU | Thomas | 2018-05-04 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge branch 'e2e-tests' of https://github.com/tmashuang/metamask-extension ↵ | Thomas | 2018-05-04 | 81 | -1892/+4484 |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into e2e-tests | ||||
| | | | * | | | | | | | Add a comment on the confirmation transaction metamask popup showing blank, ↵ | Thomas | 2018-05-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but button still renders | ||||
| | | | * | | | | | | | Quit chromedriver after test | Thomas | 2018-05-04 | 1 | -3/+3 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Bump package lock | Thomas | 2018-05-04 | 1 | -629/+285 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-04 | 79 | -1361/+4296 |
| | | | |\ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #4156 from MetaMask/i4010-spinner | kumavis | 2018-05-03 | 9 | -10/+115 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix styling of the app spinner | ||||
| | * | | | | | | | | | | Fix styling of the app spinner | Alexander Tseung | 2018-05-01 | 9 | -10/+115 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #4173 from MetaMask/chromedriver | kumavis | 2018-05-03 | 2 | -182/+1360 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Pin chromedriver version to 2.36.0 | ||||
| | * | | | | | | | | | | | Remove eth-block-tracker package | Alexander Tseung | 2018-05-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Pin chromedriver version to 2.36.0 | Alexander Tseung | 2018-05-03 | 2 | -181/+1360 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #4172 from MetaMask/nodesecurity | kumavis | 2018-05-03 | 3 | -0/+319 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds nsp check to CircleCI tests | ||||
| | * | | | | | | | | | | | Adds nsp check to CircleCI tests | Alexander Tseung | 2018-05-03 | 3 | -0/+319 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #4166 from MetaMask/i4010-deps4 | Frankie | 2018-05-02 | 2 | -0/+290 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds path and resolve-url-loader packages for storybook integration | ||||
| | * | | | | | | | | | | | Adds sass-loader and style-loader packages for storybook integration | Alexander Tseung | 2018-05-02 | 2 | -0/+123 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Adds path and resolve-url-loader packages for storybook integration | Alexander Tseung | 2018-05-02 | 2 | -0/+167 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #4164 from MetaMask/i4010-deps3 | Frankie | 2018-05-02 | 2 | -1395/+1723 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds css-loader and file-loader needed for storybook integration | ||||
| | * | | | | | | | | | | | Adds css-loader and file-loader needed for storybook integration | Alexander Tseung | 2018-05-02 | 2 | -1395/+1723 |
| |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #4162 from MetaMask/ui-actions-pify-importNewAccount | kumavis | 2018-05-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ui - actions - importNewAccount - rethrow err on failure | ||||
| | * | | | | | | | | | | ui - actions - importNewAccount - rethrow err on failure | kumavis | 2018-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #4143 from prettymuchbryce/blacklist-shopify-iframe | kumavis | 2018-05-01 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | Blacklist problematic shopify iFrame | ||||
| | * | | | | | | | | | | Blacklist problematic shopify iFrame | Bryce Neal | 2018-05-01 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Handle Promise rejections when importing accounts (#4142) | Paul Bouchon | 2018-05-01 | 5 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Silently catch import failures since errors exist in Redux state * Add comment about no-op catch statement | ||||
| * | | | | | | | | | | | Merge pull request #4144 from MetaMask/ui-actions-pify-importNewAccount | kumavis | 2018-05-01 | 1 | -24/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ui - actions - importNewAccount - use async and pify for cleaner syntax | ||||
| | * | | | | | | | | | | ui - actions - importNewAccount - use async and pify for cleaner syntax | kumavis | 2018-05-01 | 1 | -24/+20 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #4139 from MetaMask/sentry-enhancementsv4.6.1 | Thomas Huang | 2018-05-01 | 1 | -16/+34 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Sentry enhancements | ||||
| | * | | | | | | | | | | sentry - report error-like messages using the obj message | kumavis | 2018-05-01 | 1 | -0/+10 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | sentry - wrap report modifiers in a try-catch | kumavis | 2018-05-01 | 1 | -16/+24 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #4059 from MetaMask/i-4033-seed-words | kumavis | 2018-05-01 | 21 | -425/+475 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use new design for Reveal Seed screen. Persist seed words only in the first time flow. | ||||
| | * | | | | | | | | | | Redirect to correct seed phrase screen | Alexander Tseung | 2018-04-27 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵ | Alexander Tseung | 2018-04-23 | 28 | -4150/+305 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | i-4033-seed-words | ||||
| | * | | | | | | | | | | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 18 | -306/+461 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flow | ||||
| | * | | | | | | | | | | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 6 | -116/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de. | ||||
| * | | | | | | | | | | | Merge pull request #4111 from MetaMask/build-fix-sourcemaps | Frankie | 2018-05-01 | 4 | -62/+103 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Build - fix sourcemaps | ||||
| | * | | | | | | | | | | | deps - package-lock | kumavis | 2018-04-28 | 1 | -51/+43 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | development - add sourcemap debug tool | kumavis | 2018-04-28 | 2 | -0/+50 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | build - minify via gulp-uglify-es instead of uglifyify | kumavis | 2018-04-28 | 2 | -11/+10 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4121 from MetaMask/i3688-shapeshift-500s | kumavis | 2018-05-01 | 2 | -7/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ShapeShift purchases | ||||
| | * | | | | | | | | | | | | Fix ShapeShift purchases on new UI | bitpshr | 2018-04-29 | 1 | -6/+7 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Update old UI ShapeshiftForm to gracefully handle errors | bitpshr | 2018-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4116 from MetaMask/test-unit-ganache | Thomas Huang | 2018-05-01 | 5 | -55/+114 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | Test - Move unit tests to ganache-core | ||||
| | * | | | | | | | | | | | | deps - package-lock | kumavis | 2018-04-28 | 1 | -38/+80 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | test - unit - send from test accounts to avoid not-enough-balance error from ↵ | kumavis | 2018-04-28 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ganache | ||||
| | * | | | | | | | | | | | | test - unit - use ganache instead of deprecated block-tracker test util | kumavis | 2018-04-28 | 2 | -5/+22 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4132 from MetaMask/master | kumavis | 2018-04-30 | 2 | -18/+25 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Master | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #4128 from MetaMask/raven-transport-fix | kumavis | 2018-04-30 | 2 | -18/+25 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | guard adainst raven erroring | ||||
| | | * | | | | | | | | | | | | guard adainst raven erroring | frankiebee | 2018-04-30 | 2 | -18/+25 |
| | |/ / / / / / / / / / / / | |||||
| * | | / / / / / / / / / / | Verify identities state after restoring new accounts (#4091) | Paul Bouchon | 2018-04-30 | 1 | -8/+25 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4113 from ↵ | kumavis | 2018-04-28 | 4 | -45/+43 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MetaMask/i4107-send-tokens-without-symbols-decimal-methods Wraps calls to symbol() and decimals() in try catch (Fixes #4107) | ||||
| | * | | | | | | | | | | | Simplify return of existing token in getSymbolAndDecimals | Dan | 2018-04-28 | 1 | -4/+1 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Convert decimals to string in getSymbolAndDecimals; return null for symbol ↵ | Dan | 2018-04-28 | 3 | -20/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or decimals. | ||||
| | * | | | | | | | | | | | Wraps calls to symbol() and decimals() in try catch | Dan | 2018-04-28 | 3 | -30/+41 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #4110 from MetaMask/master | kumavis | 2018-04-28 | 20 | -395/+862 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Develop - Add commits to develop that are already in Master | ||||
| | * | | | | | | | | | | Merge pull request #4095 from MetaMask/v4.6.0v4.6.0 | Thomas Huang | 2018-04-27 | 10 | -123/+1848 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 4.6.0 | ||||
| | | * | | | | | | | | | | v4.6.0 | kumavis | 2018-04-27 | 2 | -1/+3 |
| | | | |_|/ / / / / / / | | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | Merge pull request #4042 from MetaMask/tx-controller-rewrite-v3 | kumavis | 2018-04-26 | 18 | -394/+859 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | docs and file organization for txController | ||||
| | | * | | | | | | | | | | transactions - more docs and clean ups | frankiebee | 2018-04-26 | 6 | -55/+116 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Cleaned up some typos and JSDocs in Transactions | Dan Finlay | 2018-04-24 | 3 | -38/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nonce tracker is not fully documented yet. Have not yet touched: - tx-state-manager - tx-state-history-helper - util - tx-gas-utils - pending-tx-tracker | ||||
| | | * | | | | | | | | | | transactions - fix refernces | frankiebee | 2018-04-20 | 2 | -1/+2 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Merge branch 'master' into tx-controller-rewrite-v3 | frankiebee | 2018-04-20 | 163 | -3365/+14592 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | meta - transactions - docs yo! | frankiebee | 2018-04-20 | 9 | -73/+351 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | fix up - more docs | frankiebee | 2018-04-14 | 3 | -38/+77 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | meta - transactions - code clean up and jsDoc | frankiebee | 2018-04-14 | 2 | -43/+111 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | transactions - code cleanup | frankiebee | 2018-04-13 | 2 | -58/+59 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | transactions - lint fixes | frankiebee | 2018-04-11 | 3 | -12/+12 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | meta - transactions - create a transactions dir in controller and move ↵ | frankiebee | 2018-04-11 | 16 | -240/+255 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relevant files into it | ||||
| * | | | | | | | | | | | | | Merge pull request #4097 from MetaMask/i4096-token-rates-error | Kevin Serrano | 2018-04-28 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return 0 for token rate fetch failures | ||||
| | * | | | | | | | | | | | | | Return 0 for token rate fetch failures | bitpshr | 2018-04-27 | 1 | -1/+5 |
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | |||||
| * / | | | | | | | | | | | | Allow transactions with 0-gwei gas price (#4073) | Paul Bouchon | 2018-04-27 | 7 | -48/+80 |
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay | ||||
| * | | | | | | | | | | | | Merge pull request #4065 from MetaMask/i18n-helper-bugfix | Dan Finlay | 2018-04-26 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n-helper - abort on i18n failure | ||||
| | * | | | | | | | | | | | | i18n-helper - wrap fallback in brackets to help indicate something is wrong | kumavis | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Return key instead of empty string on i18n fail | Dan Finlay | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | i18n-helper - abort on i18n failure | kumavis | 2018-04-25 | 1 | -1/+2 |
| | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | | Merge pull request #4083 from MetaMask/pe-bump | Dan Finlay | 2018-04-26 | 3 | -42/+176 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc - bump provider-engine + eth-json-rpc-filters | ||||
| | * | | | | | | | | | | | | rpc - bump provider-engine + eth-json-rpc-filters | kumavis | 2018-04-26 | 3 | -42/+176 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4068 from MetaMask/privacy-notice-patch | kumavis | 2018-04-26 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | Clarify privacy notice | ||||
| | * | | | | | | | | | | | | Updated notices json file. | Kevin Serrano | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Clarify privacy notice | Dan Finlay | 2018-04-25 | 1 | -1/+1 |
| | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | We got an alarmed user in support because the word "account" does not clarify what is revealed, and could imply private key. | ||||
| * | | | | | | | | | | | | Merge pull request #4080 from MetaMask/AddDevelopGuideToContributing | Dan Finlay | 2018-04-26 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add develop guide to contributing.md | ||||
| | * | | | | | | | | | | | | Add develop guide to contributing.md | Dan Finlay | 2018-04-26 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain our new master-develop git branch strategy, so developers know which branch to PR against. | ||||
| * | | | | | | | | | | | | | Merge pull request #4070 from MetaMask/i3999-DeterministicBuilds | Dan Finlay | 2018-04-26 | 2 | -75/+1661 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | Make minified builds determinstic | ||||
| | * | | | | | | | | | | | | Move uglifyify to MetaMask org | Dan Finlay | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | |