diff options
author | Dan Matthews <dan@matthews.es> | 2018-07-27 11:40:11 +0800 |
---|---|---|
committer | Dan Matthews <dan@matthews.es> | 2018-08-17 22:26:47 +0800 |
commit | df799d7fd6c49888e3eb659adbfca18030b85975 (patch) | |
tree | e699c4305c1ec807e584bd4290f2c445027f843b /CHANGELOG.md | |
parent | 59ba2d2785b1742a7b1b4d6455a4662d9cd685c7 (diff) | |
download | tangerine-wallet-browser-df799d7fd6c49888e3eb659adbfca18030b85975.tar tangerine-wallet-browser-df799d7fd6c49888e3eb659adbfca18030b85975.tar.gz tangerine-wallet-browser-df799d7fd6c49888e3eb659adbfca18030b85975.tar.bz2 tangerine-wallet-browser-df799d7fd6c49888e3eb659adbfca18030b85975.tar.lz tangerine-wallet-browser-df799d7fd6c49888e3eb659adbfca18030b85975.tar.xz tangerine-wallet-browser-df799d7fd6c49888e3eb659adbfca18030b85975.tar.zst tangerine-wallet-browser-df799d7fd6c49888e3eb659adbfca18030b85975.zip |
Restores accounts until one with a zero balance is found
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c61d566b4..ddaa496dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ - [#4691](https://github.com/MetaMask/metamask-extension/pull/4691): Redesign of the Confirm Transaction Screen. - [#4840](https://github.com/MetaMask/metamask-extension/pull/4840): Now shows notifications when transactions are completed. - [#4855](https://github.com/MetaMask/metamask-extension/pull/4855): Allow the use of HTTP prefix for custom rpc urls. +- [#4855](https://github.com/MetaMask/metamask-extension/pull/4855): network.js: convert rpc protocol to lower case. +- [#4898](https://github.com/MetaMask/metamask-extension/pull/4898): Restore multiple consecutive accounts with balances. ## 4.8.0 Thur Jun 14 2018 |