Prepare 0.9.11

This commit is contained in:
Neil Booth 2016-12-17 18:02:22 +09:00
parent 645e60eaee
commit ef54413054
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
version 0.9.11
--------------
- rework the fetch-and-process blocks loop. This regains some of the
sync efficiency we lost during 0.8.x and that was poorly hacked
around earlier in 0.9.x. Continuing to investigate where the rest
went.
- logging of block processing times fixes #58
- moved the peer column to the end of the sessions RPC so that IPv6 addrs
don't mess up the formatting
** Please don't run version 0.10.0, it will corrupt your DB.
version 0.9.10

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.9.10"
VERSION = "ElectrumX 0.9.11"