aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/recent-blocks.js
Commit message (Collapse)AuthorAgeFilesLines
* Prefer passing a provider over an ethQuery instanceDan Finlay2018-01-131-2/+3
|
* Improve gas price estimation by backfilling recent-blocksDan Finlay2018-01-121-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 Finlay2017-12-201-1/+8
| | | | Only record gas prices, because that has a current use.
* Add Recent Blocks controllerDan Finlay2017-12-181-0/+37
Tracks recent blocks, useful for estimating recent successful gas prices.