Browse Source

Prepare 1.1

master 1.1
Neil Booth 7 years ago
parent
commit
8cfa42ed9c
  1. 13
      README.rst
  2. 2
      server/version.py

13
README.rst

@ -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
---------------

2
server/version.py

@ -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'

Loading…
Cancel
Save