1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/app/scripts/controllers
Dan J Miller ef8a07c2ce
Adds a transactionCategory to txMeta for use in UI (#6567)
* Adds a transactionCategory to txMeta for use in UI

* Update transaction controller and tx-gas-util documentation on new code param in multiple functions.
2019-05-08 16:48:33 -02:30
..
network Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) 2019-05-03 13:32:05 -04:00
transactions Adds a transactionCategory to txMeta for use in UI (#6567) 2019-05-08 16:48:33 -02:30
balance.js eslint --fix . 2018-07-02 18:49:33 -04:00
blacklist.js blacklist + currency - report error via log instead of throw 2018-10-19 07:18:16 -04:00
cached-balances.js Save recent network balances in local storage (#5843) 2018-11-30 14:51:24 -08:00
computed-balances.js eslint --fix . 2018-07-02 18:49:33 -04:00
currency.js Merge branch 'sentry-enhancements2' of github.com:MetaMask/metamask-extension into sentry-enhancements2 2018-10-29 20:28:02 -04:00
detect-tokens.js fix asset detection (#6049) 2019-01-22 10:23:11 -08:00
infura.js Require loglevel singleton in each module that uses it 2018-04-13 17:56:28 -04:00
preferences.js Send metrics event from backend for on chain transaction failures (#6500) 2019-04-29 03:48:40 -02:30
provider-approval.js Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) 2019-05-03 13:32:05 -04:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
recent-blocks.js feature: add Goerli support (#6459) 2019-04-17 15:04:49 -02:30
shapeshift.js Merge branch 'master' into dm-docs-1 2018-04-18 16:15:48 -02:30
token-rates.js Include token checksum address in prices lookup for token rates (#6526) 2019-04-30 14:19:58 -02:30

Controllers

Different controllers (in the sense of *VC *View-Controller).