You've already forked electroncash-protocol
Prepare 0.11.0
This commit is contained in:
@@ -8,6 +8,20 @@
|
|||||||
should not occur with Python 3.7.
|
should not occur with Python 3.7.
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.11.0 (18 Apr 2019)
|
||||||
|
============================
|
||||||
|
|
||||||
|
* require aiorpcX 0.15.x
|
||||||
|
* require aiohttp 3.3 or higher; earlier versions had a problematic bug
|
||||||
|
* add :envvar:`REQUEST_TIMEOUT` and :envvar:`LOG_LEVEL` environment variables
|
||||||
|
* mark 4 old environment variables obsolete. ElectrumX won't start until they are removed
|
||||||
|
* getinfo local RPC cleaned up and shows more stats
|
||||||
|
* miscellaneous fixes and improvements
|
||||||
|
* more efficient handling of some RPC methods, particularly
|
||||||
|
:func:`blockchain.transaction.get_merkle`
|
||||||
|
* coin additions / updates: BitcoinSV scaling testnet (Roger Taylor), Dash (zebra lucky),
|
||||||
|
* issues resolved: `#566`_, `#731`_, `#795`_
|
||||||
|
|
||||||
Version 1.10.1 (13 Apr 2019)
|
Version 1.10.1 (13 Apr 2019)
|
||||||
============================
|
============================
|
||||||
|
|
||||||
@@ -198,6 +212,7 @@ Version 1.8 (06 Aug 2018)
|
|||||||
.. _#559: https://github.com/kyuupichan/electrumx/issues/559
|
.. _#559: https://github.com/kyuupichan/electrumx/issues/559
|
||||||
.. _#564: https://github.com/kyuupichan/electrumx/issues/564
|
.. _#564: https://github.com/kyuupichan/electrumx/issues/564
|
||||||
.. _#565: https://github.com/kyuupichan/electrumx/issues/565
|
.. _#565: https://github.com/kyuupichan/electrumx/issues/565
|
||||||
|
.. _#566: https://github.com/kyuupichan/electrumx/issues/566
|
||||||
.. _#567: https://github.com/kyuupichan/electrumx/issues/567
|
.. _#567: https://github.com/kyuupichan/electrumx/issues/567
|
||||||
.. _#570: https://github.com/kyuupichan/electrumx/issues/570
|
.. _#570: https://github.com/kyuupichan/electrumx/issues/570
|
||||||
.. _#577: https://github.com/kyuupichan/electrumx/issues/577
|
.. _#577: https://github.com/kyuupichan/electrumx/issues/577
|
||||||
@@ -211,3 +226,5 @@ Version 1.8 (06 Aug 2018)
|
|||||||
.. _#684: https://github.com/kyuupichan/electrumx/issues/684
|
.. _#684: https://github.com/kyuupichan/electrumx/issues/684
|
||||||
.. _#713: https://github.com/kyuupichan/electrumx/issues/713
|
.. _#713: https://github.com/kyuupichan/electrumx/issues/713
|
||||||
.. _#727: https://github.com/kyuupichan/electrumx/issues/727
|
.. _#727: https://github.com/kyuupichan/electrumx/issues/727
|
||||||
|
.. _#731: https://github.com/kyuupichan/electrumx/issues/731
|
||||||
|
.. _#795: https://github.com/kyuupichan/electrumx/issues/795
|
||||||
|
|||||||
@@ -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.10.1"
|
VERSION="ElectrumX 1.11.0"
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user