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
2018-04-04 14:27:28 -07:00
..
_multi-keyring.js
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 remove RecentBlocks from disk 2018-01-31 10:49:58 -08:00
022.js migration for adding submittedTime to the txMeta (#3727) 2018-03-26 14:24:12 -07:00
023.js migration for removing unnecessary transactions from state 2018-03-27 16:49:13 -07:00
024.js hot-fix - migrate unaproved txParams so that the from is lowercase 2018-04-04 14:27:28 -07:00
index.js hot-fix - migrate unaproved txParams so that the from is lowercase 2018-04-04 14:27:28 -07:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00

Migrations

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

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