Prepare 1.0.10
This commit is contained in:
parent
9af037b4be
commit
2fe67932c5
11
README.rst
11
README.rst
@ -130,6 +130,17 @@ Roadmap
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 1.0.10
|
||||||
|
--------------
|
||||||
|
|
||||||
|
- add bauerj's installer docs
|
||||||
|
- segwit has activated on Litecoin. Make segwit deserialization the
|
||||||
|
default. Also as the first Segwit block probably will break old
|
||||||
|
electrum-server implementation servers, disable IRC and make
|
||||||
|
Litecoin mainnet and testnet use the peer-discovery protocol. If
|
||||||
|
you previously used "testnet-segwit" as your NET you should instead
|
||||||
|
use "testnet".
|
||||||
|
|
||||||
Version 1.0.9
|
Version 1.0.9
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Server name and protocol versions
|
# Server name and protocol versions
|
||||||
|
|
||||||
VERSION = 'ElectrumX 1.0.9'
|
VERSION = 'ElectrumX 1.0.10'
|
||||||
PROTOCOL_MIN = '1.0'
|
PROTOCOL_MIN = '1.0'
|
||||||
PROTOCOL_MAX = '1.0'
|
PROTOCOL_MAX = '1.0'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user