Prepare 1.1

This commit is contained in:
Neil Booth 2017-09-09 10:51:43 +09:00
parent 2f69aaa487
commit 8cfa42ed9c
2 changed files with 14 additions and 1 deletions

View File

@ -134,6 +134,19 @@ Roadmap
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
---------------

View File

@ -1,5 +1,5 @@
# Server name and protocol versions
VERSION = 'ElectrumX 1.1pre2'
VERSION = 'ElectrumX 1.1'
PROTOCOL_MIN = '0.9'
PROTOCOL_MAX = '1.1'