Prepare 1.0.7
This commit is contained in:
parent
a94d320e5d
commit
e96b8f0421
15
README.rst
15
README.rst
@ -127,6 +127,21 @@ Roadmap
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 1.0.7
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Improvements to proxy handling and peer discovery
|
||||||
|
|
||||||
|
* background async proxy detection loop. Removes responsibility for
|
||||||
|
proxy detection and maintenance from the peer manager.
|
||||||
|
* peer discovery waits for an initial proxy detection attempt to complete
|
||||||
|
before starting
|
||||||
|
* new feature: flag to force peer discovery to happen via the proxy.
|
||||||
|
This might be useful for someone exlusively running a Tor service
|
||||||
|
that doesn't want to reveal its IP address. See **FORCE_PROXY** in
|
||||||
|
`docs/ENVIRONMENT.rst`_ for details and caveats.
|
||||||
|
* other minor fixes and tweaks
|
||||||
|
|
||||||
Version 1.0.6
|
Version 1.0.6
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Server name and protocol versions
|
# Server name and protocol versions
|
||||||
|
|
||||||
VERSION = 'ElectrumX 1.0.6'
|
VERSION = 'ElectrumX 1.0.7'
|
||||||
PROTOCOL_MIN = '1.0'
|
PROTOCOL_MIN = '1.0'
|
||||||
PROTOCOL_MAX = '1.0'
|
PROTOCOL_MAX = '1.0'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user