aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/recent-blocks.js
Commit message (Collapse)AuthorAgeFilesLines
* eslint --fix .brunobar792018-07-031-1/+1
|
* controllers - recent-blocks - pull first historical blocks in parallelkumavis2018-05-221-15/+7
|
* Merge branch 'master' into dm-docs-2Dan2018-04-201-0/+1
|\
| * Require loglevel singleton in each module that uses itbitpshr2018-04-141-0/+1
| |
* | Even more documentation for various controllers and libs.Dan2018-04-191-0/+68
|/
* 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.