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
Whymarrh Whitby e47448362d
Bug fixes for incoming transactions (#7043)
* Fix styling of `.transaction-list`
* Filter `incomingTxListSelector` by network as well
* Start and stop block tracker polling in incoming tx controller
* Add fetch with abort in bg for `IncomingTxController`
2019-08-20 16:22:00 -02:30
..
network Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
transactions Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
app-state.js Update auto-logout to recognize idle time in background (#6593) 2019-05-13 13:46:09 -02:30
balance.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
cached-balances.js
computed-balances.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
detect-tokens.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
incoming-transactions.js Bug fixes for incoming transactions (#7043) 2019-08-20 16:22:00 -02:30
infura.js
onboarding.js Ensure seed phrase backup only shows up for new users (#6975) 2019-08-08 09:08:41 -02:30
preferences.js Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30
provider-approval.js Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30
README.md
recent-blocks.js feature: add Goerli support (#6459) 2019-04-17 15:04:49 -02:30
token-rates.js feature: integrate gaba/CurrencyRateController (#6570) 2019-05-31 18:14:22 -04:00

Controllers

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