Skip to content

0.19.38

Compare
Choose a tag to compare
@holgern holgern released this 15 Jun 20:00
· 936 commits to master since this release
  • Bug fixes
  • Bool variables for SteemConnect link creation fixed
  • Account handling in beem.account is improved
  • json_metadata property added to beem.account
  • missing addTzInfo added to beem.blockchain
  • json_metadata update for comment edit improved
  • use_stored_data option added to steem.info()
  • poloniex removed and huobi and ubpit added to steem_btc_ticker()
  • Add timeout to websocket connections
  • Documentation improved by crokkon
  • "time", "reputation" and "rshares" are parsed from string in all vote objects and inside all active_votes from a comment object
  • lazy and full properly passed
  • "votes", "virtual_last_update", "virtual_position", "virtual_scheduled_time",
    "created", "last_sbd_exchange_update", "hardfork_time_vote" are properly casted in all witness objects
  • "time" and "expiration" are parsed to a datetime object inside all block objects
  • The json() function returns the original not parsed json dict. It is available for Account, Block, BlockHeader, Comment, Vote and Witness
  • json_transactions and json_operations added to Block, for returning all dates as string
  • Issues #27 and #28 fixed (thanks to crokkon for reporting)
  • Thread and Worker class for blockchain.blocks(threading=True)