Prepare 1.8

This commit is contained in:
Neil Booth
2018-08-06 18:26:16 +09:00
parent 8c87383b13
commit 1867a6bc86
3 changed files with 18 additions and 1 deletions
+15
View File
@@ -7,6 +7,21 @@
and memory consumption whilst serving clients. Those problems and memory consumption whilst serving clients. Those problems
should not occur with Python 3.7. should not occur with Python 3.7.
Version 1.8.1 (in development)
==============================
Version 1.8 (06 Aug 2018)
==========================
* require aiorpcX 0.6.2
* fix query.py; move to contrib. Add :ref:`query <query>` function to RPC
* rewrite :command:`electrumx_rpc` so that proper command-line help is provided
* per-coin tx hash functions (erasmospunk)
* coin additions / updates: Groestlcoin (Kefkius, erasmospunk),
Decred (erasmonpsunk)
* other minor (smmalis37)
Version 1.7.3 (01 Aug 2018) Version 1.7.3 (01 Aug 2018)
============================ ============================
+1 -1
View File
@@ -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.8beta" VERSION="ElectrumX 1.8"
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
+2
View File
@@ -161,6 +161,8 @@ Peer data is obtained via a peer discovery protocol documented
[...] [...]
electroncash.checksum0.com good 50001 50002 ElectrumX 1.2.1 0.9 1.1 07h 30m 40s 07h 30m 41s 0 peer 149.56.198.233 electroncash.checksum0.com good 50001 50002 ElectrumX 1.2.1 0.9 1.1 07h 30m 40s 07h 30m 41s 0 peer 149.56.198.233
.. _query:
query query
----- -----