File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 16
16
Bitcoin XT with CToR disabled.
17
17
18
18
19
+ Version 1.8.10 (05 Nov 2018)
20
+ ============================
21
+
22
+ * require aiorpcX 0.10.0
23
+ * fix `#632 `_
24
+ * coin additions / updates: ZelCash (TheTrunk)
25
+
19
26
Version 1.8.9 (02 Nov 2018)
20
27
===========================
21
28
@@ -222,3 +229,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn
222
229
.. _#603 : https://github.com/kyuupichan/electrumx/issues/603
223
230
.. _#608 : https://github.com/kyuupichan/electrumx/issues/608
224
231
.. _#630 : https://github.com/kyuupichan/electrumx/issues/630
232
+ .. _#632 : https://github.com/kyuupichan/electrumx/issues/630
Original file line number Diff line number Diff line change 15
15
import os
16
16
import sys
17
17
sys .path .insert (0 , os .path .abspath ('..' ))
18
- VERSION = "ElectrumX 1.8.9 "
18
+ VERSION = "ElectrumX 1.8.10 "
19
19
20
20
# -- Project information -----------------------------------------------------
21
21
Original file line number Diff line number Diff line change 1
- version = 'ElectrumX 1.8.9 '
1
+ version = 'ElectrumX 1.8.10 '
2
2
version_short = version .split ()[- 1 ]
3
3
4
4
from electrumx .server .controller import Controller
Original file line number Diff line number Diff line change 1
1
import setuptools
2
- version = '1.8.9 '
2
+ version = '1.8.10 '
3
3
4
4
setuptools .setup (
5
5
name = 'electrumX' ,
You can’t perform that action at this time.
0 commit comments