Skip to content
Snippets Groups Projects
  1. Dec 22, 2020
    • Holger's avatar
      New release · b1082ece
      Holger authored
      * Fix bug in ecda (convert mpz into int when not supported)
      b1082ece
  2. Dec 20, 2020
  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. Jul 08, 2020
  5. Jun 07, 2020
  6. Jun 04, 2020
  7. Apr 18, 2020
  8. Apr 10, 2020
  9. Jun 30, 2019
  10. Jan 04, 2019
  11. Oct 06, 2018
  12. 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
  13. Sep 23, 2018
  14. Sep 22, 2018
  15. Sep 18, 2018
  16. Sep 06, 2018
  17. Jul 18, 2018
  18. Jul 12, 2018
  19. Jul 09, 2018
  20. Jul 08, 2018
  21. 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
  22. Jul 06, 2018
  23. Jun 23, 2018
  24. Jun 21, 2018
  25. Jun 16, 2018
  26. Jun 15, 2018
  27. 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
  28. 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
  29. 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
  30. May 25, 2018
  31. May 23, 2018
  32. May 07, 2018
    • Holger Nahrstaedt's avatar
      Virtual-Ops support added for block and blockchain. Comment improved. More CLI functions. · 8fef5541
      Holger Nahrstaedt authored
      Account
      * estimate_account_op renamed to estimate_virtual_op_num
      Block
      * only_ops and only_virtual_ops added as new parameter
      * the transactions property returns a list of transactions
      * The operations property returns a list of operations
      * Block which contain only only_ops can be received now
      Blockchain
      * only_ops and only_virtual_ops added to get_current_block, blocks, wait_for_and_get_block and stream
      * ops() is obsolete now
      * stream uses now blocks internally
      * only_ops=True streams now also virtual operaitons
      cli
      * autoconnect is the to False now and only when needed a  stm.rpc.rpcconnect() is performed
      * ascii option added to all plots
      * rewards added, this new command lists outstanding rewards (posts, comment and votes)
      * curation added which shows the vote curation rewards for a single post
      * verify added, which returns the public signing key of a transaction
      Comment
      * reward, is_pending, time_elapsed, curation_penalty_compensation_SBD, estimate_curation_SBD, curation_reward_pct, get_vote, get_beneficiaries_pct, get_rewards, get_author_rewards and get_curation_rewards added
      
      Unit tests
      * new function added and tests adapted to changes
      8fef5541
Loading