From 73e1043f076bdec064fa03016dfda282776be33d Mon Sep 17 00:00:00 2001 From: Holger <holger@nahrstaedt.de> Date: Sat, 8 Sep 2018 22:53:59 +0200 Subject: [PATCH] Readme changelog added --- README.rst | 10 ++++++++++ beemapi/rpcutils.py | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index be195053..20d8d05f 100644 --- a/README.rst +++ b/README.rst @@ -156,6 +156,16 @@ before transmitting the packed file. Please check the hash-sum after downloading Changelog ========= +0.19.55 +------- +* Issue #72 fixed by crokkon +* Improved Docu by jrswab +* Add get_vote_pct_for_SBD, sbd_to_vote_pct and sbd_to_rshares by flugschwein +* beembase/objects: fix serialization of appbase trx by crokkon +* Fix many documentation errors (based on error messages when building) by flugschwein +* Appbase detection fixed +* Unit tests fixed + 0.19.54 ------- * Issue #69 fixed diff --git a/beemapi/rpcutils.py b/beemapi/rpcutils.py index 33298e5e..a104b12b 100644 --- a/beemapi/rpcutils.py +++ b/beemapi/rpcutils.py @@ -16,7 +16,6 @@ log = logging.getLogger(__name__) def is_network_appbase_ready(props): """Checks if the network is appbase ready""" - network_version = '0.0.0' if "STEEMIT_BLOCKCHAIN_VERSION" in props: return False elif "STEEM_BLOCKCHAIN_VERSION" in props: -- GitLab