Releases: holgern/beem
Releases · holgern/beem
0.20.20
- 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
0.20.18
- 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
0.20.16
0.20.15
0.20.14
- 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)