Browse Source

Prepare 1.1.2

patch-1
Neil Booth 7 years ago
parent
commit
1cf084fb69
  1. 12
      README.rst
  2. 2
      server/version.py

12
README.rst

@ -134,6 +134,16 @@ Roadmap
ChangeLog ChangeLog
========= =========
Version 1.1.2
-------------
- fix listunspent protocol methods to remove in-mempool spends (fixes `#277`_).
- PEER_DISCOVERY environment variable is now tri-state (fixes `#287`_).
- improved environment variable handling
- EMC2 update (cipig), Monacoin update (cryptocoin-junkey),
Canada Ecoin (koad)
- typo fixes, Bitcoin testnet peers updates (SomberNight)
Version 1.1.1 Version 1.1.1
------------- -------------
@ -262,6 +272,8 @@ Version 1.0.11
.. _#180: https://github.com/kyuupichan/electrumx/issues/180 .. _#180: https://github.com/kyuupichan/electrumx/issues/180
.. _#223: https://github.com/kyuupichan/electrumx/issues/223 .. _#223: https://github.com/kyuupichan/electrumx/issues/223
.. _#251: https://github.com/kyuupichan/electrumx/issues/251 .. _#251: https://github.com/kyuupichan/electrumx/issues/251
.. _#251: https://github.com/kyuupichan/electrumx/issues/277
.. _#251: https://github.com/kyuupichan/electrumx/issues/287
.. _docs/HOWTO.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/HOWTO.rst .. _docs/HOWTO.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/HOWTO.rst
.. _docs/ENVIRONMENT.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/ENVIRONMENT.rst .. _docs/ENVIRONMENT.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/ENVIRONMENT.rst
.. _docs/PROTOCOL.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/PROTOCOL.rst .. _docs/PROTOCOL.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/PROTOCOL.rst

2
server/version.py

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

Loading…
Cancel
Save