1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts
Whymarrh Whitby 0e54c5aecd
Don't updatePendingTxs outside of block updates (#8445)
* Don't updatePendingTxs outside of block updates

Refs #8377

Reverts 507397f6c (#5431)

* Check for new block data on unlock
2020-04-29 16:01:22 -02:30
..
account-import-strategies
controllers Don't updatePendingTxs outside of block updates (#8445) 2020-04-29 16:01:22 -02:30
lib Add new inpage provider package (#8442) 2020-04-28 17:14:51 -07:00
migrations Delete Dai/Sai migration notification (#8418) 2020-04-27 16:23:43 -02:30
platforms Position notification relative to last focused window (#8356) 2020-04-19 19:30:17 -02:30
background.js Remove unused ShapeShift components (#8402) 2020-04-24 12:33:24 -03:00
chromereload.js
contentscript.js
first-time-state.js
inpage.js Add new inpage provider package (#8442) 2020-04-28 17:14:51 -07:00
metamask-controller.js Don't updatePendingTxs outside of block updates (#8445) 2020-04-29 16:01:22 -02:30
phishing-detect.js Replace METAMASK_UI_TYPE global with helper function (#8279) 2020-04-01 19:28:10 -03:00
README.md
ui.js Remove ineffectual close popup function (#8316) 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