Skip to content
Snippets Groups Projects
  1. Mar 20, 2020
  2. Jun 30, 2019
  3. Jan 04, 2019
  4. Oct 06, 2018
  5. 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
  6. Sep 23, 2018
  7. Sep 22, 2018
  8. Sep 18, 2018
  9. Sep 06, 2018
  10. Jul 18, 2018
  11. Jul 12, 2018
  12. Jul 09, 2018
  13. Jul 08, 2018
  14. 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
  15. Jul 06, 2018
  16. Jun 23, 2018
  17. Jun 21, 2018
  18. Jun 16, 2018
  19. Jun 15, 2018
  20. 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
  21. 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
  22. 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
  23. May 25, 2018
  24. May 23, 2018
  25. 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
  26. May 02, 2018
    • Holger Nahrstaedt's avatar
      Autoclean for Objectcache, improved graphenrpc and threaded pingnode · 726a419a
      Holger Nahrstaedt authored
      Blockchainobject
      * auto_clean function added. Everytime a new item is stored into the cache, all expired elements are removed.
      * The __contains__ function sets now data ot None, when the date is expired, in order to reduce memory consumption
      CLI
      * threading for pingnode added. with --threading, all nodes are tested simultanously.
      Steemnoderpc
      * Error count and exception improved when only one node is available
      Graphenerpc
      * regests.session is stored as signelton
      * requests_retry_session removed
      * shared_session_instance and set_session_instance is used to get and set the global request.session object
      * create_ws_instance added; A websocket is created everytime and the singleton is removed
      * error_cnt and num_retries_call handling improved
      RpcUtils
      * sleep_and_check_retries improved
      Examples
      * benchmark_node2 uses threads (one thread for each node)
      * memory_profiler2 added to check memory consumption for creating multiple account objects
      Unit tests
      * test for objectcache improved
  27. Apr 28, 2018
  28. Apr 27, 2018
    • Holger Nahrstaedt's avatar
      Memory consumption for graphenerpc reduced and other improvements · 8cc6342d
      Holger Nahrstaedt authored
      Memo
      * make prefix changeble
      Transationbuilder
      * sign() return the signed struct now
      Graphenerpc
      * Session are used for requests
      * Singleton for websocket instance added
      * Both measures reduce ram consumption when more than one Steem object is created.
      Add missing scrypt package to dependency
      8cc6342d
  29. Apr 24, 2018
Loading