Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. Jul 30, 2018
  3. Jul 23, 2018
  4. Jul 20, 2018
  5. Jul 18, 2018
  6. Jul 12, 2018
  7. Jul 10, 2018
  8. Jul 09, 2018
  9. Jul 08, 2018
  10. Jul 07, 2018
    • Holger's avatar
      Release of 0.19.46 · bedd1b16
      Holger authored
      Snapshot added
      * This class can be used to access old account states. At the moment, only changes in vests are tracked over time.
      * example added for plotting SP over time
      
      Steem
      * last_node added and refresh of json_config data is forced on node switch
      bedd1b16
  11. Jul 06, 2018
  12. Jul 05, 2018
  13. Jul 03, 2018
  14. Jun 28, 2018
  15. Jun 23, 2018
  16. Jun 22, 2018
  17. Jun 20, 2018
  18. Jun 19, 2018
  19. Jun 15, 2018
    • Holger's avatar
      Thread and Worker class for blocks(threading=True) · 3c0f1cc4
      Holger authored
      Blockchain
      * Check if all block could be fetched added
      * Thread and Worker class for block fetching added
      3c0f1cc4
    • Holger's avatar
      All dates, ints, and amounts are parsed in account, block, comment, vote and witness · af113d24
      Holger authored
      Account
      * _parse_json_data improved and all missing ints and dates added
      * json() adapted to _parse_json_data()
      Block
      * _parse_json_data added, expiration and timestamp are now datetime objects
      * property json_transactions and json_operations added, which return trx and ops with date strings
      * BlockHeader improved and datetime parsing added
      Blockchain
      * adapted to new datetime objects
      CLI
      * adapted to code changes
      Comment
      * int and dates inside active_votes are parsed
      * Missing dates and int are parsed
      Market
      * date parsing to datetime added to market_history
      Vote
      * Some improvements
      Witness
      * _parse_json_data added
      * all date and ints are parsed
      * Demo added to Witnesses, WitnessesVotedByAccount, WitnessesRankedByVote and ListWitnesses 
      beemgraphenebase/types
      * datetime handling added to PointInTime
      Unit tests
      * test_account adapted
      * test_export added to test_block
      * test in test_comment fixed
      * test_export added to test_witness
      af113d24
  20. Jun 14, 2018
  21. Jun 13, 2018
  22. Jun 10, 2018
    • Holger's avatar
      Prepare next version and improve Account object handling · c4a6febd
      Holger authored
      Account
      * Account handling is improved and it is assured that an Account object or an account string name can be used in every function
      Readme
      * Advantages over the official steem-python library added (fixes #25)
      c4a6febd
  23. Jun 09, 2018
  24. Jun 06, 2018
    • Holger Nahrstaedt's avatar
    • Holger Nahrstaedt's avatar
      Huge witness update · 709efc79
      Holger Nahrstaedt authored
      Market
      * _weighted_average, btc_usd_ticker, steem_btc_ticker and steem_usd_implied added
      Witness
      * get_votes_sum added to witnesses object
      Graphenerpc
      * fix handling of WebSocketConnectionClosedException
      CLI
      * witnessfeed: uses the new market ticker to calculate the current steem_usd price as base. When using support-peg the sbd_usd price is calculated from the internal ticker and used for quote.
      * Witness: shows the rank and active rank (when it is below 250). virtual_time_to_block_num is calculated from num_scheduled_witnesses, VIRTUAL_SCHEDULE_LAP_LENGTH2 and vote_sum. This is then used to estimate the next block producing time.
      * witnesses uses a proxy now, when set.
      709efc79
  25. Jun 03, 2018
    • Holger Nahrstaedt's avatar
      More improvements · 5f156fdf
      Holger Nahrstaedt authored
      * Raise OfflineHasNoRPCException in offline mode, when rpc should be used
      * Unit test for beneficiaries
      * Fixes bug for python 2.7 in blockchain
      5f156fdf
  26. Jun 02, 2018
  27. Jun 01, 2018
  28. May 29, 2018
  29. May 27, 2018
  30. May 26, 2018
  31. May 11, 2018
  32. May 10, 2018
  33. May 09, 2018
    • Holger Nahrstaedt's avatar
      New cli commands: pending and rewards · 71b2dd2f
      Holger Nahrstaedt authored
      Account
      * Example added and improved
      * same bug fixes
      CLI
      * pending shows now all pending rewards and rewarsd shows all already received rewards
      Steem
      * Doku improved
      Unit tests
      * tests improved
      71b2dd2f
  34. May 08, 2018
    • Holger Nahrstaedt's avatar
      Prepare next version wth several improvemetns · b9509edf
      Holger Nahrstaedt authored
      Account
      * Parameter accuracy renamed to stop_diff
      * Doku for estimate_virtual_op_num improved
      * Several improvements and fixes for estimate_virtual_op_num
      CLI
      * rewards command improved and more paramter added
      Comments
      * Assure Amount class for all amounts
      * is_pending improved
      Doku
      * tutorial about showing all posts of an account added
      Unit tests
      * test_account, test_cli and test_comment improved
      b9509edf
Loading