Prepare 1.8.10
This commit is contained in:
parent
6209300e35
commit
c65ad772e9
@ -16,6 +16,13 @@
|
||||
Bitcoin XT with CToR disabled.
|
||||
|
||||
|
||||
Version 1.8.10 (05 Nov 2018)
|
||||
============================
|
||||
|
||||
* require aiorpcX 0.10.0
|
||||
* fix `#632`_
|
||||
* coin additions / updates: ZelCash (TheTrunk)
|
||||
|
||||
Version 1.8.9 (02 Nov 2018)
|
||||
===========================
|
||||
|
||||
@ -222,3 +229,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
|
||||
.. _#603: https://github.com/kyuupichan/electrumx/issues/603
|
||||
.. _#608: https://github.com/kyuupichan/electrumx/issues/608
|
||||
.. _#630: https://github.com/kyuupichan/electrumx/issues/630
|
||||
.. _#632: https://github.com/kyuupichan/electrumx/issues/630
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
VERSION="ElectrumX 1.8.9"
|
||||
VERSION="ElectrumX 1.8.10"
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version = 'ElectrumX 1.8.9'
|
||||
version = 'ElectrumX 1.8.10'
|
||||
version_short = version.split()[-1]
|
||||
|
||||
from electrumx.server.controller import Controller
|
||||
|
||||
Loading…
Reference in New Issue
Block a user