1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/app/scripts/controllers
Dan J Miller 4c24555545 Save recent network balances in local storage (#5843)
* Use selector for state.metamask.accounts in all cases.

* Default to cached balance when selecting metamask accounts

* Adds the cached-balances controller

* Documentation and small codes fixes for #5843

Co-Authored-By: danjm <danjm.com@gmail.com>
2018-11-30 14:51:24 -08:00
..
network
transactions Fixed Vivek's bug (#5860) 2018-11-29 16:08:03 -08:00
address-book.js
balance.js
blacklist.js
cached-balances.js Save recent network balances in local storage (#5843) 2018-11-30 14:51:24 -08:00
computed-balances.js
currency.js
detect-tokens.js
infura.js
preferences.js Don't announce new UI to users switching back 2018-11-20 14:04:50 -03:30
provider-approval.js Use initState to avoid type-checking providerRequests in state 2018-11-26 12:06:17 -03:30
README.md
recent-blocks.js
shapeshift.js
token-rates.js bugfix: normalize contract addresss when fetching exchange rates (#5863) 2018-11-30 11:52:00 -05:00
user-actions.js

Controllers

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