1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/app/scripts/migrations
Mark Stacey bb87a0b92c
Add migration to remove seedWords state (#6937)
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.
2019-08-02 10:28:25 -02:30
..
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 Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
019.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
020.js
021.js
022.js
023.js
024.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10: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
030.js
031.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
032.js
033.js Remove NoticeController (#6382) 2019-04-01 22:33:54 -02:30
034.js Default Privacy Mode to ON, allow force sharing address (#6904) 2019-08-01 10:54:33 -02:30
035.js Add migration to remove seedWords state (#6937) 2019-08-02 10:28:25 -02:30
fail-tx.js
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 {}.