aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-01-17 03:05:40 +0800
committerDan Finlay <dan@danfinlay.com>2018-01-17 03:05:40 +0800
commitc0cf665b8581df4fe1ea360f28c0d2ed940c21c8 (patch)
tree27edbac0dd434666b7081de4e08c7b7b5b0defd2 /CHANGELOG.md
parent8fb62b97c5b0901c7e4402d49538db87396c8579 (diff)
parentb046f96d4b0809422ac8e1dbfcbdd7a545e7ff3f (diff)
downloadtangerine-wallet-browser-c0cf665b8581df4fe1ea360f28c0d2ed940c21c8.tar
tangerine-wallet-browser-c0cf665b8581df4fe1ea360f28c0d2ed940c21c8.tar.gz
tangerine-wallet-browser-c0cf665b8581df4fe1ea360f28c0d2ed940c21c8.tar.bz2
tangerine-wallet-browser-c0cf665b8581df4fe1ea360f28c0d2ed940c21c8.tar.lz
tangerine-wallet-browser-c0cf665b8581df4fe1ea360f28c0d2ed940c21c8.tar.xz
tangerine-wallet-browser-c0cf665b8581df4fe1ea360f28c0d2ed940c21c8.tar.zst
tangerine-wallet-browser-c0cf665b8581df4fe1ea360f28c0d2ed940c21c8.zip
Merge branch 'master' into i2907-NoCodeGasLimit
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 5adf16cb7..1da6da219 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
## Current Master
- Estimating gas limit for simple ether sends now faster & cheaper, by avoiding VM usage on recipients with no code.
+- Add an extra px to address for Firefox clipping.
+- Fix Firefox scrollbar.
- Open metamask popup for transaction confirmation before gas estimation finishes and add a loading screen over transaction confirmation.
- Fix bug that prevented eth_signTypedData from signing bytes.
- Further improve gas price estimation.