From ee86de86a3f690897246ad04a9de86629d3dfba6 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 14 Aug 2018 12:57:33 +0900 Subject: [PATCH] Prepare 1.8.4 --- docs/changelog.rst | 10 ++++++++++ electrumx/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7bb71f3..ebdda75 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,16 @@ should not occur with Python 3.7. +Version 1.8.4 (14 Aug 2018) +=========================== + +* improved notification handling and efficiency +* improved daemon handling with minor fixes; full tests for Daemon class +* remove chain_state class +* various internal cleanups and improvements (erasmospunk) +* add PIVX support (erasmospunk) - mempool handling WIP +* fix protocol 1.3 handling of blockchain.block.header RPC (ghost43) + Version 1.8.3 (11 Aug 2018) =========================== diff --git a/electrumx/__init__.py b/electrumx/__init__.py index fd5584f..be25c2c 100644 --- a/electrumx/__init__.py +++ b/electrumx/__init__.py @@ -1,4 +1,4 @@ -version = 'ElectrumX 1.8.4-dev' +version = 'ElectrumX 1.8.4' version_short = version.split()[-1] from electrumx.server.controller import Controller