Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Commits
713a2adb
Commit
713a2adb
authored
5 years ago
by
Holger
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog
parent
e205a7fa
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
CHANGELOG.rst
+13
-0
13 additions, 0 deletions
CHANGELOG.rst
beem/account.py
+1
-1
1 addition, 1 deletion
beem/account.py
with
15 additions
and
2 deletions
.travis.yml
+
1
−
1
View file @
713a2adb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.rst
+
13
−
0
View file @
713a2adb
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
...
...
This diff is collapsed.
Click to expand it.
beem/account.py
+
1
−
1
View file @
713a2adb
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment