Releases: holgern/beem
Releases · holgern/beem
0.24.23
0.24.21
- Fix bug in ecda (convert mpz into int when not supported)
- add coinactivity example script
- add blockstats example script
- Add Blocks class, which uses get_block_range
- PR #272: correct blockchain virtual op batch calls (thanks to @crokkon)
- PR #276: blockchain: get_account_reputations fix for first (thanks to @crokkon)
- PR #287: beempy witnessproperties: fix interest rate options (thanks to @crokkon)
- Fix #289: Unable to Claim Specific Reward Asset
0.24.19
- Fix history item with index 0 for https://api.hive.blog
0.24.17
0.24.16
0.24.15
0.24.14
- Add option add_tor to config storage, which allows it to use beempy in tails
- Switch from pyyaml to ruamel.yaml
- Remove Events requirements, beem.notify and beemapi.websocket, as it is not well tested and there are no websocket api nodes available on hive
- Remove unnecessary requirements (pylibscrypt and future)
- add new node (fin.hive.3speak.co) and change change rpc.esteem.app to rpc.ecency.com
- Replace diff_match_patch by difflib and add unit tests
- Increase timeout and retry count in beempy
- Remove obsolete replace_hive_by_steem parameter
- skip_account_check added to account.transfer and account.transfer_to_vesting
0.24.13
- Add new node (https://hive-api.arcange.eu)
- Fix logic in RankedPosts and AccountPosts
- Fix feed_publish
0.24.12
- Fix beempy witnessfeed for HF24
- Fix more hbd renaming in beempy
- improved RankedPosts class
- New AccountPosts class for account feed and more
- Comment class has been cleaned up, use_tags_api has been replaced by api
- Add check if get_account_votes is still supported (is dropped in HF24)
- New SupportedByHivemind exception has been added
- Fix issue #263