1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Whymarrh Whitby 91a75b2417
Add new PendingTransactionTracker tests ()
Co-authored-by: Jenny Pollack <jennypollack3@gmail.com>
2020-04-23 13:19:04 -02:30
..
account-import-strategies
controllers Add new PendingTransactionTracker tests () 2020-04-23 13:19:04 -02:30
lib Position notification relative to last focused window () 2020-04-19 19:30:17 -02:30
migrations Connected indicator info popup () 2020-04-22 14:41:36 -02:30
platforms Position notification relative to last focused window () 2020-04-19 19:30:17 -02:30
background.js Focus the notification popup if it's already open () 2020-04-11 20:43:55 -03:00
chromereload.js
contentscript.js Merge pull request from whymarrh/arrow-parens 2020-02-17 15:26:43 -07:00
first-time-state.js
inpage.js update inpage-provider; minor fixes () 2020-02-06 07:57:54 -08:00
metamask-controller.js Connected indicator info popup () 2020-04-22 14:41:36 -02:30
phishing-detect.js Replace METAMASK_UI_TYPE global with helper function () 2020-04-01 19:28:10 -03:00
README.md
ui.js Remove ineffectual close popup function () 2020-04-10 12:27:58 -03:00

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