Skip to content
Snippets Groups Projects
  1. Mar 12, 2021
  2. Dec 22, 2020
    • Holger's avatar
      New release · b1082ece
      Holger authored
      * Fix bug in ecda (convert mpz into int when not supported)
      b1082ece
  3. Dec 20, 2020
  4. 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
  5. Jul 08, 2020
  6. Jun 07, 2020
  7. Jun 04, 2020
  8. Apr 18, 2020
  9. Apr 10, 2020
  10. Jun 30, 2019
  11. Jan 04, 2019
  12. Oct 06, 2018
  13. Oct 04, 2018
    • Holger's avatar
      prepare next release · 433451f1
      Holger authored
      * add claim_account RC calculation
      * fix Bytes type
      * Improve testnet example
      * test_types improved
      433451f1
  14. Sep 23, 2018
  15. Sep 22, 2018
  16. Sep 18, 2018
  17. Sep 06, 2018
  18. Jul 18, 2018
  19. Jul 12, 2018
  20. Jul 09, 2018
  21. Jul 08, 2018
  22. 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
  23. Jul 06, 2018
  24. Jun 23, 2018
  25. Jun 21, 2018
  26. Jun 16, 2018
  27. Jun 15, 2018
  28. 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
  29. May 31, 2018
    • Holger Nahrstaedt's avatar
      Several Bug fixes · e7159e25
      Holger Nahrstaedt authored
      * added use_stored_data to all steem function that uses constants e.g. get_config()
      * Fix author for steem.post(), when a account object is entered
      * **kwargs added to all broadcast function of steem
      Account
      * fix desribtion of update_account_profile
      * added update_account_metadata
      e7159e25
  30. May 28, 2018
    • Holger Nahrstaedt's avatar
      Include steemconnect v2 to beem · b95afdfd
      Holger Nahrstaedt authored
      steem
      * add steemconnect in init, when set, steemconnect is used for broadasting
      steemconnect
      * new class can be used to broadcast operation with steemconnect v2
      storage
      * Token class to store encrypted token
      Transactionbuilder
      * use steemconnect broadcast with set in steem
      Wallet
      * add token storage class
      * add setToken, clear_local_token, encrypt_token, decrypt_token, addToken, getTokenForAccountName, removeTokenFromPublicName, getPublicNames
      Example
      * Add login app for testing steemconnect
      b95afdfd
  31. May 25, 2018
  32. May 23, 2018
Loading