Prepare 1.8.4

This commit is contained in:
Neil Booth 2018-08-14 12:57:33 +09:00
parent f0a2f128dc
commit ee86de86a3
2 changed files with 11 additions and 1 deletions

View File

@ -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)
===========================

View File

@ -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