Prepare 1.1
This commit is contained in:
parent
2f69aaa487
commit
8cfa42ed9c
13
README.rst
13
README.rst
@ -134,6 +134,19 @@ Roadmap
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 1.1
|
||||||
|
-----------
|
||||||
|
|
||||||
|
See the changelogs below for recent changes. The most important is
|
||||||
|
that for mainnet bitcoin **NET** must now be *mainnet* and you must
|
||||||
|
choose a **COIN** from *BitcoinCash* and *BitcoinSegwit*. Similarly
|
||||||
|
for testnets. These coins will likely diverge further in future so
|
||||||
|
it's best they become separate coins now.
|
||||||
|
|
||||||
|
- no longer persist peers, rediscover on restart
|
||||||
|
- onion peers only reported if can connect; hard-coded exception removed
|
||||||
|
- small fix for blockchain.transaction.broadcast
|
||||||
|
|
||||||
Version 1.1pre2
|
Version 1.1pre2
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Server name and protocol versions
|
# Server name and protocol versions
|
||||||
|
|
||||||
VERSION = 'ElectrumX 1.1pre2'
|
VERSION = 'ElectrumX 1.1'
|
||||||
PROTOCOL_MIN = '0.9'
|
PROTOCOL_MIN = '0.9'
|
||||||
PROTOCOL_MAX = '1.1'
|
PROTOCOL_MAX = '1.1'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user