Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add e2e tests adjusting gas before sending | Whymarrh Whitby | 2019-02-09 | 1 | -10/+90 |
| | |||||
* | Remove betaUI preference state, replace with completedUiMigration | Whymarrh Whitby | 2019-02-05 | 1 | -5/+3 |
| | |||||
* | e2e: Use close instead of save for gas modal (#6066) | Thomas Huang | 2019-01-30 | 1 | -1/+2 |
| | |||||
* | Add visual indicator when displaying a cached balance (#5854) | Dan J Miller | 2019-01-30 | 2 | -0/+2 |
| | |||||
* | I#5956 fix2 dont overwrite existing rpc settings (#6044) | Frankie | 2019-01-30 | 1 | -0/+12 |
| | | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method | ||||
* | Fix bugs in e2e tests related to gas customization inputs. | Dan Miller | 2019-01-25 | 1 | -14/+17 |
| | |||||
* | Add integration test for ordering of shapeshift txs in history list. | Dan Miller | 2019-01-25 | 1 | -7/+15 |
| | |||||
* | Fix integration tests | Alexander Tseung | 2019-01-25 | 1 | -12/+8 |
| | |||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 7 | -63/+124 |
| | | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding | ||||
* | I#5956 fix 1 (#6026) | Frankie | 2019-01-18 | 1 | -0/+37 |
| | | | | | * prevent invalid chainId's when adding cusstom rpcs * migration 30 removes invalid chaids from preferences and networkController for custom rpcs | ||||
* | Clean up drizzle test runner script | Whymarrh Whitby | 2019-01-04 | 1 | -10/+21 |
| | |||||
* | Revert "remove error flags from drizzle setup" | Whymarrh Whitby | 2019-01-04 | 1 | -0/+4 |
| | | | | This reverts commit 938f4286e49dbdf7aef5b767917ad34ec6c6bb04. | ||||
* | remove --unsafe-perm | Bruno Barbieri | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | no globals | Bruno Barbieri | 2019-01-03 | 1 | -3/+3 |
| | |||||
* | Use sudo consistently | Bruno Barbieri | 2019-01-03 | 1 | -2/+2 |
| | |||||
* | --unsafe-perm ? | Bruno Barbieri | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | Dont use sudo to install truffle | Bruno Barbieri | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | Prevent users from changing the From field in the send screen (#5922) | Alexander Tseung | 2018-12-14 | 1 | -20/+5 |
| | | | | | | * Prevent users from changing the From field in the send screen * Fix integration tests | ||||
* | Disallow loading as metamaskNetworkId (#5924) | Frankie | 2018-12-14 | 1 | -2/+11 |
| | | | | | | * transactions - throw an error if a transaction is generated while the network is loading * add tests for failing when netId is loading | ||||
* | Adds network loading retry / error screen. | Dan Miller | 2018-12-13 | 1 | -2/+2 |
| | |||||
* | Ensures that advanced tab gas limit reflects tx gas limit | Dan Miller | 2018-12-12 | 1 | -0/+16 |
| | |||||
* | Improve ux for low gas price set (#5862) | Dan J Miller | 2018-12-11 | 2 | -1/+18 |
| | | | | | | | | | | * Show user warning if they set gas price below safelow minimum, error if 0. * Properly cache basic price estimate data. * Default retry price to recommended price if original price was 0x0 * Use mock fetch in send-new-ui integration tests. | ||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 2 | -20/+10 |
| | |||||
* | Final gas customization fixes | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Uses more reliable api on main send screen; caches basic api results in modal | Dan Miller | 2018-12-04 | 2 | -1/+4 |
| | |||||
* | Remove gas customization integration tests (in favour of e2e tests) | Dan Miller | 2018-12-04 | 1 | -35/+0 |
| | |||||
* | Update e2e tests for new gas customization modal. | Dan Miller | 2018-12-04 | 4 | -20/+61 |
| | |||||
* | Adds createSpeedUpTransaction to txController | Dan Miller | 2018-12-04 | 1 | -0/+67 |
| | |||||
* | Adds not yet functional gas price chart. | Dan Miller | 2018-12-04 | 1 | -0/+2 |
| | |||||
* | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 1 | -0/+137 |
| | | | | | | | | | | | | * 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> | ||||
* | 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 |
| | |||||
* | Autofill gasPrice for retry attempts with either the recommended gasprice or ↵ | Frankie | 2018-11-27 | 1 | -1/+4 |
| | | | | | | | | a %10 bump (#5786) * transactions - autofill gasPrice for retry attempts with either the recomened gasprice or a %10 bump * lint | ||||
* | Merge pull request #5797 from MetaMask/trezor-v6 | Bruno Barbieri | 2018-11-22 | 1 | -30/+1 |
|\ | | | | | Add Firefox and Brave support for Trezor | ||||
| * | fix merge conflicts | brunobar79 | 2018-11-21 | 10 | -34/+76 |
| |\ | |||||
| * | | clean up | brunobar79 | 2018-11-15 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'trezor-v5' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-11-15 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | 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 |
| | | | | |||||
| * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-11-15 | 3 | -8/+20 |
| |\ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'develop' into trezor-v5 | brunobar79 | 2018-11-14 | 9 | -32/+2179 |
| |\ \ \ | |||||
| * \ \ \ | fix merge conflicts | brunobar79 | 2018-11-07 | 14 | -180/+234 |
| |\ \ \ \ | |||||
| * \ \ \ \ | fix merge conflicts | brunobar79 | 2018-10-21 | 6 | -203/+43 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | fix conflicts | brunobar79 | 2018-10-17 | 34 | -217/+3609 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-09-06 | 9 | -101/+348 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-08-22 | 3 | -16/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-08-21 | 18 | -255/+402 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fix e2e tests | brunobar79 | 2018-08-11 | 1 | -30/+1 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #5334 from whymarrh/ui-switch | Whymarrh Whitby | 2018-11-22 | 8 | -551/+37 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | Default to the new UI for first time users | ||||
| * | | | | | | | | | | Remove first-time and navigate-txs integration tests | Whymarrh Whitby | 2018-11-21 | 3 | -337/+0 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | 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 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Version 5.0.3 (#5785) | Dan Finlay | 2018-11-21 | 1 | -1/+1 |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Version 5.0.3 Includes a fix to the `version:bump` script that now correctly updates the changelog header. * Include inpage provider events | ||||
* | | | | | | | | | | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | | | | | | Auto fail transactions that have been approved for over 12 hours (#5765) | Dan Finlay | 2018-11-17 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors | ||||
* | | | | | | | | | | Tx controller now uses safe event emitter (#5769) | Frankie | 2018-11-17 | 4 | -24/+28 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | | | | | remove error flags from drizzle setup | brunobar79 | 2018-11-15 | 1 | -4/+0 |
| | | | | | | | | | |||||
* | | | | | | | | | Resubmit approved transactions on new block (#5752) | Dan Finlay | 2018-11-15 | 2 | -4/+20 |
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | | | | Update Balanc3 API (#5744) | Paul Bouchon | 2018-11-14 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update balanc3 API used in TokenRatesController * Remove demo URL and use nativeCurrency when fetching token rates | ||||
* | | | | | | | | Fixes #3425: Better support for batch transactions (#5437) | PaddyMc | 2018-11-14 | 3 | -5/+229 |
| | | | | | | | | |||||
* | | | | | | | | 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 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5481 from MetaMask/reducers | Thomas Huang | 2018-11-07 | 2 | -0/+1574 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | tests/Reducers | ||||
| * | | | | | | | | Remove .only | Thomas | 2018-10-31 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Readable tests, and set nextUnreadNotice to null when CLEAR_NOTICES is ↵ | Thomas | 2018-10-31 | 1 | -23/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dispatched | ||||
| * | | | | | | | | Merge branch 'develop' into reducers | Thomas | 2018-10-31 | 14 | -263/+1629 |
| |\| | | | | | | | |||||
| * | | | | | | | | Isolate variables to individual tests | Thomas | 2018-10-31 | 1 | -53/+64 |
| | | | | | | | | | |||||
| * | | | | | | | | Reducers | Thomas | 2018-10-10 | 2 | -0/+1491 |
| | | | | | | | | | |||||
* | | | | | | | | | fix typo | brunobar79 | 2018-11-07 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | update drizzle tests | brunobar79 | 2018-11-07 | 1 | -5/+20 |
| | | | | | | | | | |||||
* | | | | | | | | | Update Connect Request screen design (#5644) | Whymarrh Whitby | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | | | | | Increase timeout in Mascara test | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix beta e2e tests | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Cleanup after rebase | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 2 | -29/+20 |
| | | | | | | | | | |||||
* | | | | | | | | | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 5 | -110/+166 |
| | | | | | | | | | |||||
* | | | | | | | | | Update watchAsset ERC20 validation (#5653) | Esteban Miño | 2018-11-06 | 1 | -0/+26 |
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update ERC20 token valodation for watchAsset * update ERC20 validation test descriptions | ||||
* | | | | | | | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 4 | -11/+13 |
| | | | | | | | | |||||
* | | | | | | | | Fix blockies icons overriding contract map icons. Refactor Identicon ↵ | Alexander Tseung | 2018-10-25 | 1 | -36/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | component (#5599) | ||||
* | | | | | | | | Merge pull request #5570 from alextsg/i5558-account-display-width | kumavis | 2018-10-21 | 4 | -19/+19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix account display width for large currency values | ||||
| * | | | | | | | | Fix account display width for large currency values | Alexander Tseung | 2018-10-21 | 4 | -19/+19 |
| | | | | | | | | | |||||
* | | | | | | | | | install truffle globally | brunobar79 | 2018-10-21 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #5555 from MetaMask/support-wallet-watch-asset | kumavis | 2018-10-21 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Support for prefix wallet_watchAsset | ||||
| * | | | | | | | add support for wallet_watchAsset | Esteban MIno | 2018-10-20 | 1 | -0/+5 |
| | | | | | | | | |||||
* | | | | | | | | specific add and remove methods for frequentRpcList (#5554) | Esteban Miño | 2018-10-20 | 1 | -0/+19 |
|/ / / / / / / | |||||
* | | | | | | | Extract Add Token button into its own component | Whymarrh Whitby | 2018-10-18 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Delete add-token integration test | Whymarrh Whitby | 2018-10-18 | 1 | -140/+0 |
| | | | | | | | |||||
* | | | | | | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 4 | -61/+17 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
* | | | | | | Ensure that new transactions added are using the selected address | Whymarrh Whitby | 2018-10-11 | 1 | -4/+26 |
| | | | | | | |||||
* | | | | | | test - add actions unit tests (#5369) | Thomas Huang | 2018-10-10 | 2 | -0/+1538 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Actions.spec.js * Error handling tests * Lint | ||||
* | | | | | | Make all addresses EIP-55 compliant (#5379) | bakaoh | 2018-10-10 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | * Make all addresses EIP-55 compliant * Checksum autocompleted address but not during input | ||||
* | | | | | tests - integration - Add Drizzle tests (#5467) | Bruno Barbieri | 2018-10-10 | 3 | -2/+308 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json | ||||
* | | | | | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 1 | -0/+11 |
| | | | | | |||||
* | | | | | Refactor buffer constructor (#5468) | Noel Yoo | 2018-10-09 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Fix typos (#5471) | Noel Yoo | 2018-10-09 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #5428 from alextsg/i5372-queue-order | Dan Finlay | 2018-10-06 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Reverse pending transactions order | ||||
| * | | | | | Reverse pending transactions order | Alexander Tseung | 2018-10-05 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Increase suggested gas percentile to 65 (#5359) | Dan Finlay | 2018-10-05 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Increase suggested gas percentile to 65 I keep submitting transactions then waiting a long time. Apparently 50th percentile isn't enough. * Update test for getGasPrice | ||||
* | | | | | Add ability to whitelist a blacklisted domain at runtime | Whymarrh Whitby | 2018-10-02 | 1 | -0/+15 |
| | | | | | |||||
* | | | | | Fix error message shown in assertElementNotPresent e2e helper fn | Whymarrh Whitby | 2018-10-01 | 1 | -3/+1 |
| | | | | | |||||
* | | | | | Don't log errors extraneously in e2e tests | Whymarrh Whitby | 2018-10-01 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Update e2e tests for adding mutliple custom RPC endpoints | Whymarrh Whitby | 2018-10-01 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs 56965b3 Refs #5267 The list of custom RPC endpoints is no longer limited to 3 entries so the test is now to confirm that they _all_ show up. | ||||
* | | | | | Switch string concatenation to template string | Whymarrh Whitby | 2018-10-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #5332 from MetaMask/ui-unit-tests | Thomas Huang | 2018-09-26 | 11 | -24/+1635 |
|\ \ \ \ \ | | | | | | | | | | | | | Some Ui tests | ||||
| * | | | | | Some Ui tests | tmashuang | 2018-09-25 | 11 | -24/+1635 |
| | | | | | | |||||
* | | | | | | Bugfix: Upgrade json-rpc-engine (#5348) | Paul Bouchon | 2018-09-26 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bugfix: bump version of json-rpc-engine * Increase delay * Update lockfile * deps - json-rpc-engine@3.7.4 | ||||
* | | | | | | Merge pull request #5282 from MetaMask/tx-cancel-ui | Alexander Tseung | 2018-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal. | ||||
| * | | | | | Fix integration tests | Alexander Tseung | 2018-09-20 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Refactor settings page to use JSX and follow component file folder structure | Alexander Tseung | 2018-09-20 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Implement latest EIP-712 protocol | bitpshr | 2018-09-14 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix tests. Add className to Identicon ethLogos. | Alexander Tseung | 2018-09-13 | 4 | -10/+12 |
| | | | | | |||||
* | | | | | Default NoticeController ctor opts to empty obj | Whymarrh Whitby | 2018-09-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Delete ConfigManager, replacing its usages with PreferencesController | Whymarrh Whitby | 2018-09-12 | 5 | -146/+46 |
| |_|_|/ |/| | | | |||||
* | | | | fix conflicts | Esteban MIno | 2018-08-29 | 8 | -101/+238 |
|\ \ \ \ | |||||
| * | | | | Revert changes to tx-list-items.json, and to mock getTransactionCount method ↵ | Dan Miller | 2018-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | in tx-list-items integration test. | ||||
| * | | | | Fix tests | Alexander Tseung | 2018-08-24 | 5 | -13/+13 |
| | | | | | |||||
| * | | | | Reduce large timeouts | Alexander Tseung | 2018-08-24 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Increase e2e timeouts for firefox | Alexander Tseung | 2018-08-24 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Change "Outgoing" to "Sent Ether" or "Sent Token" | Alexander Tseung | 2018-08-24 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Fix Firefox e2e tests | Alexander Tseung | 2018-08-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix e2e tests | Alexander Tseung | 2018-08-24 | 2 | -14/+6 |
| | | | | | |||||
| * | | | | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix e2e tests | Alexander Tseung | 2018-08-24 | 1 | -58/+78 |
| | | | | | |||||
| * | | | | Fix integration tests | Alexander Tseung | 2018-08-24 | 5 | -21/+18 |
| | | | | | |||||
| * | | | | Fix e2e tests | Alexander Tseung | 2018-08-24 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Fix tests | Alexander Tseung | 2018-08-24 | 1 | -10/+7 |
| | | | | | |||||
| * | | | | implemented improvements to RPC history | Evgeniy Filatov | 2018-08-23 | 1 | -0/+60 |
| | | | | | |||||
| * | | | | Add tabs support for PageContainer | Alexander Tseung | 2018-08-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #5066 from whymarrh/fix-key-export | Whymarrh Whitby | 2018-08-23 | 1 | -0/+71 |
| |\ \ \ \ | | | | | | | | | | | | | Don't re-render the export modal when the selected identity changes | ||||
| | * | | | | Add test cases for MetaMaskController#_onKeyringControllerUpdate | Whymarrh Whitby | 2018-08-23 | 1 | -0/+71 |
| | | |_|/ | | |/| | | |||||
| * / | | | Add new variant for SenderToRecipient component | Alexander Tseung | 2018-08-23 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | watchAsset small changes | Esteban MIno | 2018-08-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | typo watchAsset imageUrl to image | Esteban MIno | 2018-08-24 | 1 | -7/+7 |
| | | | | |||||
* | | | | Merge branch 'develop' into WatchTokenFeature | Esteban MIno | 2018-08-22 | 3 | -16/+3 |
|\| | | | |||||
| * | | | Merge pull request #5108 from MetaMask/run-ganache-with-blocktime-flag | Dan J Miller | 2018-08-22 | 2 | -15/+2 |
| |\ \ \ | | | | | | | | | | | Fix e2e tests: adapt ganache flags and remove unnecessary checks | ||||
| | * | | | Remove unnecessary checks and user actions in metamask-beta-ui.spec | Dan Miller | 2018-08-22 | 2 | -15/+2 |
| | | | | | |||||
| | * | | | Run ganache with a blocktime flag for npm:run:ganache:start. | Dan Miller | 2018-08-22 | 1 | -2/+2 |
| | | |/ | | |/| | |||||
| * / | | fix unit tests | brunobar79 | 2018-08-21 | 1 | -1/+1 |
| |/ / | |||||
* / / | unit tests for watchAsset | Esteban MIno | 2018-08-22 | 1 | -0/+110 |
|/ / | |||||
* | | Merge branch 'develop' into ledger-support | Bruno Barbieri | 2018-08-18 | 1 | -0/+62 |
|\ \ | |||||
| * | | Restores accounts until one with a zero balance is found | Dan Matthews | 2018-08-17 | 1 | -0/+62 |
| | | | |||||
| * | | Merge pull request #4279 from MetaMask/network-remove-provider-engine | Dan Finlay | 2018-08-16 | 15 | -223/+266 |
| |\ \ | | | | | | | | | Enhancement: New BlockTracker and Json-Rpc-Engine based Provider | ||||
| | * | | Remove commented out code for detect-token-test | Thomas | 2018-08-15 | 1 | -10/+0 |
| | | | | |||||
| | * | | E2E - Dont error on browser errors | Thomas | 2018-08-15 | 1 | -1/+2 |
| | | | | |||||
| | * | | Merge branch 'develop' into network-remove-provider-engine | Thomas | 2018-08-15 | 4 | -16/+228 |
| | |\| | | | | | | | | | | | | | Override package-lock and fix merge conflicts | ||||
| | * | | Confirms new contract token in the popup | Thomas | 2018-08-14 | 1 | -6/+6 |
| | | | | |||||
| | * | | Delay | Thomas | 2018-08-09 | 1 | -0/+1 |
| | | | | |||||
| | * | | confirms a deplay contract tx in the popup | Thomas | 2018-08-09 | 1 | -0/+9 |
| | | | | |||||
| | * | | Use develop e2e beta tests | Thomas | 2018-08-08 | 1 | -109/+34 |
| | | | | |||||
| | * | | lint fixes | frankiebee | 2018-08-08 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵ | frankiebee | 2018-08-07 | 5 | -66/+48 |
| | |\ \ | | | | | | | | | | | | | | | | into network-remove-provider-engine-tests | ||||
| | * \ \ | Merge branch 'develop' into network-remove-provider-engine-tests | Thomas Huang | 2018-08-02 | 4 | -66/+140 |
| | |\ \ \ | |||||
| | * | | | | Lint | Thomas Huang | 2018-07-31 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Set metamask controller network provider to localhost | Thomas Huang | 2018-07-31 | 3 | -2/+24 |
| | | | | | | |||||
| | * | | | | Disallow netConnections other than localhosts | Thomas | 2018-07-30 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Detect Tokens are weird | Thomas | 2018-07-30 | 1 | -26/+31 |
| | | | | | | |||||
| | * | | | | Merge branch 'develop' into network-remove-provider-engine | Thomas | 2018-07-26 | 19 | -301/+993 |
| | |\ \ \ \ | |||||
| | * | | | | | test - unit - remove tests for obsolete methods | kumavis | 2018-07-04 | 1 | -52/+0 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-07-04 | 45 | -345/+367 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | test - e2e - contract test - add logs | kumavis | 2018-07-04 | 1 | -7/+9 |
| | | | | | | | | |||||
| | * | | | | | | test - e2e - fix missing import | kumavis | 2018-07-03 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | test - e2e - move timings | kumavis | 2018-07-03 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | test - e2e-beta - update some api calls | kumavis | 2018-07-03 | 1 | -6/+4 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-07-03 | 12 | -207/+666 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | | test - e2e - beta - from import - fix missing startup phase | kumavis | 2018-06-12 | 1 | -0/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - beta - dont select localhost as it is already set | kumavis | 2018-06-12 | 2 | -20/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - extensionUri should point to home.html | kumavis | 2018-06-12 | 1 | -2/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - remove usage of extensionId from tests | kumavis | 2018-06-12 | 4 | -28/+12 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - fix incomplete setup phase | kumavis | 2018-06-12 | 2 | -2/+5 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - properly export setupBrowserAndExtension | kumavis | 2018-06-12 | 1 | -0/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - more factoring of test setup | kumavis | 2018-06-12 | 5 | -64/+27 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - use fs-extra instead of fs | kumavis | 2018-06-12 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - factor out setup phase + rename METAMASK_CONFIG to ↵ | kumavis | 2018-06-12 | 3 | -46/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | METAMASK_TEST_CONFIG | ||||
| | * | | | | | | | test - e2e - inject metamask config to point at localhost | kumavis | 2018-06-12 | 1 | -11/+10 |
| | | | | | | | | | |||||
| | * | | | | | | | test - e2e - reduce browser-specific code | kumavis | 2018-06-12 | 1 | -20/+13 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-08 | 4 | -123/+154 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-07 | 3 | -0/+97 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-07 | 6 | -19/+49 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | | | | | test - unit - tx-controller - fix blockTracker stub | kumavis | 2018-05-29 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-29 | 5 | -2/+971 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | | | | | | test - unit - pending-tx-tracker - update method name | kumavis | 2018-05-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - unit - nonce-tracker - fix blockTracker stub | kumavis | 2018-05-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | controllers - transactions - merge @frankiebee's work with mine | kumavis | 2018-05-29 | 2 | -56/+7 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - unit - metamask-controller - remove log | kumavis | 2018-05-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - unit - code style nitpick | kumavis | 2018-05-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - unit - metamask-controller - fix many bugs in tests | kumavis | 2018-05-25 | 2 | -33/+61 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - unit - run ganache-server in background | kumavis | 2018-05-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - unit - tx-controller-test - add history object to txMeta when using ↵ | kumavis | 2018-05-25 | 1 | -31/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | internal calls | ||||
| | * | | | | | | | | | | | test - unit - move fetch polyfill to helper | kumavis | 2018-05-25 | 3 | -6/+3 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - unit - metamask-controller - polyfill global.fetch | kumavis | 2018-05-25 | 1 | -2/+4 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | test - remove .only from unit tests | kumavis | 2018-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge branch 'network-remove-provider-engine' of ↵ | frankiebee | 2018-05-23 | 45 | -2170/+1226 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker | ||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-23 | 45 | -2170/+1226 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | | | | | | | | transactions - update pending-tx-tracker to use the new block tracker | frankiebee | 2018-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | test pending-tx-tracker - update tests to reflect new block tracker behavior ↵ | frankiebee | 2018-05-23 | 1 | -32/+21 |
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove tx:confirmed event tests | ||||
| | * | | | | | | | | | | | | test - unit - network - get providerProxy via public method | kumavis | 2018-05-17 | 1 | -4/+5 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | network - create provider and block-tracker via json-rpc-engine | kumavis | 2018-05-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Remove unnecessary else in test/e2e/beta/contract-test/contract.js | Dan Miller | 2018-08-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Add explicit waits for submitted status for some txs initiated from test dapp. | Dan Miller | 2018-08-15 | 1 | -0/+7 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Reload e2e beta test browser if initial screen doesn't load. | Dan Miller | 2018-08-15 | 2 | -2/+16 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Increase timeout on wait for contract status update in metamask-beta-ui-spec | Dan Miller | 2018-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Add missing awaits and/or missing wait timeouts in ↵ | Dan Miller | 2018-08-14 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/e2e/beta/metamask-beta-ui.spec.js | ||||
| * | | | | | | | | | | | | | Make deployment states in test/e2e/beta/contract-test/contract.js more explicit | Dan Miller | 2018-08-14 | 2 | -5/+6 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Improve error handling in assertElementNotPresent of test/e2e/beta/helpers.js | Dan Miller | 2018-08-14 | 1 | -5/+7 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-18 | 18 | -243/+311 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | fix e2e tests | brunobar79 | 2018-08-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | fixed unit tests | brunobar79 | 2018-08-15 | 1 | -5/+9 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | fix tx tests | brunobar79 | 2018-08-14 | 1 | -8/+18 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | tests for migration 28 | Esteban MIno | 2018-08-10 | 1 | -0/+46 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Get nonce for showing retry button using ethQuery transaction count. | Dan Miller | 2018-08-09 | 1 | -0/+5 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'develop' into TokensPerAccountBasis | Esteban MIno | 2018-08-08 | 7 | -122/+147 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Switch superstatic for static-server pkg | Whymarrh Whitby | 2018-08-07 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix seed word confirmation step of e2e beta tests. | Dan Miller | 2018-08-06 | 1 | -60/+28 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Use unmodified constant for test delay in from-import-beta-spec. | Dan Miller | 2018-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Improve waits for new tx-list-items after first contract method call in e2e ↵ | Dan Miller | 2018-08-06 | 3 | -3/+17 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beta tests. | ||||
| * | | | | | | | | | | Don't show an additional beta UI notification | Whymarrh Whitby | 2018-07-28 | 2 | -9/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user has opted-in to the new UI from the announcement, we don't need an additional notification letting the user know that they've switched. | ||||
| * | | | | | | | | | | New ui e2e tests switch to localhost provider (needed after new ui selection ↵ | Dan Miller | 2018-07-28 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screen addition). | ||||
| * | | | | | | | | | | Fix integration tests to accomodate new ui suggestion screen changes. | Dan Miller | 2018-07-28 | 1 | -0/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix e2e tests to accomodate new ui suggestion screen changes. | Dan Miller | 2018-07-28 | 3 | -57/+83 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | create tokens storage when setadresses | Esteban MIno | 2018-07-31 | 1 | -0/+25 |
| | | | | | | | | | | |||||
* | | | | | | | | | | unit tests for tokens per account and network | Esteban MIno | 2018-07-28 | 1 | -0/+128 |
| | | | | | | | | | | |||||
* | | | | | | | | | | modify tests according to tokens by network | Esteban MIno | 2018-07-27 | 2 | -18/+8 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Updates e2e beta tests to ensure that popup window closes after confirming a ↵ | Dan Miller | 2018-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simple send. | ||||
* | | | | | | | | | Merge branch 'develop' into detectTokenFeature | Esteban Miño | 2018-07-21 | 18 | -299/+816 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Auto-detect tokens #3034 (#4683) | Esteban Miño | 2018-07-21 | 1 | -0/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * detect tokens polling * network store to detect token * tests for spec * passtest-lint * fix lint * improve tests * detect tokens through infura * detect tokens when submit password and new account selected * keyring unlocked detect and unit tests * add changelog | ||||
| * | | | | | | | | | Merge pull request #4625 from MetaMask/initial-trezor-support | Bruno Barbieri | 2018-07-20 | 3 | -0/+228 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Initial trezor support | ||||
| | * | | | | | | | | | fix browser not supported screen | brunobar79 | 2018-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | added some e2e tests | brunobar79 | 2018-07-18 | 1 | -0/+47 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-18 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial-trezor-support | ||||
| | * | | | | | | | | | | added tests for removeAccount | brunobar79 | 2018-07-17 | 1 | -0/+33 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | added more unit tests | brunobar79 | 2018-07-17 | 1 | -2/+55 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | added unit tests for metamaskcontroller | brunobar79 | 2018-07-17 | 1 | -0/+70 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | added test for preferences controller | brunobar79 | 2018-07-17 | 1 | -0/+25 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix tests | Alexander Tseung | 2018-07-18 | 2 | -75/+8 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Increase clickable area and padding of Retry Transaction bar | Alexander Tseung | 2018-07-17 | 1 | -2/+2 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | fix tos link; | Bobby Dresser | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #4691 from MetaMask/i4404-confirm-refactor | Alexander Tseung | 2018-07-12 | 9 | -207/+501 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Refactor and redesign confirm transaction views | ||||
| | * | | | | | | | | | Wait for an element with a .tx-list-pending-item-container to be rendered ↵ | Dan | 2018-07-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before attempting to select the tx-list-item. (e2e beta tests) | ||||
| | * | | | | | | | | | Reattempt to find network selector; wait for network selector dropdown to ↵ | Dan | 2018-07-12 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contain localhost before attempting to click. (e2e beta tests) | ||||
| | * | | | | | | | | | Wait for submitted tx list item amounts to match the expected before ↵ | Dan | 2018-07-12 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clicking through. (e2e beta tests) | ||||
| | * | | | | | | | | | Fix bug in test mock signature request methods. | Dan | 2018-07-12 | 2 | -0/+3 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix send integration tests for compatability with confirm refactor. | Dan | 2018-07-11 | 1 | -7/+7 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix signature request tests for compatability with confirm refactor. | Dan | 2018-07-11 | 1 | -7/+5 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Update e2e beta tests to cover confirm refactor changes. | Dan | 2018-07-11 | 3 | -4/+155 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix existing e2e tests | Dan | 2018-07-11 | 1 | -11/+26 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Handles window indeterminancy issues for external dapps in e2e beta tests. | Dan | 2018-07-11 | 4 | -114/+255 |
| | | | | | | | | | | |