Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add migration to remove `seedWords` state (#6937) | Mark Stacey | 2019-08-02 | 1 | -0/+96 |
| | | | | | | | | The `seedWords` state was removed from the PreferencesController recently in #6920. That state hadn't been used in some time, and there was a long period during which `seedWords` was periodically scrubbed from the state, so it's highly unlikely that it still exists in state for most users. It's hard to guarantee that it _doesn't_ though, especially if a user hasn't opened MetaMask in a few months. | ||||
* | Add test cases for migration 34 (#6938) | Whymarrh Whitby | 2019-08-02 | 1 | -0/+123 |
| | |||||
* | Enable indent linting via ESLint (#6936) | Whymarrh Whitby | 2019-08-01 | 11 | -179/+179 |
| | | | | | | * Enable indent linting via ESLint * yarn run lint:fix | ||||
* | Check for unused function arguments (#6583) | Whymarrh Whitby | 2019-05-09 | 1 | -1/+1 |
| | | | | | | | | | | * eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments | ||||
* | Remove NoticeController (#6382) | Thomas Huang | 2019-04-02 | 1 | -0/+40 |
| | |||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | 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 | ||||
* | tests for migration 28 | Esteban MIno | 2018-08-10 | 1 | -0/+46 |
| | |||||
* | test - fix for lint | frankiebee | 2018-07-11 | 1 | -5/+5 |
| | |||||
* | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵ | frankiebee | 2018-07-11 | 5 | -27/+23 |
|\ | | | | | | | into i#3896 | ||||
| * | fix warning for unit tests | brunobar79 | 2018-07-03 | 3 | -3/+0 |
| | | |||||
| * | eslint --fix . | brunobar79 | 2018-07-03 | 4 | -24/+23 |
| | | |||||
* | | migration 27 - remove rejected transactions from state | frankiebee | 2018-06-26 | 1 | -0/+50 |
|/ | |||||
* | Merge branch 'develop' into testing | tmashuang | 2018-05-22 | 1 | -0/+41 |
|\ | |||||
| * | Fix migration 026 to produce the correct shape for state.identities | Whymarrh Whitby | 2018-05-18 | 1 | -2/+2 |
| | | |||||
| * | Add migration to move identities from KeyringController | Whymarrh Whitby | 2018-05-17 | 1 | -0/+41 |
| | | |||||
* | | Moved loose some loose test files to sub folders | tmashuang | 2018-05-21 | 2 | -0/+176 |
|/ | |||||
* | create migration 25 | frankiebee | 2018-04-06 | 1 | -0/+49 |
| | |||||
* | meta - create a migration template | frankiebee | 2018-04-06 | 1 | -0/+17 |
| | |||||
* | make migration-24 compat with first-time-state | frankiebee | 2018-04-06 | 1 | -0/+12 |
| | |||||
* | hot-fix - migrate unaproved txParams so that the from is lowercase | frankiebee | 2018-04-05 | 1 | -0/+37 |
| | |||||
* | migration for removing unnecessary transactions from state | frankiebee | 2018-03-28 | 1 | -0/+99 |
| | |||||
* | migration for adding submittedTime to the txMeta (#3727) | Frankie | 2018-03-27 | 1 | -0/+32 |
| | | | | | | * test for migration 022 * write migration 022 adding submittedTime to txMetas whove been submitted | ||||
* | remove RecentBlocks from disk | frankiebee | 2018-02-01 | 1 | -0/+1 |
| | |||||
* | test for migration 021 | frankiebee | 2018-01-31 | 1 | -0/+15 |