1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts
Mark Stacey 57fdc03dc2
Backport "Delete Dai/Sai migration notification (#8418)" (#8447)
This backports the deletion of the Dai/Sai migration notification
(#8418). Note that the migration to delete the now unused background
state has not been included, as it is non-essential and would have been
more difficult to backport. The migration to delete the unused state
will be included in the next major release instead.
2020-04-29 11:40:08 -03:00
..
account-import-strategies
controllers Backport "Delete Dai/Sai migration notification (#8418)" (#8447) 2020-04-29 11:40:08 -03:00
lib Update Wyre ETH purchase url (#8051) 2020-02-14 18:26:04 -04:00
migrations
platforms
background.js Backport "Fix popup not opening (#8314)" (#8446) 2020-04-29 01:57:25 -03:00
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Backport "Delete Dai/Sai migration notification (#8418)" (#8447) 2020-04-29 11:40:08 -03:00
phishing-detect.js
README.md
ui.js

Main MetaMask Code

This folder contains the core-code.

Currently, it is organized mostly based on file category, like:

controllers, migrations, lib

Ongoing Task

Refactor code-structure, thus the subsystems are reflected on the filesystem.

Examples