aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Auto fail transactions that have been approved for over 12 hours (#5765)Dan Finlay2018-11-171-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 28Esteban MIno2018-08-101-0/+46
|
* test - fix for lintfrankiebee2018-07-111-5/+5
|
* Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵frankiebee2018-07-115-27/+23
|\ | | | | | | into i#3896
| * fix warning for unit testsbrunobar792018-07-033-3/+0
| |
| * eslint --fix .brunobar792018-07-034-24/+23
| |
* | migration 27 - remove rejected transactions from statefrankiebee2018-06-261-0/+50
|/
* Merge branch 'develop' into testingtmashuang2018-05-221-0/+41
|\
| * Fix migration 026 to produce the correct shape for state.identitiesWhymarrh Whitby2018-05-181-2/+2
| |
| * Add migration to move identities from KeyringControllerWhymarrh Whitby2018-05-171-0/+41
| |
* | Moved loose some loose test files to sub folderstmashuang2018-05-212-0/+176
|/
* create migration 25frankiebee2018-04-061-0/+49
|
* meta - create a migration templatefrankiebee2018-04-061-0/+17
|
* make migration-24 compat with first-time-statefrankiebee2018-04-061-0/+12
|
* hot-fix - migrate unaproved txParams so that the from is lowercasefrankiebee2018-04-051-0/+37
|
* migration for removing unnecessary transactions from statefrankiebee2018-03-281-0/+99
|
* migration for adding submittedTime to the txMeta (#3727)Frankie2018-03-271-0/+32
| | | | | | * test for migration 022 * write migration 022 adding submittedTime to txMetas whove been submitted
* remove RecentBlocks from diskfrankiebee2018-02-011-0/+1
|
* test for migration 021frankiebee2018-01-311-0/+15