diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-01-09 03:21:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 03:21:41 +0800 |
commit | d11ec81f49328d3f0fee484fba5191d4c29c42ad (patch) | |
tree | 1d888a0e26cb5cf224b8c5a0c1a9bd67e6ae3f1b /CHANGELOG.md | |
parent | 39b700bf87f213d2fb06dcde85f4e6173a6ce70c (diff) | |
parent | f6f3f915707a2a4f5c9db43ae51741c7d30cbc69 (diff) | |
download | tangerine-wallet-browser-d11ec81f49328d3f0fee484fba5191d4c29c42ad.tar tangerine-wallet-browser-d11ec81f49328d3f0fee484fba5191d4c29c42ad.tar.gz tangerine-wallet-browser-d11ec81f49328d3f0fee484fba5191d4c29c42ad.tar.bz2 tangerine-wallet-browser-d11ec81f49328d3f0fee484fba5191d4c29c42ad.tar.lz tangerine-wallet-browser-d11ec81f49328d3f0fee484fba5191d4c29c42ad.tar.xz tangerine-wallet-browser-d11ec81f49328d3f0fee484fba5191d4c29c42ad.tar.zst tangerine-wallet-browser-d11ec81f49328d3f0fee484fba5191d4c29c42ad.zip |
Merge branch 'master' into i2621-0xRecipientAddress
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 568d1b7f8..f067c605f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Current Master - 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. +- Improve gas price suggestion to be closer to the lowest that will be accepted. - Throw an error if a application tries to submit a tx whose value is a decimal, and inform that it should be in wei. - Fix bug that prevented updating custom token details. - No longer mark long-pending transactions as failed, since we now have button to retry with higher gas. |