1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Paul Bouchon 2f7d449427 EIP-1193: standard provider API (#6170)
* EIP-1193: Implement new provider API

* EIP-1193: Updated implementation

* Remove test file

* Fix tests

* Update ping check

* Update logic

* PR feedback
2019-02-19 16:42:08 -08:00
..
network EIP-1193: standard provider API (#6170) 2019-02-19 16:42:08 -08:00
transactions Disallow loading as metamaskNetworkId (#5924) 2018-12-13 09:14:46 -10:00
address-book.js Update AddressBookController to read from preferences store 2018-05-17 12:57:39 -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 Add announcement for users migrated to the new UI 2019-02-05 08:49:55 -03:30
provider-approval.js Privacy mode fixes (#6087) 2019-02-01 14:05:46 -05:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
recent-blocks.js fix typo 2019-02-12 09:05:06 -10:00
shapeshift.js Merge branch 'master' into dm-docs-1 2018-04-18 16:15:48 -02:30
token-rates.js Set auto conversion off for token/eth conversion (#6005) 2019-01-10 10:36:30 -08:00
user-actions.js Version 4.7.1 2018-06-01 15:48:16 -07:00

Controllers

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