aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-01-09 03:47:47 +0800
committerGitHub <noreply@github.com>2018-01-09 03:47:47 +0800
commit0fbecb9f7c3b4b0d0b885f6478db70625851f1c2 (patch)
treee3f4b117381d8edb49428f726cb082417d7efae3 /CHANGELOG.md
parent0cf5c22178050fff0e89af2a12d87ef7fdf4440c (diff)
parentd11ec81f49328d3f0fee484fba5191d4c29c42ad (diff)
downloadtangerine-wallet-browser-0fbecb9f7c3b4b0d0b885f6478db70625851f1c2.tar
tangerine-wallet-browser-0fbecb9f7c3b4b0d0b885f6478db70625851f1c2.tar.gz
tangerine-wallet-browser-0fbecb9f7c3b4b0d0b885f6478db70625851f1c2.tar.bz2
tangerine-wallet-browser-0fbecb9f7c3b4b0d0b885f6478db70625851f1c2.tar.lz
tangerine-wallet-browser-0fbecb9f7c3b4b0d0b885f6478db70625851f1c2.tar.xz
tangerine-wallet-browser-0fbecb9f7c3b4b0d0b885f6478db70625851f1c2.tar.zst
tangerine-wallet-browser-0fbecb9f7c3b4b0d0b885f6478db70625851f1c2.zip
Merge pull request #2891 from MetaMask/i2621-0xRecipientAddress
Account for 0x/empty string recipient
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31f0406c7..cacc4b522 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,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.