Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |