Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | controllers - recent-blocks - pull first historical blocks in parallel | kumavis | 2018-05-22 | 1 | -15/+7 |
| | |||||
* | Merge branch 'master' into dm-docs-2 | Dan | 2018-04-20 | 1 | -0/+1 |
|\ | |||||
| * | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 1 | -0/+1 |
| | | |||||
* | | Even more documentation for various controllers and libs. | Dan | 2018-04-19 | 1 | -0/+68 |
|/ | |||||
* | Prefer passing a provider over an ethQuery instance | Dan Finlay | 2018-01-13 | 1 | -2/+3 |
| | |||||
* | Improve gas price estimation by backfilling recent-blocks | Dan Finlay | 2018-01-12 | 1 | -7/+72 |
| | | | | | | | | When first initializing, recent-block controller now back-fills up to its desired history length. This makes estimated gas prices reflect a longer recent history, even when first switching to a new network. Fixes #2925 | ||||
* | Do not log whole txs in recent block controller. | Dan Finlay | 2017-12-20 | 1 | -1/+8 |
| | | | | Only record gas prices, because that has a current use. | ||||
* | Add Recent Blocks controller | Dan Finlay | 2017-12-18 | 1 | -0/+37 |
Tracks recent blocks, useful for estimating recent successful gas prices. |