Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds gas-duck.test.js tests. | Dan Miller | 2018-12-04 | 1 | -0/+300 |
| | |||||
* | Styling fixes for gas customization advanced tab content. | Dan Miller | 2018-12-04 | 4 | -3/+2 |
| | |||||
* | Improvements to propdefaults in button-group.component and ↵ | Dan Miller | 2018-12-04 | 2 | -2/+3 |
| | | | | basic-tab-content.component | ||||
* | Connect the gas-button-group component to redux and a live api. | Dan Miller | 2018-12-04 | 15 | -111/+573 |
| | |||||
* | Adds basic tab content to gas customizer, with styled button group (static, ↵ | Dan Miller | 2018-12-04 | 16 | -15/+615 |
| | | | | for now). | ||||
* | Improve styling of advanced-tab-content gasInput row | Dan Miller | 2018-12-04 | 3 | -5/+11 |
| | |||||
* | Add tests for advanced-tab-component.js and subcomponents. | Dan Miller | 2018-12-04 | 5 | -18/+282 |
| | |||||
* | Remove gas slider from advance-tab-content.component | Dan Miller | 2018-12-04 | 3 | -19/+2 |
| | |||||
* | Split advanced-tab-content.component.js render() method into smaller ↵ | Dan Miller | 2018-12-04 | 3 | -31/+63 |
| | | | | pieces; add translations to the same file. | ||||
* | Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵ | Dan Miller | 2018-12-04 | 21 | -63/+538 |
| | | | | customize modal. | ||||
* | Use BEM for css in gas-modal-page-container | Dan Miller | 2018-12-04 | 3 | -26/+28 |
| | |||||
* | Use correct message key in gas-modal-page-container.component.js | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Adds new gas customization modal container (without content) | Dan Miller | 2018-12-04 | 11 | -29/+371 |
| | |||||
* | Merge pull request #5876 from MetaMask/Version-5.1.0v5.1.0 | Thomas Huang | 2018-12-04 | 2 | -1/+8 |
|\ | | | | | Version 5.1.0: East Bay Represent | ||||
| * | Version 5.1.0: East Bay | Dan Finlay | 2018-12-04 | 2 | -1/+8 |
|/ | |||||
* | Merge pull request #5875 from MetaMask/UpdatePhishingWarning | Thomas Huang | 2018-12-04 | 1 | -5/+4 |
|\ | | | | | Update phishing warning copy | ||||
| * | Update phishing warning copy | Dan Finlay | 2018-12-04 | 1 | -5/+4 |
| | | | | | | | | Per advice of legal counsel. | ||||
* | | Add docs link (#5870) | Dan Finlay | 2018-12-04 | 1 | -1/+3 |
|/ | |||||
* | Hide link for phishing-detect page (#5864) | Michael - Blurpesec | 2018-12-02 | 1 | -1/+1 |
| | | | | | | * Soften language on phishing-detect page * remove quotes | ||||
* | Merge pull request #5865 from MetaMask/mmc-fix | Bruno Barbieri | 2018-12-01 | 1 | -1/+0 |
|\ | | | | | Fix visibility of mmc | ||||
| * | fix visibility | Bruno Barbieri | 2018-12-01 | 1 | -1/+0 |
|/ | |||||
* | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 15 | -28/+290 |
| | | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com> | ||||
* | bugfix: normalize contract addresss when fetching exchange rates (#5863) | Paul Bouchon | 2018-12-01 | 1 | -1/+3 |
| | |||||
* | Fixed Vivek's bug (#5860) | Dan Finlay | 2018-11-30 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed Vivek's bug Fixes #5850 What was happening: It seems that his MetaMask had crashed while some new transactions had been loading defaults. He probably had a network connectivity issue to Infura (which we are working with Infura to address). As a result of this network cutout, his three unapproved transactions were not marked failed, and were not marked as `loadingDefaults = false`, as their gas prices had not yet been estimated. Normally this behavior is supposed to clean itself up when the transaction controller starts up, via the `TransactionController._onBootCleanUp()` function, but in this case, during unlock, that function was unable to do its job because when it requested the transaction list, the current network was in the `loading` state, making it proceed as if there were no pending transactions. To fix this, I am doing two things: - Setting transactions to loadingDefaults = false in more catch blocks. - Calling `onBootCleanUp()` when the network store's status changes, so that it will re-trigger when loading completes. * Fixed reference * Fixed infinite loop bug Was refreshing the tx list on every tx state change instead of just network changes, creating an infinite loop. * Add notes to tx updates to clarify logs | ||||
* | Version 5.0.4 RC1 (#5859)v5.0.4 | Dan Finlay | 2018-11-30 | 2 | -2/+24 |
| | |||||
* | transactions/tx-gas-utils - add the acctual response for eth_getCode for ↵ | Frankie | 2018-11-30 | 1 | -0/+9 |
| | | | | NO_CONTRACT_ERROR's && add a debug object to simulationFailed (#5840) | ||||
* | Merge pull request #5848 from MetaMask/Less-Certain-Language | Whymarrh Whitby | 2018-11-29 | 1 | -1/+1 |
|\ | | | | | Soften accusatory language on phishing warning | ||||
| * | Soften accusatory language on phishing warning | Dan Finlay | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | We don't always know for sure that sites marked as phishers are defiitely scams, and so we should avoid language that makes concrete accusations. | ||||
* | | Merge pull request #5835 from MetaMask/revert-5412-after-install-steps | Whymarrh Whitby | 2018-11-27 | 5 | -9/+53 |
|\ \ | |/ |/| | Open full-screen UI on install | ||||
| * | Update e2e tests to handle any post-install window creation | Whymarrh Whitby | 2018-11-27 | 3 | -9/+38 |
| | | |||||
| * | Add JSDoc to closeAllWindowHandlesExcept e2e helper fn | Whymarrh Whitby | 2018-11-27 | 1 | -0/+7 |
| | | |||||
| * | Open full-screen UI on install | Whymarrh Whitby | 2018-11-27 | 1 | -5/+4 |
| | | |||||
| * | Revert "Don't open MetaMask website after install" | Whymarrh Whitby | 2018-11-27 | 1 | -0/+9 |
|/ | |||||
* | Pin two module versions to avoid flatmap-stream hack (#5839) | Dan Finlay | 2018-11-27 | 1 | -2/+2 |
| | | | | | | | | | The flatmap-stream module was compromised. MetaMask was NOT affected, but two of our dependencies could include it if they updated, so I am temporarily pinning those versions until they can be updated consciously. Related to https://github.com/dominictarr/event-stream/issues/116 | ||||
* | Hide app-header when provider request pending (#5831) | Whymarrh Whitby | 2018-11-27 | 2 | -5/+19 |
| | |||||
* | Autofill gasPrice for retry attempts with either the recommended gasprice or ↵ | Frankie | 2018-11-27 | 2 | -1/+13 |
| | | | | | | | | a %10 bump (#5786) * transactions - autofill gasPrice for retry attempts with either the recomened gasprice or a %10 bump * lint | ||||
* | transactions - ensure err is defined when setting tx failed (#5801) | Frankie | 2018-11-27 | 1 | -4/+6 |
| | |||||
* | Merge pull request #5792 from MetaMask/signed-type-data-error-hw-wallet | Bruno Barbieri | 2018-11-27 | 1 | -9/+16 |
|\ | | | | | Consider HW Wallets for signTypedMessage | ||||
| * | Use Array.includes | Bruno Barbieri | 2018-11-27 | 1 | -4/+4 |
| | | |||||
| * | remove extra semicolon | brunobar79 | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | consider hw wallets | brunobar79 | 2018-11-21 | 1 | -9/+16 |
| | | |||||
* | | Show disabled cursor in .network-disabled state (#5829) | Whymarrh Whitby | 2018-11-27 | 1 | -1/+1 |
| | | |||||
* | | Trim whitespace from seed phrase during import (#5827) | Whymarrh Whitby | 2018-11-27 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #5832 from whymarrh/connect-request-notifs | Whymarrh Whitby | 2018-11-27 | 2 | -4/+8 |
|\ \ | | | | | | | Show Connect Requests count in extension badge | ||||
| * | | Show Connect Requests count in extension badge | Whymarrh Whitby | 2018-11-26 | 1 | -1/+3 |
| | | | |||||
| * | | Use initState to avoid type-checking providerRequests in state | Whymarrh Whitby | 2018-11-26 | 1 | -3/+5 |
|/ / | |||||
* | | Merge pull request #5816 from MetaMask/issue-5815 | Thomas Huang | 2018-11-25 | 21 | -44/+44 |
|\ \ | | | | | | | Increase Token Symbol length to twelve | ||||
| * | | Increase Token Symbol length to twelve | Thomas Huang | 2018-11-23 | 21 | -44/+44 |
| | | | |||||
* | | | change wording of phishing notice, due to EIP 1102 (#5819) | Christopher Elwell | 2018-11-24 | 1 | -1/+1 |
|/ / | | | | | With the EIP 1102 updates, MetaMask *does* now open itself when visiting some websites. Changed the wording here to clarify that MetaMask will not open itself to ask you for your seed phrase. | ||||
* | | Merge pull request #5810 from whymarrh/bump-nvmrc | Whymarrh Whitby | 2018-11-22 | 2 | -9/+10 |
|\ \ | | | | | | | Bump Node version to 8.13 | ||||
| * | | Update local build instructions | Whymarrh Whitby | 2018-11-22 | 1 | -8/+9 |
| | | | |||||
| * | | nvm: Bump Node version to 8.13 | Whymarrh Whitby | 2018-11-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #5797 from MetaMask/trezor-v6 | Bruno Barbieri | 2018-11-22 | 12 | -45/+167 |
|\ \ \ | |/ / |/| | | Add Firefox and Brave support for Trezor | ||||
| * | | bump eth-trezor-keyring | brunobar79 | 2018-11-22 | 2 | -7288/+7352 |
| | | | |||||
| * | | update package-lock | brunobar79 | 2018-11-21 | 1 | -7313/+7277 |
| | | | |||||
| * | | trezor v6 | brunobar79 | 2018-11-21 | 3 | -7419/+7441 |
| | | | |||||
| * | | fix merge conflicts | brunobar79 | 2018-11-21 | 72 | -8609/+8076 |
| |\ \ | |||||
| * | | | clean up | brunobar79 | 2018-11-15 | 2 | -3/+2 |
| | | | | |||||
| * | | | Merge branch 'trezor-v5' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-11-15 | 2 | -8/+19 |
| |\ \ \ | | | | | | | | | | | | | | | | trezor-v5 | ||||
| | * | | | test | brunobar79 | 2018-11-15 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | test | brunobar79 | 2018-11-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | test | brunobar79 | 2018-11-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | try with custom box | brunobar79 | 2018-11-15 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | package-lock.json | brunobar79 | 2018-11-15 | 1 | -20/+41 |
| | | | | | |||||
| * | | | | update package-lock.json | brunobar79 | 2018-11-15 | 1 | -17/+27 |
| | | | | | |||||
| * | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-11-15 | 7 | -10/+45 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-11-15 | 3 | -1/+40 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'develop' into trezor-v5 | brunobar79 | 2018-11-14 | 46 | -479/+4603 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-11-07 | 191 | -3748/+6145 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-10-21 | 104 | -8896/+12489 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | fix conflicts | brunobar79 | 2018-10-17 | 298 | -12054/+28334 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | update package-lock.json | brunobar79 | 2018-09-11 | 1 | -95/+167 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fix merge conflicts | brunobar79 | 2018-09-11 | 4 | -4/+8 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | update package-lock.json | brunobar79 | 2018-09-11 | 1 | -49/+126 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-09-06 | 173 | -2562/+4615 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | add port names blacklist | brunobar79 | 2018-08-23 | 1 | -0/+8 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | handle onDisconnect | brunobar79 | 2018-08-23 | 1 | -0/+4 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-23 | 11 | -5776/+1605 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | update package-lock | brunobar79 | 2018-08-22 | 1 | -6/+14 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-08-22 | 4 | -18/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | fix comment | brunobar79 | 2018-08-21 | 1 | -2/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-21 | 116 | -4856/+8379 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | update package-lock | brunobar79 | 2018-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | fix e2e tests | brunobar79 | 2018-08-11 | 1 | -30/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | undo permission change | brunobar79 | 2018-08-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add error messages | brunobar79 | 2018-08-11 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | hide export private key for trezor accounts | brunobar79 | 2018-08-10 | 2 | -32/+46 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | fixes | brunobar79 | 2018-08-10 | 4 | -6779/+49 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add app/vendor dir to eslintignore | brunobar79 | 2018-08-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | use new connect.js file | brunobar79 | 2018-08-10 | 2 | -9479/+1245 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-08-10 | 18 | -29/+194 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | update package-lock.json | brunobar79 | 2018-08-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-09 | 21 | -32534/+32471 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | clean up | brunobar79 | 2018-08-05 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | trezor v5 working on firefox | brunobar79 | 2018-08-05 | 7 | -2/+15084 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Fix usage of setState in ConfirmTransactionBase#handleSubmit (#5799) | Whymarrh Whitby | 2018-11-22 | 1 | -16/+29 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Show byte count for hex data on confirm screen (#5798) | Whymarrh Whitby | 2018-11-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge pull request #5334 from whymarrh/ui-switch | Whymarrh Whitby | 2018-11-22 | 41 | -795/+166 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default to the new UI for first time users | ||||
| * | | | | | | | | | | | | | | | | | Remove first-time and navigate-txs integration tests | Whymarrh Whitby | 2018-11-21 | 5 | -340/+1 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Speed up genStates script by using built-in require fn | Whymarrh Whitby | 2018-11-21 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | ci: Drop old UI e2e tests from CircleCI | Whymarrh Whitby | 2018-11-21 | 1 | -41/+0 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Remove Mascara from CircleCI config | Whymarrh Whitby | 2018-11-21 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Remove "Beta" from welcome messages | Whymarrh Whitby | 2018-11-21 | 21 | -34/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete | ||||
| * | | | | | | | | | | | | | | | | | Don't announce new UI to users switching back | Whymarrh Whitby | 2018-11-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Update new UI links in the old UI s/Beta/New/ | Whymarrh Whitby | 2018-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Remove "Beta" from header logo | Whymarrh Whitby | 2018-11-21 | 3 | -116/+63 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Add timeout to waitUntilXWindowHandles e2e helper fn | Whymarrh Whitby | 2018-11-21 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Update new UI e2e tests for new UI default | Whymarrh Whitby | 2018-11-21 | 4 | -209/+21 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Default to the new UI for first time users | Whymarrh Whitby | 2018-11-21 | 4 | -32/+26 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge pull request #5791 from MetaMask/fix-ledger-stuff | Bruno Barbieri | 2018-11-21 | 2 | -208/+208 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Bump eth-ledger-bridge-keyring | ||||
| * | | | | | | | | | | | | | | | | update package-lock.json | brunobar79 | 2018-11-21 | 2 | -208/+208 |
|/ / / / / / / / / / / / / / / / | |||||
* / / / / / / / / / / / / / / / | Version 5.0.3 (#5785) | Dan Finlay | 2018-11-21 | 6 | -277/+270 |
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Version 5.0.3 Includes a fix to the `version:bump` script that now correctly updates the changelog header. * Include inpage provider events | ||||
* | | | | | | | | | | | | | | | Fix button styling for Create Account Connect (#5787) | Alexander Tseung | 2018-11-20 | 3 | -47/+13 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 37 | -104/+138 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value | ||||
* | | | | | | | | | | | | | | | 1102: Push publicConfigStore to next turn to avoid race conditiono (#5777) | Paul Bouchon | 2018-11-18 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Auto fail transactions that have been approved for over 12 hours (#5765) | Dan Finlay | 2018-11-17 | 4 | -0/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Auto fail transactions that have been approved for over 12 hours Converts txs using a migration. This migration uses a new helper function that generates tx-failing migrations, and only requires a version, error message, and condition to run on each transaction. * Linted * Only migrate approved txs to failed * Cleanup * Cleanup * Small lint fixes | ||||
* | | | | | | | | | | | | | | | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 15 | -37/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors | ||||
* | | | | | | | | | | | | | | | Tx controller now uses safe event emitter (#5769) | Frankie | 2018-11-17 | 9 | -229/+265 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * transactions - use safe-event-emitter over events * tests - pass a platform object on init with a noop showTransactionNotification * test - fix for tx-state-history-helper trying to reduce an empty array * deps - safe-event-emitter * lint | ||||
* | | | | | | | | | | | | | | | delete generated file | Esteban MIno | 2018-11-16 | 1 | -1171/+0 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | detect os | Esteban MIno | 2018-11-16 | 2 | -1/+1176 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | fix url and remove -e fr macos | Esteban MIno | 2018-11-16 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | working on macos | Esteban MIno | 2018-11-16 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | fix macos attempt | Esteban MIno | 2018-11-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | sed a command macos | Esteban MIno | 2018-11-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | add -i suffix -e for macos | Esteban MIno | 2018-11-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | add -i workaround suffix for macos | Esteban MIno | 2018-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | fix typos | Esteban MIno | 2018-11-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | add comments | Esteban MIno | 2018-11-16 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | delete use of grep | Esteban MIno | 2018-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | provide automatic changelog since last tag for linux | Esteban MIno | 2018-11-16 | 3 | -1/+18 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Update npm dependencies to reduce vulnerabilities (#5556) | Bruno Barbieri | 2018-11-16 | 2 | -8970/+12368 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #5759 from MetaMask/drizzle-update | Bruno Barbieri | 2018-11-15 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update drizzle-test job | ||||
| * | | | | | | | | | | | | | | remove error flags from drizzle setup | brunobar79 | 2018-11-15 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #5760 from MetaMask/retroactive-changelog | kumavis | 2018-11-15 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Add old changelog entry | ||||
| * | | | | | | | | | | | | | | Add old changelog entry | Dan Finlay | 2018-11-15 | 1 | -0/+1 |
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Describing when we added support for cross-extension comms. https://github.com/MetaMask/metamask-extension/pull/3997 | ||||
* | | | | | | | | | | | | / | Resubmit approved transactions on new block (#5752) | Dan Finlay | 2018-11-15 | 6 | -6/+44 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add beginning of test * Resubmit approved transactions on new block May fix #4343 and related issues, where an error could leave transactions stranded in the approved state. * Remove unused test * Re-approve transactions when retrying approved * Add retry approved test * Include approved in pending tx count * Fix getPendingTxs() * Linted * Only throw hash error in submitted state * Only check submitted txs for block inclusion * Fix test expectations | ||||
* | | | | | | | | | | | | | 1102: use meta title if it exists before title | Paul Bouchon | 2018-11-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Show APPROVED status for transactions that have been approved but not submitted | Alexander Tseung | 2018-11-14 | 2 | -1/+35 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Update Balanc3 API (#5744) | Paul Bouchon | 2018-11-14 | 3 | -32/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update balanc3 API used in TokenRatesController * Remove demo URL and use nativeCurrency when fetching token rates | ||||
* | | | | | | | | | | | | Update support links to zendesk (#5745) | Bruno Barbieri | 2018-11-14 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix loose accounts help link * Update support site link | ||||
* | | | | | | | | | | | | Repair link to reset instructions (#5733) | Micah Alcorn | 2018-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | encourage stackexchange in issue templates (#5737) | bobby dresser | 2018-11-14 | 1 | -4/+5 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Fixes #3425: Better support for batch transactions (#5437) | PaddyMc | 2018-11-14 | 19 | -19/+795 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Slovenian and slovak fixes (#5730) | Filip Š | 2018-11-13 | 3 | -330/+1703 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix Slovenian translation * Add Slovak translation | ||||
* | | | | | | | | | | | | Version 5.0.2v5 | Dan Finlay | 2018-11-10 | 2 | -1/+6 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | EIP-1102: Update publicConfig store concurrently with approval | Paul Bouchon | 2018-11-10 | 3 | -33/+29 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #5674 from MetaMask/responsive-e2e-tests | Thomas Huang | 2018-11-10 | 4 | -18/+376 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | e2e tests for responsive behaviour | ||||
| * | | | | | | | | | | | | Moves e2e tests for extension only behaviour to metamask-beta-responsive-ui.spec | Dan Miller | 2018-11-08 | 4 | -18/+376 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Increase number of ETH decimals displayed in the balance view from 3 to 4 ↵ | Alexander Tseung | 2018-11-10 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5710) | ||||
* | | | | | | | | | | | | | 1102: Fix inpage listener syntax (#5708) (#5709) | Noah I | 2018-11-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Version 5.0.1 (#5694) | Dan Finlay | 2018-11-08 | 2 | -1/+5 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #5547 from MetaMask/front-ends-deps-gulp-bundle | Dan J Miller | 2018-11-08 | 4 | -1/+48 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bundle some ui dependencies separately to limit the build size of ui.js | ||||
| * | | | | | | | | | | | | | Bundle some ui dependencies separately to limit the build size of ui.js | Dan Miller | 2018-11-01 | 4 | -1/+48 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Cleanup | bitpshr | 2018-11-08 | 1 | -18/+10 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | 1102: use postMessage instead of injected scripts to bypass CSP | bitpshr | 2018-11-08 | 1 | -17/+13 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | wip | bitpshr | 2018-11-08 | 2 | -24/+39 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #5481 from MetaMask/reducers | Thomas Huang | 2018-11-07 | 3 | -3/+1580 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | tests/Reducers | ||||
| * | | | | | | | | | | | | | nextUnreadNotice undefined rather than null | Thomas | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Remove .only | Thomas | 2018-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Readable tests, and set nextUnreadNotice to null when CLEAR_NOTICES is ↵ | Thomas | 2018-10-31 | 2 | -23/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dispatched | ||||
| * | | | | | | | | | | | | | Merge branch 'develop' into reducers | Thomas | 2018-10-31 | 221 | -4475/+11298 |
| |\| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Isolate variables to individual tests | Thomas | 2018-10-31 | 1 | -53/+64 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Reducers | Thomas | 2018-10-10 | 2 | -0/+1491 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Set maxMode and toNickname defaults for clear_send | Thomas | 2018-10-10 | 1 | -3/+5 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #5691 from MetaMask/fix-typo | Bruno Barbieri | 2018-11-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo on drizzle test description | ||||
| * | | | | | | | | | | | | | | fix typo | brunobar79 | 2018-11-07 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Merge pull request #5689 from MetaMask/reject-cached-approval | Bruno Barbieri | 2018-11-07 | 4 | -13/+33 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EIP-1102: Clear approvals on rejection | ||||
| * | | | | | | | | | | | | | | update drizzle tests | brunobar79 | 2018-11-07 | 1 | -5/+20 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Revert package-lock.json | bitpshr | 2018-11-07 | 1 | -6780/+6762 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fix lint errors | bitpshr | 2018-11-07 | 2 | -6763/+6781 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Remove injected script tags after use | bitpshr | 2018-11-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Clear cached approval after rejection | bitpshr | 2018-11-07 | 2 | -8/+11 |
|/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Version 5.0.0 (#5685) | Dan Finlay | 2018-11-07 | 2 | -1/+5 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Update the colour of the default image used on Connect Request (#5678) | Whymarrh Whitby | 2018-11-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Update "Learn more" link on 1102 connect screen (#5677) | Whymarrh Whitby | 2018-11-06 | 1 | -1/+7 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Move experimental provider augmentation | bitpshr | 2018-11-06 | 1 | -13/+13 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Add experimental RPC method support | bitpshr | 2018-11-06 | 3 | -6/+20 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Update Connect Request screen design (#5644) | Whymarrh Whitby | 2018-11-06 | 19 | -51/+388 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together | ||||
* | | | | | | | | | | | | | | Do not modify isApproved when locked | bitpshr | 2018-11-06 | 1 | -2/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Mark origins as unapproved if user explicitly locks MetaMask | bitpshr | 2018-11-06 | 2 | -3/+5 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Enable caching | Paul Bouchon | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | isApproved should return false | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Disable mascara tests | bitpshr | 2018-11-06 | 1 | -13/+13 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Increase timeout in Mascara test | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Remove internal listeners | bitpshr | 2018-11-06 | 1 | -6/+15 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | rebase | bitpshr | 2018-11-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Disable approval caching | bitpshr | 2018-11-06 | 4 | -6/+34 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Differentiate locked and enabled | bitpshr | 2018-11-06 | 4 | -27/+10 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Code bath | bitpshr | 2018-11-06 | 4 | -33/+49 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Handle logout gracefully | bitpshr | 2018-11-06 | 4 | -25/+42 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fix lint issues | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Only filter selectedAddress from publicConfig store | bitpshr | 2018-11-06 | 1 | -6/+10 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fix race condition with publicConfigStore | bitpshr | 2018-11-06 | 1 | -5/+24 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Move convenience methods to _metamask namespace | bitpshr | 2018-11-06 | 1 | -28/+55 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fix lint issues | bitpshr | 2018-11-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Add isUnlocked provider hook | bitpshr | 2018-11-06 | 4 | -3/+29 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Differentiate isEnabled and isApproved hook | bitpshr | 2018-11-06 | 1 | -3/+12 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Update isEnabled check | bitpshr | 2018-11-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fix beta e2e tests | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Remove duplicate i18n keys | bitpshr | 2018-11-06 | 2 | -9/+0 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Cleanup after rebase | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 34 | -200/+256 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | EIP-1102: add isEnabled convenience method to provider | bitpshr | 2018-11-06 | 3 | -9/+53 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 32 | -784/+672 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 51 | -7656/+8279 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Version 4.17.1 | Dan Finlay | 2018-11-06 | 2 | -1/+5 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | network - infura - hardcode net_version and eth_chainId (#5670) | kumavis | 2018-11-06 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * network - infura - hardcode net_version and eth_chainId * network - infura - add rinkeby handling * lint fix | ||||
* | | | | | | | | | | | | | | Update watchAsset ERC20 validation (#5653) | Esteban Miño | 2018-11-06 | 2 | -2/+28 |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update ERC20 token valodation for watchAsset * update ERC20 validation test descriptions | ||||
* | | | | | | | | | | | | | Merge pull request #5671 from MetaMask/i18n-tool-fix | kumavis | 2018-11-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | development tools - i18n verify tool - bugfix | ||||
| * | | | | | | | | | | | | | development tools - fix i18n verify tool | kumavis | 2018-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #5651 from MetaMask/kumavis-patch-3 | kumavis | 2018-11-04 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI - job-publish-release - fix github command | ||||
| * | | | | | | | | | | | | | | CI - job-publish-release - fix github command | kumavis | 2018-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly set github username and email | ||||
* | | | | | | | | | | | | | | | Merge pull request #5659 from MetaMask/token-rates-bugfix | kumavis | 2018-11-04 | 1 | -4/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | token-rates - protect against bad token data | ||||
| * | | | | | | | | | | | | | | | token-rates - protect against bad token data | kumavis | 2018-11-03 | 1 | -4/+7 |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Revert "support eth_chainId" | Thomas Huang | 2018-11-04 | 1 | -14/+4 |
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #5650 from MetaMask/master | kumavis | 2018-11-02 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5649 from MetaMask/develop | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #5649 from MetaMask/develop | kumavis | 2018-11-02 | 143 | -2196/+3782 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Version 4.17.0 | ||||
* | | | | | | | | | | | | | | | Merge pull request #5648 from MetaMask/v4.17.0 | kumavis | 2018-11-02 | 2 | -2/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | / / / / / / / / / / / | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | Version 4.17.0 | ||||
| * | | | | | | | | | | | | | 4.17.0v4.17.0 | kumavis | 2018-11-02 | 2 | -2/+10 |
|/ / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | fixed currency-display (#5619) | HackyMiner | 2018-10-30 | 2 | -3/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * call getValueFromWeiHex() with fromCurrency=nativeCurrency | ||||
* | | | | | | | | | | | | | Merge pull request #5560 from MetaMask/sentry-enhancements2 | kumavis | 2018-10-30 | 10 | -80/+185 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sentry - various enhancements to help debugging (alternate) | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sentry-enhancements2' of ↵ | kumavis | 2018-10-30 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:MetaMask/metamask-extension into sentry-enhancements2 | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into sentry-enhancements2 | kumavis | 2018-10-30 | 128 | -2035/+3082 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-30 | 129 | -2108/+3130 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2 | ||||
| * | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-21 | 8 | -58/+436 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2 | ||||
| * | | | | | | | | | | | | | | | | sentry - include app state in ui errors | kumavis | 2018-10-20 | 5 | -16/+38 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | sentry - replace raven-js with sentry/browser | kumavis | 2018-10-20 | 6 | -55/+92 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | blacklist + currency - report error via log instead of throw | kumavis | 2018-10-19 | 2 | -5/+12 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | lint fix | kumavis | 2018-10-19 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | fetch debugger - only append source stack if no stack is present | kumavis | 2018-10-19 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | sentry - failed txs - namespace txMeta for better readability | kumavis | 2018-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | deps - bump eth-json-rpc-middleware for bugfix | kumavis | 2018-10-19 | 2 | -11/+39 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | currency - throw errors on failure | kumavis | 2018-10-19 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | blacklist - throw errors on request/parse failure | kumavis | 2018-10-19 | 1 | -4/+19 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | sentry - update raven-js | kumavis | 2018-10-19 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | sentry - move isBrave decoration to insides of try-catch | kumavis | 2018-10-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Merge pull request #5567 from MetaMask/HowardBraham-develop | kumavis | 2018-10-30 | 8 | -16/+50 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Feature: Warn when attempting to send tx with data to non-contract | ||||
| * | | | | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-26 | 66 | -1692/+1809 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HowardBraham-develop | ||||
| * | | | | | | | | | | | | | | | | | old-ui - pending tx - allow undefined values for gas + gasPrice | kumavis | 2018-10-26 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | tx-gas-util - set error message when invalidating tx based on tx data but no ↵ | kumavis | 2018-10-21 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contract code | ||||
| * | | | | | | | | | | | | | | | | | send tx - validate - simplify error message for attempting to call function ↵ | kumavis | 2018-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on non-contract address | ||||
| * | | | | | | | | | | | | | | | | | ui - use variable to clarify result of emptiness check | kumavis | 2018-10-21 | 3 | -4/+10 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge branch 'develop' into develop | kumavis | 2018-10-21 | 160 | -2452/+8611 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | tx-gas-utils - improve format + comments | kumavis | 2018-10-10 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | ganache-core merged my PR, so I changed some comments to clarify that ↵ | Howard Braham | 2018-10-10 | 4 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ganache-core v2.2.1 and below will return the non-standard '0x0' | ||||
| * | | | | | | | | | | | | | | | | | Bug Fix: #1789 and #4525 eth.getCode() with no contract | Howard Braham | 2018-10-10 | 8 | -11/+25 |
| | | | | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | | Merge pull request #5596 from MetaMask/validateSignTypedData | kumavis | 2018-10-30 | 4 | -51/+49 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Validate signTypedData signer/address in eth-json-rpc-middleware | ||||
| * | | | | | | | | | | | | | | | | | deps - bump eth-json-rpc-middleware for signTypedData version bump | kumavis | 2018-10-30 | 2 | -37/+49 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Add version to unapprovedMessage | Thomas | 2018-10-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Remove commented out/unused methods | Thomas | 2018-10-25 | 1 | -27/+2 |
| | | | | | | | | | | | | | | | | | |