Skip to content
Snippets Groups Projects
  1. May 23, 2018
  2. May 11, 2018
  3. May 09, 2018
    • Holger Nahrstaedt's avatar
      Bug fix for blockchain.stream() · 9f8c69af
      Holger Nahrstaedt authored
      Blockchain
      * raw_ops added to stream, when set to True stream() produces the same output as the old Blockchain.ops()
      Unit tests
      * Add unit tests for testing raw_ops
      9f8c69af
  4. May 08, 2018
    • Holger Nahrstaedt's avatar
      Prepare next version wth several improvemetns · b9509edf
      Holger Nahrstaedt authored
      Account
      * Parameter accuracy renamed to stop_diff
      * Doku for estimate_virtual_op_num improved
      * Several improvements and fixes for estimate_virtual_op_num
      CLI
      * rewards command improved and more paramter added
      Comments
      * Assure Amount class for all amounts
      * is_pending improved
      Doku
      * tutorial about showing all posts of an account added
      Unit tests
      * test_account, test_cli and test_comment improved
      b9509edf
  5. May 07, 2018
  6. 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
  7. 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
  8. May 01, 2018
  9. Apr 30, 2018
    • Holger Nahrstaedt's avatar
      Dokumentation improved · 14d2fe0e
      Holger Nahrstaedt authored
      Account
      * Examples and Dokumentation improved
      Amount
      * Example improved
      Asciichart
      * Examples improved
      Blockchain
      * examples improved
      Discussions
      * Doku improved
      Market
      * Examples and Doku improved
      Price
      * Examples improved
      * Missing steem_instance fixed
      Steem
      * Example code fixed
      Graphenerpc
      * Example improved
      14d2fe0e
    • Holger Nahrstaedt's avatar
      Use doctest for examples, improve docs · 7230aab2
      Holger Nahrstaedt authored
      Account
      * Example forget SimilarAccountNames  added
      * Example for history and history_reverse improved
      Amount
      * Example is tested with doctest
      Block
      * Example is tested with doctest
      Price
      * Fix example
      Profile
      * Fix example
      Steem
      * Example is tested by doctest
      Transactionbuilder
      * Example is tested by doctest
      Vote
      * datetime.now() changed to datetime.utcnow()
      * Example is tested by doctest
      Witness
      * datetime.now() changed to datetime.utcnow()
      * Example is tested by doctest
      Docs
      * Installation instruction improved
      * Quickstart created
      * Discord channel added to support
      7230aab2
  10. Apr 29, 2018
  11. Apr 28, 2018
  12. 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
  13. Apr 24, 2018
    • Holger Nahrstaedt's avatar
      Prepare next release · 6b9b3106
      Holger Nahrstaedt authored
      6b9b3106
    • Holger Nahrstaedt's avatar
      Bug fixes for cli and blockchain · 45ae6dc0
      Holger Nahrstaedt authored
      45ae6dc0
    • 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
  14. Apr 17, 2018
  15. 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
  16. Apr 11, 2018
  17. Apr 10, 2018
  18. Apr 09, 2018
    • Holger Nahrstaedt's avatar
      Transactionbuilder improved and more unit tests · 56f22b04
      Holger Nahrstaedt authored
      Steem
      * vests_to_sbd and vests_to_rshares added
      * rshares_to_vote_pct let you calculate how many voting percentage are needed  to vote with a desired rshares amount
      * app can be set for post, when not set, it is set to beem/version
      * Doku improved
      Transactionbuilder
      * Doku improved
      * proposer from __ini__ removed, as it had no function
      * _is_signed and _is_constructed fixed
      * reconstruct_tx added to sign and addSigningInformation, when set to False, previous signatures are not deleted anymore
      * KeyNotFound exception handled
      Wallet
      * KeyNotFound exception handled, when more than one key_auths are available
      Graphenerpc
      * version string set to user-agent
      Publickey
      * Doku improved
      Unit tests
      test_steem:
      * test for test_post improved
      * test_sp_to_sbd and test_rshares_to_vote_pct added
      tst_testnet:
      * test_wallet_keys added  for testing the wallet
      * test_transfer_1of1, test_transfer_2of2_simple, test_transfer_2of2_wallet and test_transfer_2of2_serialized_deserialized added thanks to @leprechaun
      56f22b04
  19. Apr 07, 2018
  20. 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
  21. Apr 05, 2018
Loading