aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-08-29 02:29:47 +0800
committerGitHub <noreply@github.com>2017-08-29 02:29:47 +0800
commit76de053b0b0a40f98fa88de950fdaae33dbbf666 (patch)
treef6e00b78db4f9c7ba0e5968c6df1637825d3db5e /CHANGELOG.md
parent6bff55ba2ae36a1d005b052940d91e6e43262359 (diff)
parent34b327caf07cd395229806cedecdeb770c034562 (diff)
downloadtangerine-wallet-browser-76de053b0b0a40f98fa88de950fdaae33dbbf666.tar.gz
tangerine-wallet-browser-76de053b0b0a40f98fa88de950fdaae33dbbf666.tar.zst
tangerine-wallet-browser-76de053b0b0a40f98fa88de950fdaae33dbbf666.zip
Merge branch 'master' into inpage-provider-fixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28e7ec92d..a0fe916dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@
- Make eth_sign deprecation warning less noisy
- Fix bug with network version serialization over synchronous RPC
+## 3.9.11 2017-8-24
+
+- Fix nonce calculation bug that would sometimes generate very wrong nonces.
+- Give up resubmitting a transaction after 3500 blocks.
+
## 3.9.10 2017-8-23
- Improve nonce calculation, to prevent bug where people are unable to send transactions reliably.