nifty-wallet/app/scripts/controllers
Dan Finlay c53c5d5c9e Fix bug where reset account would not work.
Fixes #4462

Ensures that resetAccount() can work on non-stock providers.

I'm unclear how this was ever working, this code hasn't moved in months,
but users report it recently breaking. Maybe we only recently pushed it
to prod.
2018-06-06 16:46:39 -07:00
..
network Fix bug where reset account would not work. 2018-06-06 16:46:39 -07:00
transactions remove generating blocked accounts and use a config file instead 2018-05-30 21:15:59 +02:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
address-book.js Update AddressBookController to read from preferences store 2018-05-17 12:57:39 -02:30
balance.js Minor fixes in a number of docs. 2018-04-20 15:48:58 -02:30
blacklist.js Even more documentation for various controllers and libs. 2018-04-19 13:08:56 -02:30
computed-balances.js Clean up JSDoc for background scripts 2018-04-19 15:14:00 -04:00
currency.js Merge branch 'master' into dm-docs-1 2018-04-18 16:15:48 -02:30
infura.js Require loglevel singleton in each module that uses it 2018-04-13 17:56:28 -04:00
preferences.js Add account type assertion to PreferencesController#setAccountLabel 2018-06-05 14:06:56 -07:00
recent-blocks.js controllers - recent-blocks - pull first historical blocks in parallel 2018-05-22 01:58:36 -07:00
shapeshift.js Merge branch 'master' into dm-docs-1 2018-04-18 16:15:48 -02:30
token-rates.js Return 0 for token rate fetch failures 2018-04-26 18:31:54 -04:00
user-actions.js Version 4.7.1 2018-06-01 15:48:16 -07:00

README.md

Controllers

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