Prepare 0.8.4

This commit is contained in:
Neil Booth 2016-12-06 06:40:19 +09:00
parent 1f1f0f42f8
commit 36a06ea2c2
3 changed files with 8 additions and 5 deletions

View File

@ -113,10 +113,8 @@ be necessary.
Roadmap Pre-1.0
===============
- minor code cleanups
- at most 1 more DB format change; I will make a weak attempt to
retain 0.6 release's DB format if possible
- provision of bandwidth limit controls
- minor code cleanups. It is unlikely DB format will change
- better DoS protections and mempool handling
- implement simple protocol to discover peers without resorting to IRC

View File

@ -1,3 +1,8 @@
version 0.8.4
-------------
- remove invalidated histories from cache on new block
version 0.8.3
-------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.8.3"
VERSION = "ElectrumX 0.8.4"