Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for unused function arguments (#6583) | Whymarrh Whitby | 2019-05-09 | 2 | -2/+2 |
| | | | | | | | | | | * 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 | 2 | -0/+34 |
| | |||||
* | Remove betaUI preference state, replace with completedUiMigration | Whymarrh Whitby | 2019-02-05 | 1 | -0/+29 |
| | |||||
* | fix - migration 30 undefinds (#6079) | Frankie | 2019-02-01 | 1 | -16/+18 |
| | |||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 2 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -0/+48 |
| | | | | | * 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 | 3 | -0/+69 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Delete ConfigManager, replacing its usages with PreferencesController | Whymarrh Whitby | 2018-09-12 | 1 | -50/+0 |
| | |||||
* | fix migration 28 | Esteban MIno | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | passing tokens to all accounts in migration | Esteban MIno | 2018-07-30 | 1 | -3/+6 |
| | |||||
* | fix migration for preferences controller tokens | Esteban MIno | 2018-07-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into TokensPerAccountBasis | Esteban Miño | 2018-07-28 | 1 | -0/+1 |
|\ | |||||
| * | migrations - fix to include 27 | frankiebee | 2018-07-26 | 1 | -0/+1 |
| | | |||||
* | | refactor to accountTokens | Esteban MIno | 2018-07-28 | 1 | -1/+1 |
| | | |||||
* | | migration for preferences controller tokens | Esteban MIno | 2018-07-28 | 2 | -0/+38 |
|/ | |||||
* | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵ | frankiebee | 2018-07-11 | 2 | -3/+3 |
|\ | | | | | | | into i#3896 | ||||
| * | eslint --fix . | brunobar79 | 2018-07-03 | 2 | -3/+3 |
| | | |||||
* | | migration 27 - remove rejected transactions from state | frankiebee | 2018-06-26 | 1 | -0/+35 |
|/ | |||||
* | Fix return value of migration 26 when missing KC or PC | Whymarrh Whitby | 2018-06-02 | 1 | -1/+1 |
| | |||||
* | Fix migration 026 to produce the correct shape for state.identities | Whymarrh Whitby | 2018-05-18 | 1 | -1/+8 |
| | |||||
* | Add migration to move identities from KeyringController | Whymarrh Whitby | 2018-05-17 | 2 | -0/+41 |
| | |||||
* | meta - transactions - create a transactions dir in controller and move ↵ | frankiebee | 2018-04-11 | 1 | -1/+1 |
| | | | | relevant files into it | ||||
* | migrations - back fixes | frankiebee | 2018-04-06 | 8 | -88/+115 |
| | |||||
* | create migration 25 | frankiebee | 2018-04-06 | 2 | -0/+62 |
| | |||||
* | meta - create a migration template | frankiebee | 2018-04-06 | 1 | -0/+29 |
| | |||||
* | Merge pull request #3900 from MetaMask/migration-error-report | Frankie | 2018-04-06 | 1 | -9/+5 |
|\ | | | | | migrations - report migrations errors to sentry with vault structure | ||||
| * | migrations - report migrations errors to sentry with vault structure | kumavis | 2018-04-06 | 1 | -9/+5 |
| | | |||||
* | | make migration-24 compat with first-time-state | frankiebee | 2018-04-06 | 1 | -1/+1 |
|/ | |||||
* | hot-fix - migrate unaproved txParams so that the from is lowercase | frankiebee | 2018-04-05 | 2 | -0/+46 |
| | |||||
* | migration for removing unnecessary transactions from state | frankiebee | 2018-03-28 | 2 | -0/+52 |
| | |||||
* | migration for adding submittedTime to the txMeta (#3727) | Frankie | 2018-03-27 | 1 | -0/+39 |
| | | | | | | * test for migration 022 * write migration 022 adding submittedTime to txMetas whove been submitted | ||||
* | add READMEs to folders, re #3427 | Lazaridis | 2018-03-14 | 1 | -0/+5 |
| | |||||
* | remove RecentBlocks from disk | frankiebee | 2018-02-01 | 1 | -0/+1 |
| | |||||
* | creater migration to remove BlacklistController | frankiebee | 2018-01-31 | 1 | -0/+33 |
| | |||||
* | remove BlacklistController from disk state | frankiebee | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Fix migration comment | Dan Finlay | 2017-11-30 | 1 | -2/+3 |
| | |||||
* | Migrate old data to include firstVersion info | Dan Finlay | 2017-11-29 | 2 | -0/+41 |
| | |||||
* | Remove keyring controller from project | Dan Finlay | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | Make method return a number | Dan Finlay | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Only cancel pending txs with non continuously high nonces | Dan Finlay | 2017-08-24 | 1 | -1/+24 |
| | |||||
* | fix description | frankiebee | 2017-08-24 | 1 | -2/+2 |
| | |||||
* | hotfix - fail submitted txs whos nonce is out of bound | frankiebee | 2017-08-24 | 2 | -0/+61 |
| | |||||
* | migration 18 - activate | kumavis | 2017-08-15 | 1 | -0/+1 |
| | |||||
* | migration 18 - fix an oops | kumavis | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | tx controller - tx state history various small fixes | kumavis | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | migration 18 - move to diff-based history | kumavis | 2017-08-15 | 1 | -0/+52 |
| | |||||
* | limit the range for retryCount | frankiebee | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | write a migration for resubmit tx's to get put back into a submitted state | frankiebee | 2017-07-13 | 2 | -0/+41 |
| | |||||
* | migration 16 - move resubmit warning back to submitted state | kumavis | 2017-07-08 | 2 | -0/+42 |
| | |||||
* | Create a migration for setting tx's with the message 'Gave up submitting ↵ | frankiebee | 2017-06-28 | 2 | -0/+39 |
| | | | | tx.' as failed | ||||
* | Add a migration for the network controller | frankiebee | 2017-05-23 | 2 | -0/+35 |
| | |||||
* | migration 13 - change provider from testnet to ropsten | kumavis | 2017-05-16 | 2 | -0/+35 |
| | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 12 | -17/+16 |
| | |||||
* | Add missing migration. | Kevin Serrano | 2017-03-29 | 1 | -0/+1 |
| | |||||
* | Create migration to erase body in read notices. | Kevin Serrano | 2017-03-23 | 1 | -0/+36 |
| | |||||
* | Fix description of some migrations. | Kevin Serrano | 2017-03-15 | 2 | -2/+2 |
| | |||||
* | Made migrations non-destructive; fixed currency migration. | Kevin Serrano | 2017-02-16 | 10 | -22/+49 |
| | |||||
* | Add migrations for removing terms of use data. | Kevin Serrano | 2017-02-15 | 2 | -0/+31 |
| | |||||
* | Add migration to index | Dan Finlay | 2017-02-04 | 1 | -1/+2 |
| | |||||
* | Got ShapeShiftController back to working | Dan Finlay | 2017-02-04 | 1 | -0/+36 |
| | |||||
* | migrations - fix migration #9 and add safety checks to migrator | kumavis | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | migration #9 - break out CurrencyController substate | kumavis | 2017-02-03 | 2 | -0/+41 |
| | |||||
* | migration #8 - break out NoticeController substate | kumavis | 2017-02-03 | 2 | -0/+37 |
| | |||||
* | migration 7 - break off TransactionManager substate | kumavis | 2017-02-03 | 2 | -0/+39 |
| | |||||
* | migration #6 - fix selectedAddress data source | kumavis | 2017-01-31 | 1 | -2/+2 |
| | |||||
* | rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | migration #6 - move selectedAccount from keyringController to ↵ | kumavis | 2017-01-31 | 2 | -0/+42 |
| | | | | preferencesController | ||||
* | migration 5 - move keyring controller state to substate | kumavis | 2017-01-29 | 2 | -0/+42 |
| | |||||
* | obs-store - use published module | kumavis | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | migrations - rename 005 to stubbed _multi-keyring | kumavis | 2017-01-25 | 1 | -0/+7 |
| | |||||
* | migrations - wip - 005 multivault migration | kumavis | 2017-01-12 | 5 | -18/+80 |
| | |||||
* | migrations - introduce promise-based migrator | kumavis | 2017-01-12 | 3 | -20/+28 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 3 | -12/+12 |
| | |||||
* | Move all users to new scalable backend | Dan Finlay | 2016-05-12 | 1 | -0/+22 |
| | |||||
* | Corrected migration order | Dan Finlay | 2016-04-23 | 2 | -10/+10 |
| | |||||
* | Deprecate rawtestrpc.metamask.io | Dan Finlay | 2016-04-23 | 2 | -4/+19 |
| | | | | This migration will move users who have their clients configured to point at `rawtestrpc.metamask.io` to point at our new test-net RPC, `testrpc.metamask.io`. | ||||
* | Migrate etherscan providers to our RPC | Dan Finlay | 2016-04-13 | 1 | -0/+13 |