Browse Source

Prepare 0.8.4

master
Neil Booth 8 years ago
parent
commit
36a06ea2c2
  1. 6
      README.rst
  2. 5
      RELEASE-NOTES
  3. 2
      server/version.py

6
README.rst

@ -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

5
RELEASE-NOTES

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

2
server/version.py

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

Loading…
Cancel
Save