aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/eth-store.js
Commit message (Collapse)AuthorAgeFilesLines
* Refactor eth-store into account-trackerDan Finlay2017-09-231-96/+0
| | | | 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.
* Remove dead code from eth-storeDan Finlay2017-09-231-43/+1
|
* Update gasblocklimit params with every block.Kevin Serrano2017-06-031-0/+2
|
* Fix linting warningsThomas Huang2017-04-271-1/+1
|
* Add current block number and hash to the state.Kevin Serrano2017-03-231-1/+5
|
* eth-store - update store state after manipulatingkumavis2017-02-041-0/+2
|
* eths-store - eagerly set current blockkumavis2017-02-041-0/+2
|
* eth-store - cbs default to noopkumavis2017-02-031-5/+5
|
* eth-store - convert to obs-store subclasskumavis2017-02-031-116/+98
|
* eth-store - emit update on new account addkumavis2017-01-151-1/+3
|
* Fixed bugs with sanity-checkingDan Finlay2017-01-051-12/+10
| | | | | | - Was incorrectly calling some eth-query methods (left over from old local eth-query) - Was still passing block to getAccount in addAccount - Now emitting update only after all account balances are loaded, reducing UI update traffic.
* Caught typoDan Finlay2017-01-051-2/+3
|
* Add descriptive commentDan Finlay2017-01-051-0/+9
|
* LintedDan Finlay2017-01-051-22/+17
|
* Removed reliance on eth-store internal custom eth-queryDan Finlay2017-01-051-6/+15
|
* Move eth-store@1.1.0 into local repo.Dan Finlay2017-01-051-0/+132