aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/computed-balances.js
Commit message (Collapse)AuthorAgeFilesLines
* Move obs store into account-tracker instead of inheritingDan Finlay2017-09-271-3/+3
|
* Make blockTracker an independent paramDan Finlay2017-09-261-1/+3
|
* Fix account-tracker referencesDan Finlay2017-09-231-5/+5
|
* Refactor eth-store into account-trackerDan Finlay2017-09-231-0/+64
EthStore was only being used for tracking account balances and nonces now, so I removed its block-tracking duties, renamed it account-tracker, and removed it as a dependency from `KeyringController`, so that KRC can go live on without a hard dep on it.