To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 18.34 KiB
Changelog
0.20.13
- beempy post improved
- beempy ImageUploader added
- issues #125 and #126 fixed
- VotedBeforeWaitTimeReached exception added
0.20.12
- pep8 formating improved
- Too Many Requests error handled
- different limit handling in WLS fixed for account history
- percent-steem-dollars and max-accepted-payout added to beempy post
0.20.10
- update_account_keys added for changing account keys
- comment, witness, account classes fixed for chains without SBD
- RC costs adapted on changes from 0.20.6
- VIT chain fixed
- update_account_keys function added to account
- beempy commands for post, reply and beneficiaries added
0.20.9
- add missing scrypt to the pyinstaller
- prepare for removed witness api in rpc nodes
0.20.8
- fix hardfork property in steem
- Fix resource_market_bytes calculation
- Adding additional parameter to recharge time calculations by flugschwein (PR #103)
- fix Comment reward calculations by crokkon (PR #105)
- Fix typo in witness update feed
- Fix appveyor CI
0.20.7
- Fix issue #97 get_discussions() does not finish if discussions are empty by espoem
- Fix issue #99 DivisionByZero Error in Account.get_rc_manabar() by crokkon
- Add claimaccount to beempy and some improvements for steem.sbd_symbol
- newaccount adapted for HF20 and can be used to create claimed account
- Correct operationids for WLS
- Improve steem.refresh_data() reading
- Set network prefix in Signed_Transaction and Operation for using the correct operationids
- Fix test_block unit test