Prepare 1.0.8
This commit is contained in:
parent
7b17d99c5a
commit
e0a79c313c
11
README.rst
11
README.rst
@ -127,6 +127,17 @@ Roadmap
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 1.0.8
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Minor peer-discovery tweaks:
|
||||||
|
|
||||||
|
* I intended that if a host and its IP address were both registered as
|
||||||
|
peers, that the real hostname replace the IP address. That wasn't
|
||||||
|
working properly and is fixed now.
|
||||||
|
* 1.0.6 no longer required a clearnet identity but part of the peer
|
||||||
|
discovery logic assumed one existed. That is now fixed.
|
||||||
|
|
||||||
Version 1.0.7
|
Version 1.0.7
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Server name and protocol versions
|
# Server name and protocol versions
|
||||||
|
|
||||||
VERSION = 'ElectrumX 1.0.7'
|
VERSION = 'ElectrumX 1.0.8'
|
||||||
PROTOCOL_MIN = '1.0'
|
PROTOCOL_MIN = '1.0'
|
||||||
PROTOCOL_MAX = '1.0'
|
PROTOCOL_MAX = '1.0'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user