Skip to content
Snippets Groups Projects
  1. May 04, 2018
  2. 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
  3. May 01, 2018
  4. 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
      Docs warnings removed and layout improved · bf7b854d
      Holger Nahrstaedt authored
      Formatting of all doc parts improved
      Logo and icon added
      Doc structure improved
      quickstart improved
      bf7b854d
    • Holger Nahrstaedt's avatar
      Change html theme to sphinx_rtd_theme · 62d771b9
      Holger Nahrstaedt authored
      62d771b9
    • Holger Nahrstaedt's avatar
      fix ci build · 2fd87b4d
      Holger Nahrstaedt authored
      2fd87b4d
    • 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
  5. Apr 29, 2018
  6. Apr 28, 2018
  7. Apr 27, 2018
Loading