Skip to content

Releases: holgern/beem

0.20.9

23 Oct 19:14
Compare
Choose a tag to compare
  • add missing scrypt to the pyinstaller
  • prepare for removed witness api in rpc nodes

0.20.8

23 Oct 12:14
Compare
Choose a tag to compare

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

09 Oct 22:33
Compare
Choose a tag to compare
  • 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

0.20.6

06 Oct 11:52
Compare
Choose a tag to compare
  • fix issue #93 - Wrong input parameters for Discussions_by_author_before_date in Docstring and get_discussions by espoem
  • Add support for whaleshares (WLS) and Financial Transparency Gateway ()
  • Using generic asset symbols by crokkon
  • Bug fixes for python 2.7
  • Fix for witness update

0.20.5

06 Oct 11:24
Compare
Choose a tag to compare
  • fix get_effective_vesting_shares()

0.20.4

06 Oct 11:24
Compare
Choose a tag to compare
  • get_effective_vesting_shares() added to calculated max_mana correctly
  • dict key words adapted to steemd for get_manabar() and get_rc_manabar()
  • Voting mana fixed for 0 SP accounts
  • comment_benefactor_reward adapted for snapshot
  • Custom_json RC costs added to print_info

0.20.3

06 Oct 11:23
Compare
Choose a tag to compare
  • add RC class to calculate RC costs of operations
  • add comment, vote, transfer RC costs in account.print_info() and beempy power
  • Shows number of possible comments, votes, tranfers with available RCs in account.print_info() and beempy power
  • get_rc_cost was added to steem to calculation RC costs from resource count
  • bug regarding new amount format in witness update fixed (also for beempy witnessenable and witnessdisable)

0.20.2

26 Sep 10:13
Compare
Choose a tag to compare
  • estimated_mana is now capped by estimated_max
  • print_info fixed()
  • get_api_methods() and get_apis() added to Steem

0.20.1

26 Sep 06:26
Compare
Choose a tag to compare
  • Improved get_rc_manabar(), get_manabar() output
  • get_voting_power() fixed again
  • print_info for account improved
  • get_manabar_recharge_time_str(), get_manabar_recharge_timedelta() and get_manabar_recharge_time() added
  • https://steemd-appbase.steemit.com added to nodelist

0.20.0

26 Sep 06:27
Compare
Choose a tag to compare
  • Fully supporting hf20
  • add get_resource_params(), get_resource_pool(), claim_account(), create_claimed_account() to Steem
  • fix 30x fee for create_account
  • add find_rc_accounts() to Blockchain
  • get_rc(), get_rc_manabar(), get_manabar() added to Account
  • get_voting_power() fixed