Skip to content
Snippets Groups Projects
  1. May 23, 2018
  2. May 11, 2018
  3. May 06, 2018
    • Holger Nahrstaedt's avatar
      history and history_reverse improved by estimate_account_op() · c539773d
      Holger Nahrstaedt authored
      Account
      * print_info improved (Last Vote added)
      * entryId changed to start_entry_id in get_feed, get_blog_entries and get_blog
      *rpc.get_account_history moved to _get_account_history
      * estimate_account_op added, can be used to fastly get account op numbers from dates or block nums
      * history and history_reverse uses estimate_account_op
      Exception
      * KeyNotFound removed
      Memo
      * raises MissingKeyError instead of KeyNotFound
      Price
      * small improvement
      Steem
      * __repr__ added
      Transactionbuilder
      * get_potential_signatures, get_transaction_hex and get_required_signatures added
      * raises MissingKeyError instead of KeyNotFound
      VotesObject
      * __contains__, __str__ and __repr__ added
      Wallet
      * raises MissingKeyError instead of KeyNotFound
      Witness
      * __contains__, __str__ and __repr__ added to WitnessObject
      Steemnoderpc
      * small improvements
      Operationsid
      * producer_reward added
      Unit tests
      * new function added and tests adapted to changes
      c539773d
  4. 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
  5. Apr 30, 2018
  6. Apr 28, 2018
  7. Apr 24, 2018
    • Holger Nahrstaedt's avatar
      Several improvements and refactoring · 5a4fa4d7
      Holger Nahrstaedt authored
      Account
      * get_bandwidth refactored
      * get_account_bandwidth added
      Cli
      * power added for showing vote power and bandwidth
      Steem
      * Improvements and refactoring for get_config, get_network, get_hardfork_properties, get_current_median_history, get_reward_funds, get_feed_history, get_reserve_ratio and get_dynamic_global_properties
      Steemnoderpc
      * get_network moved to graphenerpc
      Chains
      * removed to beemgraphenebase/chains.py
      Unit tests
      * add unit test for power for cli
      * golos test reduced
      *
      5a4fa4d7
  8. Apr 20, 2018
    • Holger Nahrstaedt's avatar
      Json export import and Muting and muter added · 078fb1b6
      Holger Nahrstaedt authored
      Account
      * Json export improved
      * All times are converted to datetime
      * Doku about ignore for muting improved
      * Accounts and AccountsObject added
      * mute for Mute another account added
      * get_muters and get_mutings added
      CLI
      * refactoring of follows and following
      * muter and muting for showing muted and muting accounts
      * mut added
      * doku for unfollow improved
      Comment
      * json() improved
      Unit tests
      * test_account adapted to steemit/steem bug for appbase
      * test_json_export added
      * test for muter and muting for cli added
      078fb1b6
  9. Apr 17, 2018
  10. Apr 14, 2018
    • Holger Nahrstaedt's avatar
      More function added to cli · 64b51c01
      Holger Nahrstaedt authored
      account
      * set_withdraw_vesting_route added
      cli
       * powerdownroute, convert and interest added
      steemnoderpc
      * error messages improved
      * _check_api_name added
      * ApiNotSupported when Api is not supported by node but exists
      graphenerpc
      * error messages improved
      rpcutils
      * error messages in sleep_and_check_retries improved
      unit tests
      * new function added
      64b51c01
  11. Apr 11, 2018
  12. Apr 10, 2018
    • Holger Nahrstaedt's avatar
      Some bug fixes and improvements · 618469f9
      Holger Nahrstaedt authored
      set_next_node_on_empty_reply added to all discussions and RecentByPath and RecentReplies
      618469f9
    • Holger Nahrstaedt's avatar
      Refactoring and improvements · d2a9563b
      Holger Nahrstaedt authored
      Comment
      * Check added for empty returns
      Market
      * refactoring
      * Checks added fro empty rpc returns
      storage
      * default nodes are taken from utils.get_node_list
      Vote
      * Check added for empty rpc calls
      * Check added for Unkown key return
      Exception
      * UnkownKey added
      Steemnoderpc
      * set_next_node_on_empty_reply added, to add a check on empty returns on the next rpc call
      * Refactoring
      * UnkownKey exception added
      Transaction
      * refactoring
      Unit tests
      test_vote improve and check for VoteDoesNotExistsException added
      d2a9563b
  13. Apr 06, 2018
    • Holger Nahrstaedt's avatar
      rpc improvements · 2011b8ea
      Holger Nahrstaedt authored
      account
      * function for reputation to score calculation
      * Doku improved
      amount
      * better handling of offline mode
      steem
      * Doku improved
      transactionbuilder
      * handing of appbase for tx verify and broadcast improved
      utils
      * node list added as function
      * not needed function removed
      steemnoderpc
      * handling of server errors improved
      objects
      * Amount fixed for appbase
      exception
      * RPCErrorDoRetry added, when a rpc call should be retried
      grapherpc
      * Handling of server error 500 to 511 added
      * better handling when get_config does not work
      unit tests
      * nodes and nodes_appbase are take from utils
      * keys is used instead of wif for Steem()
      * unit test for broadcast added
      * unit test for appbase for verify added
      * test_operations added
      * test_types added
      2011b8ea
  14. Apr 04, 2018
    • Holger Nahrstaedt's avatar
      fix steemnoderpc for threading · b5a7da90
      Holger Nahrstaedt authored
      b5a7da90
    • Holger Nahrstaedt's avatar
      num_retries improved · 3ff0b890
      Holger Nahrstaedt authored
      Steemnoderpc
      * self.errror_cnt_call used instead of local variable doRetryCount
      Graphenerpc
      * num_retries_call added for setting a max number of retries on a rpc call
      * self.n_urls added for getting the number of given nodes
      * sleep on retry removed, when switching over to the next node
      self.error_cnt_call used for counting rpc call retries
      rpcutils
      * sleep_and_check_retries improved
      Unit tests
      num_retries added
      test_golos reduced
      3ff0b890
    • Holger Nahrstaedt's avatar
      Speedup wait_for_and_get_block · 421627a9
      Holger Nahrstaedt authored
      blockchain
      * reduced times in which get_current_block_num is called
      * when last_fetched_block_num is given, get_current_block_num is only called when block_number is greater than last_fetched_block_num
      storage
      * default nodes list enhanced
      steemnoderpc
      * Service Temporarily Unavailable and Bad Gateway added to exception detection
      graphenerpc
      * check for Service Temporarily Unavailable and Bad Gateway
      * Improved handling of Client returned invalid format. Expected JSON! when output is int
      Unit test
      test_utils fixed
      421627a9
    • Holger Nahrstaedt's avatar
  15. Apr 01, 2018
  16. Mar 30, 2018
  17. Mar 13, 2018
  18. Mar 09, 2018
  19. Mar 08, 2018
  20. Mar 07, 2018
    • Holger Nahrstaedt's avatar
      Bug fixes and more unit tests · bd2d6c7c
      Holger Nahrstaedt authored
      Bug fix for account
      Block structure changed, is alwas {'block': , 'id'} now.
      block function removed, Block is used now
      Bug fix in comment
      Discussions_by_payout removed
      Several bugfixes in witness
      More exception added to steemnoderpc
      Unit tests for appbase nodes with parameterized added
      steemnoderpc-unittest added
      bd2d6c7c
  21. Mar 06, 2018
    • Holger Nahrstaedt's avatar
      beem is appbase ready · 614c1774
      Holger Nahrstaedt authored
      Account:
      * add appbase calls
      * Parse all amounts
      Asset
      * Made appbase ready
      * supports different asses, diffined in chains.py
      Block
      * add appbase calls
      blockchain
      * improve get_estimated_block_num
      * add threaded blocks method
      Comments
      * add appbase calls
      Discussions
      * add appbase calls
      Market
      * add appbase calls
      Steem
      * current_median_history_price -> get_current_median_history
      * get_reward_fund -> get_reward_funds
      * get_next_scheduled_hardfork -> get_hardfork_properties
      * get_hardfork_version removed
      * get_reserve_ratio added
      * get_witness_schedule added
      Transactionbuilder
      * appbase calls added
      Vote
      * appbase calls added
      Wallet
      * appbase calls added
      Witness
      *appbase calls added
      * WitnessesByIds removed
      * LookupWitnesses -> ListWitnesses
      steemnoderpc
      * Uses now GrapheneRPC
      * appbase property added
      * get_use_appbase added
      * network_version added in check
      Chains
      * chain for appbase added
      * assets restructured
      * min_version added
      Graphenapi removed
      Graphenesrpc removed
      graphenerpc added
      * supports websocket and http, authomatic switching depending on the https or wss.
      * Checks the blockchain_version, if 0.19.4 -> appbase ready
      * Add appbase logig
      * Handing for request and websocket added
      Examples
      * benchmark_beem is ready for appbase
      * print_appbase_calls added
      * print_comments added
      * watching the watchers added
      Unit tests fixed
      614c1774
  22. Mar 03, 2018
  23. Mar 01, 2018
    • Holger Nahrstaedt's avatar
      Bug fix and feature improvements · 3c4d42a4
      Holger Nahrstaedt authored
      Python2 comp
      * str comp added
      * py23 with py23_bytes added with unit tests
      * moved back to __bytes__
      * super() made compatible with python 2
      Account:
      * allow and disallow moved from steem
      * small improvements
      Comment
      get_votes added
      Steem
      * Doku improved
      Vote
      * bug fixes
      * printAsTable
      Wallet
      * getPostingKeyForAccount added
      test_vote added
      test_testnet added
      test_py23 added
      3c4d42a4
  24. Feb 27, 2018
  25. Feb 22, 2018
  26. Feb 21, 2018
    • Holger Nahrstaedt's avatar
      Rename library from steempy to beem · f166f7fc
      Holger Nahrstaedt authored
      f166f7fc
    • Holger Nahrstaedt's avatar
      account: · 47cf2b4c
      Holger Nahrstaedt authored
       * reputation added
      * history improved and fixed
      block:
      * ops and ops_statistics added
      blockchain:
      * function-names improved
      * ops_statistics added
      blockchainobject
      *json export added
      Comment class added
      Discussion class added
      steem:
      * follow and account by key api added and fixed
      storage:
      * more nodes added
      utils
      * Helpfunctions added
       vote
      * blockchainobject
      * refresh fixed
      wallet
      * purgeWallet added
      Witness
      * printAsTable function added
      * WitnessesVotedByAccount added
      * WitnessesRankedByVote added
      * WitnessesByIds added
      * LookupWitnesses added
      Steemnoderpc
      * register_apis fixed
      test_wallet
      * unit tests added
      test_utils
      * unittests added
      47cf2b4c
  27. Feb 18, 2018
  28. Feb 17, 2018
Loading