1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts
Frankie ce147bf6d8 Tx controller now uses safe event emitter (#5769)
* transactions - use safe-event-emitter over events

* tests - pass a platform object on init with a noop showTransactionNotification

* test - fix for tx-state-history-helper trying to reduce an empty array

* deps - safe-event-emitter

* lint
2018-11-16 10:34:08 -08:00
..
account-import-strategies
controllers Tx controller now uses safe event emitter (#5769) 2018-11-16 10:34:08 -08:00
lib Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-enhancements2 2018-10-29 20:25:05 -04:00
migrations
platforms EIP-1102: updated implementation 2018-11-05 15:07:09 -08:00
background.js Fixes #3425: Better support for batch transactions (#5437) 2018-11-13 13:49:12 -03:30
chromereload.js
contentscript.js 1102: use meta title if it exists before title 2018-11-14 10:43:10 -08:00
edge-encryptor.js
first-time-state.js
inpage.js EIP-1102: Update publicConfig store concurrently with approval 2018-11-09 18:21:59 -08:00
metamask-controller.js Update Balanc3 API (#5744) 2018-11-13 14:57:43 -05:00
notice-controller.js
phishing-detect.js tests - integration - Add Drizzle tests (#5467) 2018-10-10 01:12:43 -04:00
popup-core.js
README.md
ui.js sentry - include app state in ui errors 2018-10-20 03:14:59 -04: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