1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 23:58:06 +01:00
metamask-extension/app/scripts/migrations
Whymarrh Whitby 094e4cf555 Check for unused function arguments (#6583)
* 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
2019-05-08 15:51:33 -04:00
..
002.js
003.js
004.js
005.js
006.js
007.js
008.js
009.js
010.js
011.js
012.js
013.js
014.js
015.js
016.js
017.js
018.js
019.js
020.js
021.js
022.js
023.js
024.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
025.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
026.js
027.js
028.js
029.js Auto fail transactions that have been approved for over 12 hours (#5765) 2018-11-16 21:27:01 -08:00
030.js fix - migration 30 undefinds (#6079) 2019-01-31 10:09:28 -08:00
031.js Refactor first time flow, remove seed phrase from state (#5994) 2019-01-23 11:55:34 -03:30
032.js Remove betaUI preference state, replace with completedUiMigration 2019-02-05 08:49:55 -03:30
033.js Remove NoticeController (#6382) 2019-04-01 22:33:54 -02:30
fail-tx.js Auto fail transactions that have been approved for over 12 hours (#5765) 2018-11-16 21:27:01 -08:00
index.js Remove NoticeController (#6382) 2019-04-01 22:33:54 -02:30
README.md
template.js

Migrations

Data (user data, config files etc.) is migrated from one version to another.

Migrations are called by {} from {} during {}.