Prepare 1.8.5
This commit is contained in:
parent
866342c4d8
commit
1d299f3f67
@ -8,6 +8,17 @@
|
|||||||
should not occur with Python 3.7.
|
should not occur with Python 3.7.
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.8.5 (18 Aug 2018)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
* require aiorpcX 0.7.3 which contains a couple of bugfixes
|
||||||
|
* fix `#552`_, `#577`_
|
||||||
|
* fixed a session limiting bug reported by ghost43
|
||||||
|
* coin additions / updates: PIVX and Decred Testnets, BitcoinGreen (cunhasb)
|
||||||
|
Monacoin (wakayamap)
|
||||||
|
* proper generation input handling for various altcoins (erasmospunk) fixing
|
||||||
|
`#570`_
|
||||||
|
|
||||||
Version 1.8.4 (14 Aug 2018)
|
Version 1.8.4 (14 Aug 2018)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
@ -209,8 +220,11 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
|
|||||||
.. _#523: https://github.com/kyuupichan/electrumx/issues/523
|
.. _#523: https://github.com/kyuupichan/electrumx/issues/523
|
||||||
.. _#534: https://github.com/kyuupichan/electrumx/issues/534
|
.. _#534: https://github.com/kyuupichan/electrumx/issues/534
|
||||||
.. _#538: https://github.com/kyuupichan/electrumx/issues/538
|
.. _#538: https://github.com/kyuupichan/electrumx/issues/538
|
||||||
|
.. _#552: https://github.com/kyuupichan/electrumx/issues/552
|
||||||
.. _#557: https://github.com/kyuupichan/electrumx/issues/557
|
.. _#557: https://github.com/kyuupichan/electrumx/issues/557
|
||||||
.. _#559: https://github.com/kyuupichan/electrumx/issues/559
|
.. _#559: https://github.com/kyuupichan/electrumx/issues/559
|
||||||
.. _#564: https://github.com/kyuupichan/electrumx/issues/564
|
.. _#564: https://github.com/kyuupichan/electrumx/issues/564
|
||||||
.. _#565: https://github.com/kyuupichan/electrumx/issues/565
|
.. _#565: https://github.com/kyuupichan/electrumx/issues/565
|
||||||
.. _#567: https://github.com/kyuupichan/electrumx/issues/567
|
.. _#567: https://github.com/kyuupichan/electrumx/issues/567
|
||||||
|
.. _#570: https://github.com/kyuupichan/electrumx/issues/570
|
||||||
|
.. _#577: https://github.com/kyuupichan/electrumx/issues/577
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('..'))
|
sys.path.insert(0, os.path.abspath('..'))
|
||||||
VERSION="ElectrumX 1.8.4"
|
VERSION="ElectrumX 1.8.5"
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version = 'ElectrumX 1.8.4'
|
version = 'ElectrumX 1.8.5'
|
||||||
version_short = version.split()[-1]
|
version_short = version.split()[-1]
|
||||||
|
|
||||||
from electrumx.server.controller import Controller
|
from electrumx.server.controller import Controller
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user