Skip to content
Snippets Groups Projects
  1. Jun 26, 2021
  2. Mar 20, 2021
  3. Oct 23, 2020
    • Holger's avatar
      Cleanup and add use_tor option · 26ae05f2
      Holger authored
      * Add option add_tor to config storage, which allows it to use beempy in tails
      * 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)
      26ae05f2
  4. Oct 10, 2020
  5. Oct 09, 2020
    • Holger's avatar
      Fix severial issues for HF24 · 85010a97
      Holger authored
      * Add new operation ids for HF 24
      * Remove remaining py2 code
      * Run unit tests on beta.openhive.network
      * Fix compatibility issues with HF 24
      * account get_follow_count, get_followers and get_following have been fixed
      85010a97
  6. Aug 27, 2020
  7. Jun 29, 2020
  8. Jun 28, 2020
  9. May 20, 2020
    • Holger's avatar
      Improved chain detection · 3d632e19
      Holger authored
      * Improve chain detection (Steem chain detection fixed and preparing for Hive HF24)
      * Add authored_by and description fields in YAMLM header
      * Improve doc
      * beempy post image upload includes the markdown file path now
      3d632e19
  10. Apr 21, 2020
  11. Apr 05, 2020
    • Holger's avatar
      several optimiations · c684cd93
      Holger authored
      * 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
      c684cd93
  12. Mar 21, 2020
  13. Aug 28, 2019
  14. Jul 31, 2019
    • Holger's avatar
      Prepare next release · 64cdac32
      Holger authored
      Switch to next node when ApiNotSupported and node returns Client returned invalid format. Expected JSON!
      * enforce utf-8 on node reply parser
      64cdac32
  15. Jun 30, 2019
  16. Apr 04, 2019
  17. Nov 15, 2018
  18. Oct 05, 2018
    • Holger's avatar
      Several improvements and fixes · 362eea7e
      Holger authored
      Account
      * some code improvements
      Graphenerpc
      * small improvement in chain detection
      Steem
      * replace_steemit_by_steem option removed from get_config
      * witness_update fixed
      Comment
      * Fix docu
      chain
      * Waleshares added
      Unit test
      * unit tests fixed
      362eea7e
  19. Sep 18, 2018
  20. Jul 25, 2018
  21. Jul 20, 2018
  22. Jul 18, 2018
  23. Jul 06, 2018
  24. Jul 03, 2018
  25. Jun 16, 2018
  26. Jun 14, 2018
    • Holger's avatar
      several improvements and optimizations · 50827b14
      Holger authored
      Account
      * lazy and full are correctly passed
      * _parse_json_data() added to parse json
      Block
      * lazy and full are correctly passed
      * empty operations are handled
      * op_statistics improved
      Blockchain
      * virtual ops and ops statistics are seperatly calculated
      Comment
      * _parse_json_data() added to parse dates and amounts
      * author_reputation is parsed to int
      * lazy and full are correctly passed
      Vote
      * lazy and full are correctly passed
      * _parse_json_data added to parse date and rshares and reputation
      * vote.time is a datetime object
      * json() returns the original string
      Witness
      * lazy and full are correctly passed
      GrapheneRPC
      * time_limit removed, as it supresses KeyboardInterrupt
      * ws.settimeout() is set for websocket
      * WebSocketTimeoutException  handling added
      Unit tests
      * test_account fixed
      * test_time_limit removed from test_steemnoderpc
      * checks added to test_blockchain_batch
      50827b14
  27. Jun 13, 2018
    • Holger's avatar
      Add timeout to websocket connections · b8d8be1f
      Holger authored
      Comment
      * Add example
      Steem
      * improve docu
      Exception
      * Add TimeoutException
      GrapheneRPC
      * add time_limit to implement a timeout for websocket connection
      Unit test
      * add test for timeout implementation
      b8d8be1f
  28. Jun 06, 2018
    • Holger Nahrstaedt's avatar
      46f0a76a
    • 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
    • Holger Nahrstaedt's avatar
  29. Jun 05, 2018
  30. Jun 04, 2018
  31. Jun 01, 2018
  32. May 31, 2018
  33. May 24, 2018
    • Holger Nahrstaedt's avatar
      New nodes class for better node url handling · a261c53e
      Holger Nahrstaedt authored
      Wallet
      * getKeysForAccount added
      * getOwnerKeysForAccount, getActiveKeysForAccount, getPostingKeysForAccount added
      beemapi
      * WorkingNodeMissing is raised when no working node could be found
      GrapheneRPC
      * cycle([urls]) is replaced by the nodes class
      Nodes
      * Node handling and management of url and error_counts is performed by the nodes class
      * sleep_and_check_retries is moved to the nodes class
      * Websocket, steemnodrpc were adpapted to the changes
      Unit tests
      * new tests for the nodes class
      * tests adapted for websocket and rpcutils
      a261c53e
  34. May 23, 2018
Loading