Skip to content
Snippets Groups Projects
Commit 713a2adb authored by Holger's avatar Holger
Browse files

Update changelog

parent e205a7fa
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ before_install:
- pip install --upgrade pip
- pip install --upgrade wheel
# Set numpy version first, other packages link against it
- pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls codacy-coverage parameterized secp256k1prp cryptography scrypt
- pip install six nose coverage codecov pytest pytest-cov coveralls codacy-coverage parameterized secp256k1prp cryptography scrypt
- pip install pycryptodomex pyyaml appdirs pylibscrypt
- pip install ecdsa requests future websocket-client pytz six Click events prettytable
......
Changelog
=========
0.21.0
------
* First release for HF21
* get_downvoting_power added to account
* get_downvote_manabar added to account
* add options use_tags_api to use database api to get comments
* fix get_similar_account_names
* add more try expect to fail back to condenser api
* operations for account_update2, create_proposal, update_proposal_votes and remove_proposal were added
* update_proposal_votes was added to steem
* update_account_jsonmetadata was added to account
* new beempy delete were added
0.20.23
-------
* Switch to next node, when current node has the necesary api not enabled
......
......@@ -581,7 +581,7 @@ class Account(BlockchainObject):
remainingTime = self.get_recharge_timedelta(voting_power_goal=voting_power_goal, starting_voting_power=starting_voting_power)
return formatTimedelta(remainingTime)
def get_recharge_timedelta(self, voting_power_goal=100, starting_voting_power=None, upvote=True):
def get_recharge_timedelta(self, voting_power_goal=100, starting_voting_power=None):
""" Returns the account voting power recharge time as timedelta object
:param float voting_power_goal: voting power goal in percentage (default is 100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment