Skip to content

Releases: holgern/beem

0.22.13

06 Apr 11:06
Compare
Choose a tag to compare
  • HiveSigner support added
  • api link to steemconnect has been fixed
  • change recovery account added to beempy
  • hive node has been added
  • add account get_notifications and mark_notifications_as_read
  • beempy notifications has been added
  • bridge api support added
  • config storage improved and add get_default_config_storage, get_default_key_storage and get_default_token_storage
  • list_all_subscriptions and get_account_posts added
  • image upload url fixed for HIVE
  • reduce number of performed api calls on Steem object creation

0.22.12

01 Apr 22:07
Compare
Choose a tag to compare
  • Add hive node
  • get_feed uses now discussion_by_feed
  • get_account_votes has been fixed
  • ActiveVotes has been fixed
  • Discussions has been fixed
  • raw_data parameter added to all discussions
  • beempy curation, beempy votes and beempy pending has been fixed
  • Votes table improved
  • fix curation and author reward calculation

0.22.11

29 Mar 21:00
Compare
Choose a tag to compare
  • Fix asset check in Amount and Price
  • Fix get_curation_rewards for comments
  • Fix empty return in _get_account_history
  • Fix several unit tests
  • Fix deprecated collections import
  • Fix more HIVE/HBD symbols in beempy for HIVE
  • Add information about HIVE in the documentation

0.22.9

26 Mar 10:37
Compare
Choose a tag to compare
  • add steem node
  • fix 'dict' object has no attribute 'split

0.22.8

24 Mar 20:53
Compare
Choose a tag to compare
  • Allow to use HIVE/HBD also in operations

0.22.7

24 Mar 16:40
Compare
Choose a tag to compare
  • Fix HIVE/HBD symbols in operations

0.22.6

24 Mar 15:36
Compare
Choose a tag to compare
  • Add hive_btc_ticker and hive_usd_ticker
  • use coingecko API
  • add HIVE/HBD to all marker operation in beempy

0.22.5

24 Mar 10:19
Compare
Choose a tag to compare
  • Add workaround to allow transfers of HIVE/HBD in HIVE (opertion need to use STEEM/SBD internally)

0.20.22

12 Jul 12:29
Compare
Choose a tag to compare
  • Fix #195 - comment.downvote(100) will now downvote with 100%, negative numbers are not allowed anymore
  • comment.upvote(), negative numbers are not allowed anymore
  • Fix #193 - steem.vote() was added, so that voting is possible without tags_api
  • PR #181 - improve permlink derivation by crokkon
  • PR #192 - fixes compatibility issues with WhaleShares HF2 / v2.5 by alexpmorris
  • Fix bug for get_estimated_block_num when a block is skipped

0.20.21

02 May 07:20
Compare
Choose a tag to compare
  • Fix float entered in Amount will be reduced by 0.001 due to rounding issues
  • fix Amount.amount and added Amount.amount_decimal
  • Prevent that wrong reputation in a Comment API answer break the Comment object