diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-01-12 07:00:48 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-01-12 07:04:54 +0800 |
commit | 4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d (patch) | |
tree | 5da6f5480adebd94f4df3ca24c07e35dc56f7298 /CHANGELOG.md | |
parent | 89f75a3a3bde50e583688559e7f876062d2fcdcb (diff) | |
download | tangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.tar tangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.tar.gz tangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.tar.bz2 tangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.tar.lz tangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.tar.xz tangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.tar.zst tangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.zip |
Improve gas price estimation by backfilling recent-blocks
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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4218210..30ddb3531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +- Further improve gas price estimation. + ## 3.13.4 2018-1-9 - Remove recipient field if application initializes a tx with an empty string, or 0x, and tx data. Throw an error with the same condition, but without tx data. |