diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-01-06 04:51:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 04:51:12 +0800 |
commit | 4e62ae98bd7c62ef0618c4c5e88569b86d1bffec (patch) | |
tree | e1cdd6bf33af4da4d3a21de0018d51b33976c43c /CHANGELOG.md | |
parent | af61bb90653b873cba6678db43dc4997cb47b505 (diff) | |
parent | 906c3882bb426985b403e744727f3a2071eabce7 (diff) | |
download | tangerine-wallet-browser-4e62ae98bd7c62ef0618c4c5e88569b86d1bffec.tar tangerine-wallet-browser-4e62ae98bd7c62ef0618c4c5e88569b86d1bffec.tar.gz tangerine-wallet-browser-4e62ae98bd7c62ef0618c4c5e88569b86d1bffec.tar.bz2 tangerine-wallet-browser-4e62ae98bd7c62ef0618c4c5e88569b86d1bffec.tar.lz tangerine-wallet-browser-4e62ae98bd7c62ef0618c4c5e88569b86d1bffec.tar.xz tangerine-wallet-browser-4e62ae98bd7c62ef0618c4c5e88569b86d1bffec.tar.zst tangerine-wallet-browser-4e62ae98bd7c62ef0618c4c5e88569b86d1bffec.zip |
Merge branch 'dev' into network-indicator-refactor
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 b23fc701a..420296bbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Add a check for when a tx is included in a block. - Minor modifications to network display. - Network now displays properly for pending transactions. +- Implement replay attack protections allowed by EIP 155. +- Fix bug where sometimes loading account data would fail by querying a future block. ## 2.14.1 2016-12-20 |