Skip to content

Releases: holgern/beem

0.20.20

08 Apr 10:06
Compare
Choose a tag to compare
  • Fix typo (PR #161)
  • Add feature request #162 - one-time private keys can be used in beempy
  • set num_retries to a default of 100, in order to prevent crashing when a wrong node is set
  • Fix issue #171 - Account.get_balance function shows summed value of liquid balance and unclaimed reward (thanks to @sourovafrin)
  • Use Decimal class to store the amount in the Amount class
  • Add option fixed_point_arithmetic to Amount, which will activate fixed-point arithmetic with the defined asset precision

0.20.19

01 Mar 13:41
Compare
Choose a tag to compare
  • Fix pyinstaller for windows
  • Improve derive_permlink and allow replies of comments with permlink lenght > 235
  • Broadcast custom_json with active authority
  • Add new beempy command customjson

0.20.18

31 Jan 22:27
Compare
Choose a tag to compare
  • get_blog, get_followers and get_following works with api.steemit.com (issue #146)
  • beempy newaccount - possible to provide owner, posting, active, and memo pub_key to create a new account
  • https://rpc.usesteem.com added to nodelist
  • NodeList.get_nodes() has a new parameter exclude_limited. When True (default value), api.steemit.com is not returned as node.
  • PR #150: fix empty block handling (by crokkon)
  • PR #151: Add support for EFTG appbase chain (by pablomat)
  • PR #153: fix issue with adding posting auth to new accounts (by netuoso)

0.20.17

12 Jan 16:03
Compare
Choose a tag to compare
  • Fix transfer rounding error, which prevent transfering of e.g. 1.013 STEEM.
  • get_account_votes works again with api.steemit.com
  • Use secp256k1prp as better replacement for secp256k1

0.20.16

05 Jan 00:12
Compare
Choose a tag to compare
  • Fix beempy walletinfo and sign

0.20.15

04 Jan 21:57
Compare
Choose a tag to compare
  • Improve file reading for beempy sign and broadcast
  • add option to write file for beempy sign
  • Disable not working nodes
  • add missing prefix to comment_options op (by crokkon)
  • fix beempy verify --use-api (by crokkon)
  • Update installation.rst (by Nick Foster)

0.20.14

07 Dec 16:49
Compare
Choose a tag to compare
  • unit tests fixed
  • Account: support for retrieving all delegations (thanks to crookon, PR #129)
  • Change recovery account / list recovery account change requests (thanks to crokkon, PR #130)
  • Exclude sbd_interest_rate, as it is not present on the VIT blockchain (thanks to svitx, PR #132)
  • connect for beempy createwallet (thanks to crokkon, PR #133)

0.20.13

25 Nov 21:29
Compare
Choose a tag to compare
  • beempy post improved
  • beempy imageuploader added
  • issues #125 and #126 fixed
  • VotedBeforeWaitTimeReached exception added

0.20.12

16 Nov 08:52
Compare
Choose a tag to compare
  • 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

09 Nov 21:24
Compare
Choose a tag to compare
  • 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
  • beempy commands for post, reply and beneficiaries added