You've already forked electroncash-protocol
Prepare 1.8.2
This commit is contained in:
+10
-2
@@ -8,8 +8,15 @@
|
|||||||
should not occur with Python 3.7.
|
should not occur with Python 3.7.
|
||||||
|
|
||||||
|
|
||||||
Version 1.8.1 (in development)
|
Version 1.8.2 (09 Aug 2018)
|
||||||
==============================
|
===========================
|
||||||
|
|
||||||
|
* require aiorpcX 0.7.1 which along with an ElectrumX change restores clean
|
||||||
|
shutdown and flush functionality, particularly during initial sync
|
||||||
|
* fix `#564`_
|
||||||
|
|
||||||
|
Version 1.8.1 (08 Aug 2018)
|
||||||
|
===========================
|
||||||
|
|
||||||
* require aiorpcX 0.7.0 which fixes a bug causing silent shutdown of ElectrumX
|
* require aiorpcX 0.7.0 which fixes a bug causing silent shutdown of ElectrumX
|
||||||
* fix `#557`_, `#559`_
|
* fix `#557`_, `#559`_
|
||||||
@@ -206,3 +213,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
|
|||||||
.. _#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
|
.. _#559: https://github.com/kyuupichan/electrumx/issues/559
|
||||||
|
.. _#564: https://github.com/kyuupichan/electrumx/issues/564
|
||||||
|
|||||||
@@ -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.1"
|
VERSION="ElectrumX 1.8.2"
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user