You've already forked electroncash-protocol
Prepare 1.8.1
This commit is contained in:
+5
-1
@@ -11,7 +11,10 @@
|
|||||||
Version 1.8.1 (in development)
|
Version 1.8.1 (in development)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
* fix `#557`_
|
* require aiorpcX 0.7.0 which fixes a bug causing silent shutdown of ElectrumX
|
||||||
|
* fix `#557`_, `#559`_
|
||||||
|
* tweaks related to log spew (I think mostly occurring with old versions
|
||||||
|
of Python)
|
||||||
|
|
||||||
Version 1.8 (06 Aug 2018)
|
Version 1.8 (06 Aug 2018)
|
||||||
==========================
|
==========================
|
||||||
@@ -202,3 +205,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
|
|||||||
.. _#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
|
||||||
.. _#557: https://github.com/kyuupichan/electrumx/issues/557
|
.. _#557: https://github.com/kyuupichan/electrumx/issues/557
|
||||||
|
.. _#559: https://github.com/kyuupichan/electrumx/issues/559
|
||||||
|
|||||||
@@ -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"
|
VERSION="ElectrumX 1.8.1"
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user