aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-01-08 19:16:20 +0800
committerThomas <tmashuang@gmail.com>2018-01-08 19:16:20 +0800
commit39b700bf87f213d2fb06dcde85f4e6173a6ce70c (patch)
treed12b46142c077acbf1fe2e1ff3aae6e948e6ff44 /CHANGELOG.md
parent313b3c087a09bcc4462da15ff3caeac515967cf5 (diff)
downloadtangerine-wallet-browser-39b700bf87f213d2fb06dcde85f4e6173a6ce70c.tar
tangerine-wallet-browser-39b700bf87f213d2fb06dcde85f4e6173a6ce70c.tar.gz
tangerine-wallet-browser-39b700bf87f213d2fb06dcde85f4e6173a6ce70c.tar.bz2
tangerine-wallet-browser-39b700bf87f213d2fb06dcde85f4e6173a6ce70c.tar.lz
tangerine-wallet-browser-39b700bf87f213d2fb06dcde85f4e6173a6ce70c.tar.xz
tangerine-wallet-browser-39b700bf87f213d2fb06dcde85f4e6173a6ce70c.tar.zst
tangerine-wallet-browser-39b700bf87f213d2fb06dcde85f4e6173a6ce70c.zip
Account for 0x/empty string address and contract creation
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 dc96203be..568d1b7f8 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.
- 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.