aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2018-01-16 06:35:59 +0800
committerGitHub <noreply@github.com>2018-01-16 06:35:59 +0800
commit582634d9fa6a31b695ded5125b26c8a4f06ed21f (patch)
tree534f6d85f379b97ea158194f2e432645c6ad46ea /CHANGELOG.md
parent1b3ab710637cab2959c2da25de895a3c28f348d8 (diff)
parent7cb66ce4cba446f8149c4a8872dbdfbc53f72f7c (diff)
downloadtangerine-wallet-browser-582634d9fa6a31b695ded5125b26c8a4f06ed21f.tar
tangerine-wallet-browser-582634d9fa6a31b695ded5125b26c8a4f06ed21f.tar.gz
tangerine-wallet-browser-582634d9fa6a31b695ded5125b26c8a4f06ed21f.tar.bz2
tangerine-wallet-browser-582634d9fa6a31b695ded5125b26c8a4f06ed21f.tar.lz
tangerine-wallet-browser-582634d9fa6a31b695ded5125b26c8a4f06ed21f.tar.xz
tangerine-wallet-browser-582634d9fa6a31b695ded5125b26c8a4f06ed21f.tar.zst
tangerine-wallet-browser-582634d9fa6a31b695ded5125b26c8a4f06ed21f.zip
Merge pull request #2936 from MetaMask/i2925-BetterGasEstimation
Improve gas price estimation by backfilling recent-blocks
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.