To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 16.83 KiB
Changelog
0.20.6
- fix issue #93 - Wrong input parameters for Discussions_by_author_before_date in Docstring and get_discussions by espoem
- Add support for whaleshares (WLS) and Financial Transparency Gateway ()
- Using generic asset symbols by crokkon
- Bug fixes for python 2.7
- Fix for witness update
0.20.5
- fix get_effective_vesting_shares()
0.20.4
- get_effective_vesting_shares() added to calculated max_mana correctly
- dict key words adapted to steemd for get_manabar() and get_rc_manabar()
- Voting mana fixed for 0 SP accounts
- comment_benefactor_reward adapted for snapshot
- Custom_json RC costs added to print_info
0.20.3
- add RC class to calculate RC costs of operations
- add comment, vote, transfer RC costs in account.print_info() and beempy power
- Shows number of possible comments, votes, tranfers with available RCs in account.print_info() and beempy power
- get_rc_cost was added to steem to calculation RC costs from resource count
- bug regarding new amount format in witness update fixed (also for beempy witnessenable and witnessdisable)
0.20.2
- estimated_mana is now capped by estimated_max
- print_info fixed()
- get_api_methods() and get_apis() added to Steem
0.20.1
- Improved get_rc_manabar(), get_manabar() output
- get_voting_power() fixed again
- print_info for account improved
- get_manabar_recharge_time_str(), get_manabar_recharge_timedelta() and get_manabar_recharge_time() added
- https://steemd-appbase.steemit.com added to nodelist
0.20.0
- Fully supporting hf20
- add get_resource_params(), get_resource_pool(), claim_account(), create_claimed_account() to Steem
- fix 30x fee for create_account
- add find_rc_accounts() to Blockchain
- get_rc(), get_rc_manabar(), get_manabar() added to Account
- get_voting_power() fixed
0.19.57
- last hf19 release
- working witness_set_properties operation
- witness_set_properties() added to steem
- beempy witnessproperties added
- beempy pricefeed uses witnessproperties when witness wif is provided
0.19.56
- adding methods to claim and create discounted accouts (PR #84) by crokkon
- Make vote rshare calculations HF20 ready (PR #85) by flugschwein
- Issue #80 fixed
- Fix some Warnings
- Blockchain.stream() improved for appbase format
- All unit tests are fixed and non-appbase related tests were removed
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
- bug in batched streaming + cli fixed
- Nodelist updated
- unit tests improved
- Add last_current_block_num parameter to wait_for_and_get_block for reducing the number of api calls
- not_broadcasted_vote parameter added for improving vote calculation accuracy thanks to flugschwein
0.19.53
- Add userdata and featureflags to beempy
- steemd.pevo.science and steemd.steemgigs.org removed from Nodelist
- bug fixed in allow and disallow for CLI
- Issue #52 closed thanks to crokkon
- Issue #64 fixed
- Issue #66 fixed thanks to flugschwein
0.19.52
- appbase.buildtime.io node added
- history is made ready for appbase
- account refresh fixed
- fix ops_statistics for new appase nodes
0.19.51
- Add missing trx_num to streamed block operation
- Add d.tube format to resolve_authorperm
- disable_chain_detection added to graphenerpc (for testing hivemind e.g.)
- set_next_node_on_empty_reply added to some appbase rpc calls
0.19.50
- Class to access Steemit Conveyor instances added by crokkon
- Option added to loed custom chains into the Steem object
0.19.49
- add get_parent() to comment
- fix for beempy reward
- fix #46 (used power calculation may treat downvotes incorrectly) by crokkon
- fix #49 (discussions: set steem inst. as keyword argument) by crokkon
- Fix issue #51 (Discussions.get_discussions("blog", ...) returns the same two comments over and over)
- Fix #52 discussions.Replies_by_last_update() by crokkon
- Some bug fixes for Discussions
- Fix #54 (discussions may fail to handle empty responses correctly) by crokkon
- Snapshot improved
- Unit tests fixed
- Examples account_vp_over_time, account_reputation_by_SP
- Spelling errors fix by crokkon
- Adding account methods for feed, blog, comments and replies by crokkon
- Fix #57 (SteemConnect expects double quotes in JSON)
- Improved handling of "Client returned invalid format. Expected JSON!" erros
0.19.48
- Fix issue #45 (upvote() and downvote() of a pending post/comment without vote did not work)
- fix Amount for condenser broadcast ops on appbase nodes (fixes transfer broadcast for example)
- Added get_all_replies() to Comment for fetching all replies to a post
- bemepy claimreward improved
- Amount handling in Account improved
- upvote and downvote in beempy fixed
- update_vote and build_vp_arrays added to AccountSnapshot for showing vote power history
- account_vp_over_time added to examples
0.19.47
- Some bug fixes
- Unit tests using testnet fixed
- beem.snapshot improved
- Example account_sp_over_time added
- Example account_curation_per_week_and_1k_sp added
- Add block_number check to wait_for_and_get_block
0.19.46
- Force refresh of chain_params on node switch
- Replace recursive call in _get_followers
- Nodelist updated and bitcoiner.me node disabled
- First testing version of beem.snapshot with example added (thanks to crokkon for his example)
0.19.45
- Add RLock to ObjectCache (ObjectCache is threadsafe now)
- Fix Blockchain Version comparison
- Add support for RPC Nodes below 0.19.5
- Add Example for measuring objectcache performance
0.19.44
- Fix start and datetime in history_reverse
- add lazy option to all Discussion classes
- VIT and SMT testnet added to chains
- estimate_virtual_op_num improved by crokkon (fixes issue #36)
0.19.43
- Fix minimal version in known_chains from 0.0.0 to 0.19.5
0.19.42
- improve parse_body for post()
- Add conversion of datetime objects to timestamp in get_steem_per_mvest
- Fix beem for steem update 0.19.5 and 0.19.10