aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Remove betaUI preference state, replace with completedUiMigrationWhymarrh Whitby2019-02-051-0/+29
|
* fix - migration 30 undefinds (#6079)Frankie2019-02-011-16/+18
|
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-232-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)Frankie2019-01-182-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 Finlay2018-11-173-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 PreferencesControllerWhymarrh Whitby2018-09-121-50/+0
|
* fix migration 28Esteban MIno2018-08-101-2/+2
|
* passing tokens to all accounts in migrationEsteban MIno2018-07-301-3/+6
|
* fix migration for preferences controller tokensEsteban MIno2018-07-281-1/+1
|
* Merge branch 'develop' into TokensPerAccountBasisEsteban Miño2018-07-281-0/+1
|\
| * migrations - fix to include 27frankiebee2018-07-261-0/+1
| |
* | refactor to accountTokensEsteban MIno2018-07-281-1/+1
| |
* | migration for preferences controller tokensEsteban MIno2018-07-282-0/+38
|/
* Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-07-112-3/+3
|\ | | | | | | into i#3896
| * eslint --fix .brunobar792018-07-032-3/+3
| |
* | migration 27 - remove rejected transactions from statefrankiebee2018-06-261-0/+35
|/
* Fix return value of migration 26 when missing KC or PCWhymarrh Whitby2018-06-021-1/+1
|
* Fix migration 026 to produce the correct shape for state.identitiesWhymarrh Whitby2018-05-181-1/+8
|
* Add migration to move identities from KeyringControllerWhymarrh Whitby2018-05-172-0/+41
|
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-111-1/+1
| | | | relevant files into it
* migrations - back fixesfrankiebee2018-04-068-88/+115
|
* create migration 25frankiebee2018-04-062-0/+62
|
* meta - create a migration templatefrankiebee2018-04-061-0/+29
|
* Merge pull request #3900 from MetaMask/migration-error-reportFrankie2018-04-061-9/+5
|\ | | | | migrations - report migrations errors to sentry with vault structure
| * migrations - report migrations errors to sentry with vault structurekumavis2018-04-061-9/+5
| |
* | make migration-24 compat with first-time-statefrankiebee2018-04-061-1/+1
|/
* hot-fix - migrate unaproved txParams so that the from is lowercasefrankiebee2018-04-052-0/+46
|
* migration for removing unnecessary transactions from statefrankiebee2018-03-282-0/+52
|
* migration for adding submittedTime to the txMeta (#3727)Frankie2018-03-271-0/+39
| | | | | | * test for migration 022 * write migration 022 adding submittedTime to txMetas whove been submitted
* add READMEs to folders, re #3427Lazaridis2018-03-141-0/+5
|
* remove RecentBlocks from diskfrankiebee2018-02-011-0/+1
|
* creater migration to remove BlacklistControllerfrankiebee2018-01-311-0/+33
|
* remove BlacklistController from disk statefrankiebee2018-01-311-0/+1
|
* Fix migration commentDan Finlay2017-11-301-2/+3
|
* Migrate old data to include firstVersion infoDan Finlay2017-11-292-0/+41
|
* Remove keyring controller from projectDan Finlay2017-09-231-1/+1
|
* Make method return a numberDan Finlay2017-08-241-1/+1
|
* Only cancel pending txs with non continuously high noncesDan Finlay2017-08-241-1/+24
|
* fix descriptionfrankiebee2017-08-241-2/+2
|
* hotfix - fail submitted txs whos nonce is out of boundfrankiebee2017-08-242-0/+61
|
* migration 18 - activatekumavis2017-08-151-0/+1
|
* migration 18 - fix an oopskumavis2017-08-151-1/+1
|
* tx controller - tx state history various small fixeskumavis2017-08-151-1/+1
|
* migration 18 - move to diff-based historykumavis2017-08-151-0/+52
|
* limit the range for retryCountfrankiebee2017-07-131-1/+1
|
* write a migration for resubmit tx's to get put back into a submitted statefrankiebee2017-07-132-0/+41
|
* migration 16 - move resubmit warning back to submitted statekumavis2017-07-082-0/+42
|
* Create a migration for setting tx's with the message 'Gave up submitting ↵frankiebee2017-06-282-0/+39
| | | | tx.' as failed
* Add a migration for the network controllerfrankiebee2017-05-232-0/+35
|
* migration 13 - change provider from testnet to ropstenkumavis2017-05-162-0/+35
|
* Fix linting warningsThomas Huang2017-04-2712-17/+16
|
* Add missing migration.Kevin Serrano2017-03-291-0/+1
|
* Create migration to erase body in read notices.Kevin Serrano2017-03-231-0/+36
|
* Fix description of some migrations.Kevin Serrano2017-03-152-2/+2
|
* Made migrations non-destructive; fixed currency migration.Kevin Serrano2017-02-1610-22/+49
|
* Add migrations for removing terms of use data.Kevin Serrano2017-02-152-0/+31
|
* Add migration to indexDan Finlay2017-02-041-1/+2
|
* Got ShapeShiftController back to workingDan Finlay2017-02-041-0/+36
|
* migrations - fix migration #9 and add safety checks to migratorkumavis2017-02-041-2/+2
|
* migration #9 - break out CurrencyController substatekumavis2017-02-032-0/+41
|
* migration #8 - break out NoticeController substatekumavis2017-02-032-0/+37
|
* migration 7 - break off TransactionManager substatekumavis2017-02-032-0/+39
|
* migration #6 - fix selectedAddress data sourcekumavis2017-01-311-2/+2
|
* rename selectedAccount to selectedAddresskumavis2017-01-311-1/+1
|
* migration #6 - move selectedAccount from keyringController to ↵kumavis2017-01-312-0/+42
| | | | preferencesController
* migration 5 - move keyring controller state to substatekumavis2017-01-292-0/+42
|
* obs-store - use published modulekumavis2017-01-251-1/+1
|
* migrations - rename 005 to stubbed _multi-keyringkumavis2017-01-251-0/+7
|
* migrations - wip - 005 multivault migrationkumavis2017-01-125-18/+80
|
* migrations - introduce promise-based migratorkumavis2017-01-123-20/+28
|
* Auto lintedDan Finlay2016-06-223-12/+12
|
* Move all users to new scalable backendDan Finlay2016-05-121-0/+22
|
* Corrected migration orderDan Finlay2016-04-232-10/+10
|
* Deprecate rawtestrpc.metamask.ioDan Finlay2016-04-232-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 RPCDan Finlay2016-04-131-0/+13