Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor eth-store into account-tracker | Dan Finlay | 2017-09-23 | 1 | -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-store | Dan Finlay | 2017-09-23 | 1 | -43/+1 |
| | |||||
* | Update gasblocklimit params with every block. | Kevin Serrano | 2017-06-03 | 1 | -0/+2 |
| | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Add current block number and hash to the state. | Kevin Serrano | 2017-03-23 | 1 | -1/+5 |
| | |||||
* | eth-store - update store state after manipulating | kumavis | 2017-02-04 | 1 | -0/+2 |
| | |||||
* | eths-store - eagerly set current block | kumavis | 2017-02-04 | 1 | -0/+2 |
| | |||||
* | eth-store - cbs default to noop | kumavis | 2017-02-03 | 1 | -5/+5 |
| | |||||
* | eth-store - convert to obs-store subclass | kumavis | 2017-02-03 | 1 | -116/+98 |
| | |||||
* | eth-store - emit update on new account add | kumavis | 2017-01-15 | 1 | -1/+3 |
| | |||||
* | Fixed bugs with sanity-checking | Dan Finlay | 2017-01-05 | 1 | -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 typo | Dan Finlay | 2017-01-05 | 1 | -2/+3 |
| | |||||
* | Add descriptive comment | Dan Finlay | 2017-01-05 | 1 | -0/+9 |
| | |||||
* | Linted | Dan Finlay | 2017-01-05 | 1 | -22/+17 |
| | |||||
* | Removed reliance on eth-store internal custom eth-query | Dan Finlay | 2017-01-05 | 1 | -6/+15 |
| | |||||
* | Move eth-store@1.1.0 into local repo. | Dan Finlay | 2017-01-05 | 1 | -0/+132 |