aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-01-12 07:00:48 +0800
committerDan Finlay <dan@danfinlay.com>2018-01-12 07:04:54 +0800
commit4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d (patch)
tree5da6f5480adebd94f4df3ca24c07e35dc56f7298 /CHANGELOG.md
parent89f75a3a3bde50e583688559e7f876062d2fcdcb (diff)
downloadtangerine-wallet-browser-4a9dad7c40b97f1e625931d6b57fc9d7fdc5080d.tar.gz
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.md2
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.