Merge branch 'release-0.8.2' into develop

This commit is contained in:
Neil Booth 2016-12-03 23:40:17 +09:00
commit d952b530f6
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
version 0.8.2
-------------
- process new blocks in the asyncio executor; essentially a python thread.
This should eliminate latency during block processing that caused sessions
to be dropped.
- bandwith limit is restored incrementally to a session over the hour
rather than in a lump when one hour has passed. Also, only the
limit is refunded each hour; previously the entire usage would be
refunded. So if the session uses 30MB bandwidth and your limit is
10MB, it will take 3 hrs before the session is considered to have
used none of its allotted bandwidth; previously it would happen after 1
hour.
version 0.8.1
-------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.8.1"
VERSION = "ElectrumX 0.8.2"