1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 04:46:10 +01:00
metamask-extension/app/scripts/migrations
Mark Stacey a36e6d414b
Remove unused currentAccountTab state (#8404)
This state has been removed from the background. It was used for the
old UI, and has been unused for some time. A migration has been added
to delete this state as well.

The action creator responsible for updating this state has been removed
from the UI as well, along with the `callBackgroundThenUpdateNoSpinner`
convenience function, which was only used for this action.
2020-04-24 00:23:28 -03: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
025.js
026.js
027.js
028.js
029.js
030.js
031.js
032.js
033.js
034.js
035.js
036.js
037.js
038.js
039.js
040.js
041.js
042.js
043.js
fail-tx.js
index.js
README.md
template.js

Migrations

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

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