aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/account-tracker.js
Commit message (Collapse)AuthorAgeFilesLines
* dont aggresively query account datafrankiebee2017-12-141-2/+0
|
* LintedDan Finlay2017-10-201-1/+1
|
* Make account tracking much more reactiveDan Finlay2017-10-191-3/+8
|
* Make account tracking more reactiveDan Finlay2017-10-191-0/+18
| | | | | We were doing a lot of conditional observation & updating. Pulled out a bunch of that for generic observer/syncers.
* account-tracker - remove unused importkumavis2017-09-281-1/+0
|
* Merge branch 'master' into direct-block-trackerkumavis2017-09-281-1/+4
|\
| * Fix bug where block gas limit was incorrectly parsed.Dan Finlay2017-09-281-1/+3
| |
* | account-tracker - use new block-tracker block formatkumavis2017-09-281-4/+2
|/
* Move obs store into account-tracker instead of inheritingDan Finlay2017-09-271-13/+18
|
* Restore blockGasLimit to account-trackerDan Finlay2017-09-271-0/+3
|
* Refactor eth-store into account-trackerDan Finlay2017-09-231-0/+96
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.